strList="

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

Bishop Ellis Catholic Primary School (0.9 miles)
Zoom on map | View full information

St Theresa Church (2.2 miles)
Zoom on map | View full information

Ratcliffe College School (2.3 miles)
Zoom on map | View full information

Our Lady of Good Counsel Church (2.5 miles)
Zoom on map | View full information

St Gregory Church (2.6 miles)
Zoom on map | View full information

Sacred Heart Church (2.9 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Divine Infant of Prague Church (56075-62297)',52.6960466,-1.079386,'ParishChurch'),new Array('Bishop Ellis Catholic Primary School (37846-35950)',52.684219,-1.087934,'School'),new Array('St Theresa Church (55954-62117)',52.674902,-1.118329,'ParishChurch'),new Array('Ratcliffe College School (37894-35998)',52.729733,-1.076056,'School'),new Array('Our Lady of Good Counsel Church (56016-62203)',52.662964,-1.105232,'ParishChurch'),new Array('St Gregory Church (56066-62283)',52.730639,-1.10518,'ParishChurch'),new Array('Sacred Heart Church (55955-62118)',52.717705,-1.138192,'ParishChurch'),new Array('The Sacred Heart Church (56061-62276)',52.717705,-1.138192,'ParishChurch'),new Array('St Patrick`s Catholic Primary School (37833-35937)',52.65577,-1.113332,'School'),new Array('The Rosary Church (65856-62208)',52.645536,-1.060464,'Other'),new Array('St Joseph`s Catholic Primary School (37832-35936)',52.645443,-1.061205,'School'),new Array('St Patrick Church (56022-62213)',52.658693,-1.141674,'ParishChurch'),new Array('St Joseph Church (56020-62208)',52.64183,-1.089008,'ParishChurch'),new Array('Sacred Heart and St Margaret Mary Church (56017-62205)',52.638656,-1.107782,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (37831-35935)',52.638965,-1.109401,'School'),new Array('English Martyrs Catholic Secondary School (37835-35939)',52.652008,-1.158406,'School'),new Array('St Paul`s Catholic Secondary School (37836-35940)',52.629033,-1.068707,'School'),new Array('St Paul Polish Church (65854-70906)',52.623721,-1.088571,'Church'),new Array('Holy Cross Church (56012-62196)',52.630171,-1.129762,'ParishChurch'),new Array('St Clements Hall (56014-62201)',52.630171,-1.129762,'Other'),new Array('St Peter Church (56023-62214)',52.631363,-1.149109,'ParishChurch'),new Array('Christ The King Catholic Primary School (38914-37020)',52.636624,-1.164464,'School'),new Array('St Andrew Church (56026-62220)',52.631126,-1.149912,'ParishChurch'),new Array('Corpus Christi Convent (65855-62217)',52.614105,-1.112638,'Other'),new Array('Mother of God Church (56015-62202)',52.64045,-1.185938,'ParishChurch'),new Array('St Mary in the Elms C of E Church (56081-62305)',52.732459,-1.208202,'ParishChurch'),new Array('St Thomas More Catholic Primary School (37834-35938)',52.611449,-1.110934,'School'),new Array('St Thomas More Church (56024-62217)',52.611848,-1.111414,'ParishChurch'),new Array('Most Blessed Sacrament Church (56025-62219)',52.626016,-1.172215,'ParishChurch'),new Array('Immaculate Conception Church (56013-62200)',52.600704,-1.078935,'ParishChurch'),new Array('St Edward the Confessor Church (56018-62206)',52.605867,-1.151479,'ParishChurch'),new Array('Sacred Heart of Jesus Church (56032-62229)',52.759492,-1.206852,'ParishChurch'),new Array('Our Lady`s Convent School (37897-36001)',52.765614,-1.205615,'School'),new Array('Sacred Heart Catholic Primary School (37840-35944)',52.762609,-1.211923,'School'),new Array('St John Fisher Catholic Primary School (37848-35952)',52.591267,-1.096817,'School'),new Array('Holy Cross Catholic Primary School (37830-35934)',52.59341,-1.13083,'School'),new Array('St Mary`s Catholic Primary School (37841-35945)',52.773067,-1.21507,'School'),new Array('St John Bosco Church (56019-62211)',52.591518,-1.146427,'Church'),new Array('St Mary Church (56033-62231)',52.772417,-1.217394,'ParishChurch'),new Array('Chapel (Edward Herbert Building) (65857-62228)',52.764873,-1.229474,'Other'),new Array('Loughborough University Chaplaincy (56031-62228)',52.764873,-1.229474,'ParishChurch'),new Array('Our Lady of the Angels Church (55989-62164)',52.79406,-1.19522,'ParishChurch'),new Array('De Lisle Catholic Science College School (37849-35953)',52.769999,-1.239567,'School'),new Array('St Mary Church (56021-62211)',52.576047,-1.134184,'ParishChurch'),new Array('St Francis Convent (65797-62255)',52.753421,-0.889412,'Other'),new Array('St Francis Convent Chapel Church (56047-62255)',52.753421,-0.889412,'ParishChurch'),new Array('St Francis`s Catholic Primary School (37844-35948)',52.759699,-0.889741,'School'),new Array('St Peters Church (56049-62256)',52.772772,-0.896643,'ParishChurch'),new Array('St John the Baptist Church (56048-62256)',52.76453,-0.881497,'ParishChurch'),new Array('St Pius X Church (56051-62261)',52.574026,-1.200891,'ParishChurch')); // 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'; } //