strList="

Archdiocese of Liverpool (0 miles)
Zoom on map | View full information

St Anthony Of Padua Catholic Primary School (0.4 miles)
Zoom on map | View full information

St Margaret Clitherow Centre (0.8 miles)
Zoom on map | View full information

St Margaret Clitherow Centre (0.8 miles)
Zoom on map | View full information

St Charles` Catholic Primary School (0.8 miles)
Zoom on map | View full information

St Anthony of Padua (0.8 miles)
Zoom on map | View full information

St Charles (0.8 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Archdiocese of Liverpool (4797-877)',53.37900560000001,-2.9273479,'Other'),new Array('St Anthony Of Padua Catholic Primary School (37448-35552)',53.381971,-2.918392,'School'),new Array('St Margaret Clitherow Centre (72480-877)',53.3890639,-2.9354608,'Other'),new Array('St Margaret Clitherow Centre (72480-77517)',53.3890639,-2.9354608,'Other'),new Array('St Charles` Catholic Primary School (37439-35543)',53.375822,-2.947166,'School'),new Array('St Anthony of Padua (52695-57636)',53.382246,-2.908864,'ParishChurch'),new Array('St Charles (52701-57639)',53.376833,-2.945535,'ParishChurch'),new Array('St Charles` Parish Office (72504-57639)',53.3769036,-2.9455213,'Other'),new Array('St Clare (52703-57640)',53.390964,-2.938616,'ParishChurch'),new Array('FCJ Community (72439-77291)',53.3903908,-2.9370387,'Other'),new Array('St Clare`s Catholic Primary School (37441-35545)',53.394533,-2.932784,'School'),new Array('Our Lady`s Bishop Eton Catholic Primary School (37436-35540)',53.387642,-2.899584,'School'),new Array('St Austin`s Catholic Primary School (37437-35541)',53.362632,-2.91177,'School'),new Array('Tithebarn Grove (72464-77316)',53.3972316,-2.9114115,'Other'),new Array('St Finbar`s Catholic Primary School (37434-35538)',53.38133,-2.960909,'School'),new Array('Provincialate (72461-77313)',53.3897466,-2.8979892,'Other'),new Array('Convent of Notre Dame (72463-77315)',53.3897466,-2.8979892,'Other'),new Array('St Patrick (52707-57642)',53.389112,-2.95934,'Church'),new Array('Our Lady of the Annunciation (52715-57646)',53.3894982,-2.895428199999969,'ParishChurch'),new Array('St Hugh`s Catholic Primary School (37664-35768)',53.398536,-2.940437,'School'),new Array('Carmelite Monastery (72432-77280)',53.3754864,-2.8913307,'Other'),new Array('St Vincent de Paul (52711-57644)',53.389112,-2.95934,'ParishChurch'),new Array('Carmelite Monastery (72432-77172)',53.3754864,-2.8913307,'Other'),new Array('FCJ House (72440-77292)',53.3996739,-2.938491,'Other'),new Array('Our Lady Of Good Help RC Primary School (37692-35796)',53.399698,-2.919451,'School'),new Array('Cromptons Court Community (72453-77305)',53.38558,-2.893842,'Other'),new Array('Parish Office (52706-57642)',53.386799,-2.963799,'Other'),new Array('Our Lady Of Mount Carmel Catholic Primary School (37433-35537)',53.387533,-2.965334,'School'),new Array('Christ The King RC Primary School (37423-35527)',53.400404,-2.901117,'School'),new Array('Christ the King and Our Lady (52713-57645)',53.401084,-2.899101,'ParishChurch'),new Array('St Anne (52693-57635)',53.4033832,-2.953810100000055,'ParishChurch'),new Array('St Patrick`s Catholic Primary School (37681-35785)',53.392251,-2.971035,'School'),new Array('Mill Street Community (72476-77328)',53.3892648,-2.9733423,'Other'),new Array('St Francis Xavier`s College School (37616-35720)',53.382662,-2.880281,'School'),new Array('St Sebastian (52749-57663)',53.405607,-2.947843,'ParishChurch'),new Array('St Anne`s RC Primary School (37453-35557)',53.403383,-2.95381,'School'),new Array('St Sebastian`s Catholic Primary School (37684-35788)',53.410499,-2.937255,'School'),new Array('St Oswald`s Catholic Infant School (37680-35784)',53.410824,-2.916216,'School'),new Array('St Philip Neri (The University Church, formerly The Oratory) (72585-77210)',53.3995077,-2.9684778,'Church'),new Array('St Philip Neri (The University Church, formerly The Oratory) (72585-32147)',53.3995077,-2.9684778,'Church'),new Array('Convent of Mercy (72457-77309)',53.41084009999999,-2.9162156,'Other'),new Array('St Oswald (52745-57661)',53.410824,-2.916216,'ParishChurch'),new Array('The Academy of St Nicholas (72582-77221)',53.3554432,-2.8922495,'Other'),new Array('Taylorville (72448-77300)',53.4096802,-2.9371316,'Other'),new Array('St Oswald`s Catholic Junior School (37679-35783)',53.411186,-2.913486,'School'),new Array('Rosemont Convent (72447-77299)',53.41152839999999,-2.9375784,'Other'),new Array('St Mary`s Parish House (52892-57735)',53.375738,-2.868428,'Other'),new Array('Metropolitan Cathedral of Christ the King (71093-32147)',53.4047713,-2.9677245,'Cathedral'),new Array('St Mary (52893-57735)',53.375738,-2.868428,'ParishChurch'),new Array('St Cuthbert`s RC Primary School (37442-35546)',53.414469,-2.925005,'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'; } //