strList="

All Saints Catholic Infant & Nursery School (0 miles)
Zoom on map | View full information

All Saints (0 miles)
Zoom on map | View full information

All Saints Catholic Primary School (0.1 miles)
Zoom on map | View full information

St Michael`s Catholic Primary School (0.7 miles)
Zoom on map | View full information

Our Lady Immaculate Catholic Primary School (0.7 miles)
Zoom on map | View full information

Notre Dame Catholic High School (0.7 miles)
Zoom on map | View full information

St Michael (0.7 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('All Saints Catholic Infant and Nursery School (37422-35526)',53.427382,-2.956259,'School'),new Array('All Saints (52671-57624)',53.427382,-2.956259,'ParishChurch'),new Array('All Saints Catholic Primary School (38880-36986)',53.426098,-2.953882,'School'),new Array('St Michael`s Catholic Primary School (37677-35781)',53.417659,-2.951391,'School'),new Array('Our Lady Immaculate Catholic Primary School (37432-35536)',53.426066,-2.973416,'School'),new Array('Notre Dame Catholic High School (37608-35712)',53.431025,-2.971558,'School'),new Array('St Michael (52685-57631)',53.4172739,-2.9544213,'ParishChurch'),new Array('Our Lady of Reconciliation de la Salette (52675-57632)',53.426514,-2.976674,'Church'),new Array('The Academy Of St Francis Of Assisi School (38884-36990)',53.417719,-2.944953,'School'),new Array('St John`s Catholic Infant School (37666-35770)',53.43411,-2.978988,'School'),new Array('St John`s Catholic Junior School (37665-35769)',53.433946,-2.977118,'School'),new Array('St Matthew`s Presbytery (73268-57660)',53.4359814,-2.9339024,'Other'),new Array('St. Matthew`s Catholic Primary School (37675-35779)',53.437567,-2.935698,'School'),new Array('St John the Evangelist (52683-57630)',53.432934,-2.982092,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (37435-35539)',53.409764,-2.960768,'School'),new Array('St Cecilia`s Catholic Junior School (37438-35542)',53.422814,-2.928001,'School'),new Array('Sacred Heart (72506-57631)',53.41046249999999,-2.9620015,'ParishChurch'),new Array('Mother of Christ Convent (72471-77323)',53.4238725,-2.9280531,'Other'),new Array('Rosemont Convent (72447-77299)',53.41152839999999,-2.9375784,'Other'),new Array('St Francis De Sales Infant and Nursery School (37672-35776)',53.443665,-2.973532,'School'),new Array('St Francis de Sales (52679-57628)',53.442863,-2.972686,'ParishChurch'),new Array('St Francis De Sales Catholic Junior Mixed School (37671-35775)',53.442863,-2.972686,'School'),new Array('St Sebastian`s Catholic Primary School (37684-35788)',53.410499,-2.937255,'School'),new Array('The Trinity Catholic Primary School (37455-77204)',53.419015,-2.986978,'School'),new Array('The Trinity Catholic Primary School (37455-35559)',53.419015,-2.986978,'School'),new Array('St Anthony of Egypt (52677-57632)',53.417539,-2.987199,'ParishChurch'),new Array('Taylorville (72448-77300)',53.4096802,-2.9371316,'Other'),new Array('St Sebastian (52749-57663)',53.405607,-2.947843,'ParishChurch'),new Array('Holy Cross and St Mary`s Catholic Primary School (37430-35534)',53.412421,-2.984388,'School'),new Array('St Cuthbert`s RC Primary School (37442-35546)',53.414469,-2.925005,'School'),new Array('St Matthew (52743-57660)',53.417038,-2.922515,'ParishChurch'),new Array('Metropolitan Cathedral of Christ the King (71093-32147)',53.4047713,-2.9677245,'Cathedral'),new Array('St Cuthbert`s Catholic Primary and Nursery School (38881-36987)',53.414469,-2.925005,'School'),new Array('St Francis Xavier (52681-57629)',53.415402,-2.988756,'ParishChurch'),new Array('St Cecilia (52739-57658)',53.417038,-2.922515,'ParishChurch'),new Array('St Anne (52693-57635)',53.4033832,-2.953810100000055,'ParishChurch'),new Array('St Anne`s RC Primary School (37453-35557)',53.403383,-2.95381,'School'),new Array('St Nicholas` Catholic Primary School (37678-35782)',53.404814,-2.971426,'School'),new Array('Runnymede St Edward`s School (39101-37207)',53.424533,-2.911394,'School'),new Array('St Edward`s College School (37618-35722)',53.424811,-2.910286,'School'),new Array('St Edward`s Junior - Runnymede School (37310-35414)',53.424811,-2.910286,'School'),new Array('Convent of Marie Auxiliatrice (72455-77307)',53.447572,-2.9868406,'Other'),new Array('Seel Street Community (72445-77297)',53.4020048,-2.9785064,'Other'),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('St Oswald (52745-57661)',53.410824,-2.916216,'ParishChurch'),new Array('St. Teresa of Lisieux (37452-35556)',53.446143,-2.920639,'School'),new Array('Convent of Mercy (72457-77309)',53.41084009999999,-2.9162156,'Other'),new Array('St Oswald`s Catholic Infant School (37680-35784)',53.410824,-2.916216,'School'),new Array('St Winefride`s and St Richard`s Catholic Prim School (37474-35578)',53.444973,-2.995311,'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'; } //