strList="

Holy Cross Catholic Primary School (0 miles)
Zoom on map | View full information

Holy Cross Church (0.8 miles)
Zoom on map | View full information

Our Lady Of Perpetual Succour Catholic Primary School (3.3 miles)
Zoom on map | View full information

St Margaret Clitherow Catholic Primary School (3.4 miles)
Zoom on map | View full information

Our Lady of Perpetual Succour Church (3.5 miles)
Zoom on map | View full information

Infant of Prague Church (3.6 miles)
Zoom on map | View full information

Our Lady Help of Christians Church (4.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Holy Cross Catholic Primary School (37882-35986)',53.044435,-1.197666,'School'),new Array('Holy Cross Church (56084-62309)',53.033782,-1.20693,'ParishChurch'),new Array('Our Lady Of Perpetual Succour Catholic Primary School (37872-35976)',52.996676,-1.184784,'School'),new Array('St Margaret Clitherow Catholic Primary School (37870-35974)',53.005544,-1.146898,'School'),new Array('Our Lady of Perpetual Succour Church (56088-62313)',52.994995,-1.184786,'ParishChurch'),new Array('Infant of Prague Church (56085-62310)',52.999864,-1.153298,'ParishChurch'),new Array('Our Lady Help of Christians Church (56011-62194)',53.099349,-1.241405,'ParishChurch'),new Array('Good Shepherd Church (56097-62328)',52.992619,-1.134757,'ParishChurch'),new Array('Our Lady of Good Counsel Church (55990-62165)',53.012192,-1.291494,'ParishChurch'),new Array('The Priory Catholic Primary School (37881-35985)',53.012928,-1.294284,'School'),new Array('Christ The King Catholic Secondary School (37888-35992)',53.00063,-1.112901,'School'),new Array('The Good Shepherd Catholic Primary School (37879-35983)',52.992062,-1.12133,'School'),new Array('St Anthony Church (55964-62130)',53.040552,-1.082163,'ParishChurch'),new Array('St. Joseph Church (47032-54236)',53.018598,-1.307086,'ParishChurch'),new Array('St. Vincent Church (47258-54357)',53.018598,-1.307086,'ParishChurch'),new Array('St. Herbert Church (46997-54218)',53.018598,-1.307086,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (37877-35981)',52.970838,-1.209646,'School'),new Array('St Teresa of Lisieux Church (56094-62325)',52.970838,-1.209646,'ParishChurch'),new Array('St Mary Church (56092-62320)',52.970736,-1.173508,'ParishChurch'),new Array('St Mary`s Catholic Primary A Voluntary Academy (37875-35979)',52.97058,-1.171754,'School'),new Array('Sisters of St Jospeh of Peace (65841-62320)',52.970113,-1.173118,'Other'),new Array('The Trinity Catholic Secondary School (37878-35982)',52.966702,-1.205493,'School'),new Array('St Augustine`s Catholic Primary School (37873-35977)',52.968024,-1.144718,'School'),new Array('St Hugh of Lincoln Church (56090-62318)',52.963873,-1.226329,'ParishChurch'),new Array('St George Church (56059-62273)',53.114314,-1.119573,'ParishChurch'),new Array('St Augustine`s Church (56089-62316)',52.964442,-1.142764,'ParishChurch'),new Array('St Joseph the Worker Church (56073-62294)',53.125005,-1.260112,'ParishChurch'),new Array('Cathedral Church of St Barnabas Church (56082-62306)',52.955719,-1.159981,'Cathedral'),new Array('University of Nottingham - Trent Building (65859-62333)',52.956363,-1.152004,'Other'),new Array('St Joseph`s Preparatory School (37896-36000)',52.955105,-1.158415,'School'),new Array('St. Edwards Primary and Nursery Catholic Voluntary Academy (37874-35978)',52.962584,-1.128449,'School'),new Array('St Paul Church (56093-62323)',52.953155,-1.176493,'ParishChurch'),new Array('Our Lady and St Edward Church (56086-62311)',52.962584,-1.128449,'ParishChurch'),new Array('St Thomas More Church (56095-62326)',52.9502574,-1.228253799999948,'ParishChurch'),new Array('Bishop`s House (4790-870)',52.951463,-1.161953,'Other'),new Array('St Patrick`s Catholic Primary School (37884-35988)',53.138672,-1.160319,'School'),new Array('Most Sacred Heart of Jesus Church (56099-62332)',52.966246,-1.096363,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (37880-35984)',52.964943,-1.09514,'School'),new Array('St Bernadette Church (56055-62266)',52.952444,-1.126033,'ParishChurch'),new Array('Our Lady and St Thomas of Hereford Church (56008-62190)',52.96658,-1.306712,'ParishChurch'),new Array('St Philip Neri Church (56039-62240)',53.1481843,-1.201012100000071,'ParishChurch'),new Array('University of Nottingham Chapel (56100-62333)',52.94125,-1.18648,'ParishChurch'),new Array('Our Lady and St Patrick in the Meadows Church (56087-62312)',52.942077,-1.151718,'ParishChurch'),new Array('Polish Church Of Our Lady Church (44718-48453)',53.149947,-1.190513,'ParishChurch'),new Array('St Thomas`s Catholic Primary School (37821-35925)',52.964891,-1.311548,'School'),new Array('St Philip Neri Catholic Primary School (37883-35987)',53.149393,-1.204294,'School'),new Array('Polish Church of Our Lady (65176-70863)',53.149261,-1.192694,'ParishChurch'),new Array('All Saints Catholic Secondary School (37890-35994)',53.15205,-1.213157,'School'),new Array('St Patrick Church (56038-62239)',53.154807,-1.156325,'ParishChurch'),new Array('St John Houghton Catholic Secondary School (37829-35933)',52.962784,-1.328226,'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'; } //