strList="

St Laurence (0 miles)
Zoom on map | View full information

De La Salle Brothers Community House (3.1 miles)
Zoom on map | View full information

St Agnes (3.4 miles)
Zoom on map | View full information

St Edmund (7.2 miles)
Zoom on map | View full information

The Immaculate Conception (7.9 miles)
Zoom on map | View full information

The Sacred Heart (8 miles)
Zoom on map | View full information

Convent of Mercy (8.7 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Laurence (969-9837)',51.007458,-0.939737,'ParishChurch'),new Array('De La Salle Brothers Community House (71060-75309)',51.027632,-0.876538,'Other'),new Array('St Agnes (972-9837)',51.033323,-0.874543,'ParishChurch'),new Array('St Edmund (907-9815)',50.911787,-1.003176,'ParishChurch'),new Array('The Immaculate Conception (933-9824)',51.083878,-0.804743,'ParishChurch'),new Array('The Sacred Heart (814-9782)',51.112658,-0.863774,'ParishChurch'),new Array('Convent of Mercy (71084-75071)',50.9866695,-0.7422678,'Other'),new Array('St Martha`s Convent (71083-75070)',50.9866695,-0.7422678,'Other'),new Array('The Divine Motherhood and St Francis of Assisi (34875-33739)',50.984168,-0.742142,'ParishChurch'),new Array('The Divine Motherhood and St Francis of Assisi (34875-33748)',50.984168,-0.742142,'ParishChurch'),new Array('The Sacred Heart and St Peter the Apostle (1071-9864)',50.882692,-1.028304,'ParishChurch'),new Array('St Michael and All Angels (932-9823)',50.871292,-0.990453,'ParishChurch'),new Array('St Peter`s Primary School (1184-10281)',50.869032,-1.022989,'School'),new Array('Oaklands Catholic School and Sixth Form College (1125-10222)',50.868373,-1.021582,'School'),new Array('Holy Cross Chapel (65960-70935)',51.090623,-0.736386,'Other'),new Array('Holy Cross Chapel (65960-75419)',51.090623,-0.736386,'Other'),new Array('St Joseph (885-9808)',51.112237,-0.761169,'ParishChurch'),new Array('St Thomas More`s Primary School (1113-10210)',50.859293,-0.998484,'School'),new Array('Alton School (1160-10257)',51.16023,-0.966743,'School'),new Array('Holy Cross Hospital (71068-75033)',51.0905876,-0.7360429,'Other'),new Array('St Thomas of Canterbury and St Thomas More (896-9810)',50.85316,-0.936477,'ParishChurch'),new Array('St Joseph (893-9810)',50.853195,-0.9911,'ParishChurch'),new Array('St Mary`s (799-9776)',51.087376,-1.163947,'ParishChurch'),new Array('St Gregory the Great (797-9865)',51.087376,-1.163946799999962,'Church'),new Array('St Anselm (34845-33724)',51.122065,-0.75519,'ParishChurch'),new Array('St Anselm (33705-70935)',51.122065,-0.75519,'ParishChurch'),new Array('Our Lady of Lourdes (34831-33717)',51.091464,-0.7161,'ParishChurch'),new Array('Our Lady of Lourdes (34467-70935)',51.091464,-0.7161,'ParishChurch'),new Array('St Colman (980-9841)',50.847598,-1.061804,'ParishChurch'),new Array('St Paul (983-9841)',50.854049,-1.094179,'ParishChurch'),new Array('Our Lady of the Assumption (34767-33685)',50.831885,-0.851291,'ParishChurch'),new Array('Our Lady of the Assumption (33627-70860)',50.831885,-0.851291,'ParishChurch'),new Array('Our Lady Queen of Apostles (813-75878)',50.953546,-1.220435,'ParishChurch'),new Array('St Paul`s Primary School (1129-10226)',50.849314,-1.095791,'School'),new Array('More House School (38748-36854)',51.178821,-0.798599,'Other'),new Array('Park Place Pastoral Centre (66491-76402)',50.901183,-1.196622,'Other'),new Array('Park Place Pastoral Centre (66491-76439)',50.901183,-1.196622,'Other'),new Array('St Thomas of Canterbury (845-9795)',50.825235,-1.058925,'ParishChurch'),new Array('St Anthony and St George (65949-33748)',50.95151,-0.630553,'Other'),new Array('St. Richard`s School (33288-33024)',50.832699,-0.776549,'School'),new Array('St Richard of Chichester (65164-70860)',50.832699,-0.776549,'ParishChurch'),new Array('Corpus Christi (973-9839)',50.819144,-1.080956,'ParishChurch'),new Array('Corpus Christi Primary School (1126-10223)',50.817331,-1.080254,'School'),new Array('St Patrick (897-9811)',50.798942,-0.98286,'ParishChurch'),new Array('The Sacred Heart (34893-33748)',50.986086,-0.606883,'ParishChurch'),new Array('St Joseph (984-9839)',50.80757,-1.062889,'ParishChurch'),new Array('Sacred Heart (863-9802)',50.85109629999999,-1.1788176,'ParishChurch'),new Array('St Teresa Of Avila (65959-70935)',51.115262,-0.633948,'Church'),new Array('St Joan of Arc (34811-33707)',51.210991,-0.790318,'ParishChurch'),new Array('St Polycarp`s Catholic Primary School (38766-36872)',51.211617,-0.789142,'School')); // var IMAGES = [ "parishChurchMarker", "ChurchMarker", "PresbyteryMarker", "OtherPresbyteryMarker", "SchoolMarker", "HallMarker" ]; // var ICONS = []; var markers = []; // declared EXTERNALLY // var map = null; // var mgr = null; // var mgr2 = null; // var mgr3 = null; function initialize() { var map = new google.maps.Map( document.getElementById('map_canvas'), { center: new google.maps.LatLng(records[0][1],records[0][2]), zoom: 13, mapTypeId: google.maps.MapTypeId.ROADMAP }); var markerName; for (var rows=0; rows < 8; rows++) { markerName=records[rows][3]; if(markerName=="ParishChurch") markerName="Parish-Church" var marker = new google.maps.Marker({ animation: google.maps.Animation.DROP, position: new google.maps.LatLng(records[rows][1],records[rows][2]), map: map, icon: "https://www.catholicdirectory.org/Pictures/map/" + markerName + "-Marker.png", title: records[rows][0] }); var infowindow = new google.maps.InfoWindow(); google.maps.event.addListener(marker, 'click', function() { load_content(map, this, infowindow); }); markers.push(marker); } } function load_content(map,marker,infowindow){ $.ajax({ url: 'mapinfowindow.asp?var1='+marker.title, success: function(data){ infowindow.setContent("
"+data+"
"); infowindow.open(map, marker); } }); } function launchInfoWindow(x) { // window.scroll(0, 0); // markers[x].setMap(map); google.maps.event.trigger(markers[x], "click"); } google.maps.event.addDomListener(window, 'load', initialize); function loadPage(a) { if(document.getElementById("frame_"+a).style.display=="none") { document.getElementById("tab_"+a).className="tab_selected"; document.getElementById("frame_"+a).style.display="block"; for (var i=0;i<3;i++) { if(i!=a) { document.getElementById("tab_"+i).className="tab" document.getElementById("frame_"+i).style.display="none"; } } } } function sendEmail(a,b) { document.getElementById("CCToEmailID").value=a; document.getElementById("CCEmailName").innerText=b; document.getElementById('CCEmailWindow').style.display='block'; } //