strList="

Our Lady & St Joseph Church (0 miles)
Zoom on map | View full information

St Joseph`s School (0 miles)
Zoom on map | View full information

St Alban`s School (0.9 miles)
Zoom on map | View full information

St Alban Church (0.9 miles)
Zoom on map | View full information

Our Lady of the Immaculate Conception Church (1 miles)
Zoom on map | View full information

Our Lady`s Primary School (1.1 miles)
Zoom on map | View full information

St Laurence`s Primary School (1.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady and St Joseph Church (59608-32730)',53.411556,-3.026161,'ParishChurch'),new Array('St Joseph`s School (38174-36278)',53.411556,-3.026161,'School'),new Array('St Alban`s School (38148-36252)',53.418295,-3.046186,'School'),new Array('St Alban Church (59656-32729)',53.418208,-3.044814,'ParishChurch'),new Array('Our Lady of the Immaculate Conception Church (59624-32723)',53.399638,-3.041592,'ParishChurch'),new Array('Our Lady`s Primary School (38140-36244)',53.400745,-3.044537,'School'),new Array('St Laurence`s Primary School (38179-36283)',53.393754,-3.02662,'School'),new Array('St Werburgh and St Laurence Church (59793-32722)',53.389545,-3.022715,'ParishChurch'),new Array('St Francis Xavier (52681-57629)',53.415402,-2.988756,'ParishChurch'),new Array('Holy Cross School (38127-36231)',53.403077,-3.063456,'School'),new Array('Holy Cross Catholic Primary School (39045-37151)',53.40301,-3.065981,'School'),new Array('Holy Cross and St Mary`s Catholic Primary School (37430-35534)',53.412421,-2.984388,'School'),new Array('St Anthony of Egypt (52677-57632)',53.417539,-2.987199,'ParishChurch'),new Array('The Trinity Catholic Primary School (37455-35559)',53.419015,-2.986978,'School'),new Array('The Trinity Catholic Primary School (37455-77204)',53.419015,-2.986978,'School'),new Array('St Mary`s School (38231-36335)',53.423793,-3.064846,'School'),new Array('English Martyrs Church (59581-32731)',53.424696,-3.063393,'ParishChurch'),new Array('St Werburgh`s Primary School (38210-36314)',53.38629,-3.029102,'School'),new Array('St Anselm`s College School (39046-37152)',53.389974,-3.048874,'School'),new Array('Ss Peter and Paul`s School (38145-36249)',53.4356,-3.047108,'School'),new Array('Holy Cross and St Paul Church (59588-32727)',53.401499,-3.069072,'ParishChurch'),new Array('St Anselm`s School (38226-36330)',53.388747,-3.050468,'School'),new Array('SS Peter and Paul Church (59645-32732)',53.4356,-3.047108,'ParishChurch'),new Array('St Vincent De Paul`s Catholic Primary School (37689-35793)',53.399818,-2.982217,'School'),new Array('Redcourt School (38142-36246)',53.38678,-3.049217,'School'),new Array('Seel Street Community (72445-77297)',53.4020048,-2.9785064,'Other'),new Array('Holy Name Of Jesus Church (59594-32726)',53.384589,-3.054064,'ParishChurch'),new Array('St John the Evangelist (52683-57630)',53.432934,-2.982092,'ParishChurch'),new Array('St Joseph Church (59712-32725)',53.378196,-3.030666,'ParishChurch'),new Array('St Nicholas` Catholic Primary School (37678-35782)',53.404814,-2.971426,'School'),new Array('Our Lady of Reconciliation de la Salette (52675-57632)',53.426514,-2.976674,'Church'),new Array('Our Lady Immaculate Catholic Primary School (37432-35536)',53.426066,-2.973416,'School'),new Array('St John`s Catholic Infant School (37666-35770)',53.43411,-2.978988,'School'),new Array('St Benet (52783-57680)',53.443255,-2.998895,'ParishChurch'),new Array('St Philip Neri (The University Church, formerly The Oratory) (72585-77210)',53.3995077,-2.9684778,'Church'),new Array('Metropolitan Cathedral of Christ the King (71093-32147)',53.4047713,-2.9677245,'Cathedral'),new Array('St John`s Catholic Junior School (37665-35769)',53.433946,-2.977118,'School'),new Array('St Philip Neri (The University Church, formerly The Oratory) (72585-32147)',53.3995077,-2.9684778,'Church'),new Array('Sacred Heart (72506-57631)',53.41046249999999,-2.9620015,'ParishChurch'),new Array('Notre Dame Catholic High School (37608-35712)',53.431025,-2.971558,'School'),new Array('Our Lady of Lourdes Church (59618-32733)',53.418634,-3.088747,'ParishChurch'),new Array('Our Lady Of Lourdes School (38134-36238)',53.418858,-3.08785,'School'),new Array('St Paul`s School (38195-36299)',53.396471,-3.083338,'School'),new Array('St Winefride`s and St Richard`s Catholic Prim School (37474-35578)',53.444973,-2.995311,'School'),new Array('St Patrick`s Catholic Primary School (37681-35785)',53.392251,-2.971035,'School'),new Array('St Joseph`s Primary School (38177-36281)',53.374837,-3.040656,'School'),new Array('Sacred Heart Catholic Primary School (37435-35539)',53.409764,-2.960768,'School'),new Array('Mill Street Community (72476-77328)',53.3892648,-2.9733423,'Other'),new Array('St Peter Church (59763-32728)',53.385668,-3.079215,'ParishChurch'),new Array('St Peter`s School (38197-36301)',53.383035,-3.079073,'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'; } //