strList="

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

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

De Lisle Catholic Science College School (2.2 miles)
Zoom on map | View full information

Our Lady and St Bernard Abbey (2.4 miles)
Zoom on map | View full information

Grace Dieu Manor Preparatory School (2.5 miles)
Zoom on map | View full information

Loughborough University Chaplaincy (2.6 miles)
Zoom on map | View full information

Chapel (Edward Herbert Building) (2.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Winefride Church (56064-62281)',52.770536,-1.291509,'ParishChurch'),new Array('St Winefride`s Catholic Primary School (37845-35949)',52.772633,-1.291831,'School'),new Array('De Lisle Catholic Science College School (37849-35953)',52.769999,-1.239567,'School'),new Array('Our Lady and St Bernard Abbey (56050-62260)',52.741276,-1.324008,'ParishChurch'),new Array('Grace Dieu Manor Preparatory School (37895-35999)',52.759568,-1.349479,'School'),new Array('Loughborough University Chaplaincy (56031-62228)',52.764873,-1.229474,'ParishChurch'),new Array('Chapel (Edward Herbert Building) (65857-62228)',52.764873,-1.229474,'Other'),new Array('St Mary Church (56033-62231)',52.772417,-1.217394,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37841-35945)',52.773067,-1.21507,'School'),new Array('Holy Cross Church (56078-62301)',52.743583,-1.35745,'ParishChurch'),new Array('Holy Cross Catholic Primary School (37847-35951)',52.743583,-1.35745,'School'),new Array('Sacred Heart Catholic Primary School (37840-35944)',52.762609,-1.211923,'School'),new Array('Our Lady`s Convent School (37897-36001)',52.765614,-1.205615,'School'),new Array('Sacred Heart of Jesus Church (56032-62229)',52.759492,-1.206852,'ParishChurch'),new Array('Our Lady of the Angels Church (55989-62164)',52.79406,-1.19522,'ParishChurch'),new Array('St Mary in the Elms C of E Church (56081-62305)',52.732459,-1.208202,'ParishChurch'),new Array('St Wilfrid of York Church (55969-62135)',52.722952,-1.365793,'ParishChurch'),new Array('St Clare`s Catholic Primary School (38913-37019)',52.719661,-1.365781,'School'),new Array('Church of the Risen Lord (55965-62131)',52.843949,-1.335644,'ParishChurch'),new Array('Our Lady of Mercy and St Philip Neri Church (56046-62254)',52.822063,-1.42598,'ParishChurch'),new Array('The Sacred Heart Church (56061-62276)',52.717705,-1.138192,'ParishChurch'),new Array('Sacred Heart Church (55955-62118)',52.717705,-1.138192,'ParishChurch'),new Array('Our Lady of Lourdes Church (55948-62108)',52.744984,-1.473922,'ParishChurch'),new Array('St Gregory Church (56066-62283)',52.730639,-1.10518,'ParishChurch'),new Array('St Francis of Assisi Church (56030-62227)',52.891719,-1.27711,'ParishChurch'),new Array('St Ralph Sherwin Church (55985-62158)',52.864491,-1.438656,'ParishChurch'),new Array('English Martyrs Catholic Primary School (37822-35926)',52.904567,-1.293771,'School'),new Array('Ratcliffe College School (37894-35998)',52.729733,-1.076056,'School'),new Array('St Theresa Church (55954-62117)',52.674902,-1.118329,'ParishChurch'),new Array('St Charles Borromeo Church (56045-62253)',52.704686,-1.501697,'ParishChurch'),new Array('St Charles`s Catholic Primary School (37843-35947)',52.704686,-1.501697,'School'),new Array('English Martyrs Catholic Secondary School (37835-35939)',52.652008,-1.158406,'School'),new Array('Mother of God Church (56015-62202)',52.64045,-1.185938,'ParishChurch'),new Array('Corpus Christi Church (56083-62308)',52.89817069999999,-1.179720599999996,'ParishChurch'),new Array('Blessed Robert Widmerpool Catholic Primary School (37871-35975)',52.897631,-1.178408,'School'),new Array('Diocesan Offices (339-870)',52.898171,-1.179721,'Other'),new Array('St Patrick Church (56022-62213)',52.658693,-1.141674,'ParishChurch'),new Array('Divine Infant of Prague Church (56075-62297)',52.6960466,-1.079386,'ParishChurch'),new Array('St Hugh Church (55957-62120)',52.908426,-1.386522,'ParishChurch'),new Array('Bishop Ellis Catholic Primary School (37846-35950)',52.684219,-1.087934,'School'),new Array('St John Fisher Catholic Primary School (37808-35912)',52.898014,-1.42199,'School'),new Array('St John the Evangelist Church (56091-62319)',52.922902,-1.279789,'ParishChurch'),new Array('Christ The King Catholic Primary School (38914-37020)',52.636624,-1.164464,'School'),new Array('English Martyrs Church (55978-62146)',52.89982,-1.432922,'ParishChurch'),new Array('Our Lady of Good Counsel Church (56016-62203)',52.662964,-1.105232,'ParishChurch'),new Array('St Patrick`s Catholic Primary School (37833-35937)',52.65577,-1.113332,'School'),new Array('Holy Spirit Church (55979-62147)',52.879432,-1.490723,'ParishChurch'),new Array('Most Blessed Sacrament Church (56025-62219)',52.626016,-1.172215,'ParishChurch'),new Array('Ss Peter and Paul Church (56074-62296)',52.77976,-1.55903,'ParishChurch'),new Array('St Edward`s Catholic Primary School (37826-35930)',52.77976,-1.55903,'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'; } //