strList="

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

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

St Joseph and the Holy Child Church (0.1 miles)
Zoom on map | View full information

Sacred Heart of Jesus and St Cuthbert (Polish Church) Church (0.5 miles)
Zoom on map | View full information

St Joseph and St Gregory School (0.6 miles)
Zoom on map | View full information

Bedford DHS (1.3 miles)
Zoom on map | View full information

St John Rigby Lower School School (1.4 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Frances Cabrini Church (49479-55976)',52.137162,-0.477042,'ParishChurch'),new Array('St Frances Cabrini Church (49479-75837)',52.137162,-0.477042,'ParishChurch'),new Array('St Joseph and the Holy Child Church (49477-55974)',52.13666,-0.473727,'ParishChurch'),new Array('Sacred Heart of Jesus and St Cuthbert (Polish Church) Church (49471-55970)',52.136814,-0.465466,'ParishChurch'),new Array('St Joseph and St Gregory School (37786-35890)',52.134756,-0.49137,'School'),new Array('Bedford DHS (71365-75179)',52.1235222,-0.4552523,'Other'),new Array('St John Rigby Lower School School (37785-35889)',52.145061,-0.447777,'School'),new Array('Our Lady of Ransom Church (49559-56025)',52.11827,-0.496571,'ParishChurch'),new Array('SS Philip and James Church (49473-55971)',52.157482,-0.459069,'ParishChurch'),new Array('Christ the King Church (49467-55968)',52.12004,-0.446558,'ParishChurch'),new Array('St Thomas More Upper School School (37787-35891)',52.162122,-0.462491,'School'),new Array('Holy Cross Church (49469-55969)',52.1425,-0.428853,'ParishChurch'),new Array('Turvey Abbey (49661-56091)',52.161878,-0.620235,'ParishChurch'),new Array('St Peter Apostle C of E Church (65235-56077)',52.225449,-0.547843,'Other'),new Array('Cranfield University Chaplaincy (49507-55997)',52.073918,-0.628755,'Other'),new Array('St Francis of Assisi Church (49641-56078)',52.038135,-0.33448,'ParishChurch'),new Array('Our Lady Help of Christians and St Lawrence Church (49629-56071)',52.15506,-0.704,'ParishChurch'),new Array('Sacred Heart Church (49531-56010)',51.99747,-0.497213,'ParishChurch'),new Array('St Joseph`s Convent (71369-78451)',52.1571229,-0.7036393,'Other'),new Array('St Peter Church (49481-55977)',52.085135,-0.262279,'ParishChurch'),new Array('DHS Community (71367-78452)',52.1617387,-0.708323,'Other'),new Array('St Joesph`s (5577-74275)',52.229381,-0.263841,'ParishChurch'),new Array('St Joseph Church (42614-45145)',52.2292749,-0.2634032,'ParishChurch'),new Array('St Bede Church (49613-56058)',52.085847,-0.72549,'ParishChurch'),new Array('St Mary Church (49673-56097)',52.010831,-0.642356,'ParishChurch'),new Array('Church of Christ the King (49599-56049)',52.027414,-0.693467,'ParishChurch'),new Array('St Bernadettes Primary School (37770-35874)',52.033264,-0.710367,'School'),new Array('St Peter Apostle Church (49639-56077)',52.298066,-0.601254,'ParishChurch'),new Array('St Monicas Primary School (37771-35875)',52.060505,-0.75187,'School'),new Array(' (71380-75193)',52.0630684,-0.7705103,'Other'),new Array('St Paul`s School (49601-56051)',52.026313,-0.745228,'ParishChurch'),new Array('Ecumenical Church of Christ the Cornerstone Church (49597-56051)',52.041113,-0.761464,'Church'),new Array('St Augustine Church (49603-56053)',52.053525,-0.771272,'ParishChurch'),new Array('St Pauls Catholic School School (37772-35876)',52.025987,-0.753472,'School'),new Array('St Thomas Aquinas Church (49611-56057)',51.994498,-0.718152,'ParishChurch'),new Array('Our Lady of the Sacred Heart Church (49663-56092)',52.302394,-0.685316,'ParishChurch'),new Array('St. Hugh of Lincoln Church (5555-2597)',52.29597219999999,-0.253568599999994,'Church'),new Array('St. Hugh of Lincoln Church (5555-74275)',52.29597219999999,-0.253568599999994,'Church'),new Array('Our Ladys Infants School School (37806-35910)',52.295052,-0.710036,'School'),new Array('Our Ladys Junior School School (37807-35911)',52.295052,-0.710036,'School'),new Array('St Edmund Campion Church (49665-56092)',52.295052,-0.710036,'ParishChurch'),new Array('Our Lady Catholic Primary School (38288-36392)',51.964138,-0.277836,'School'),new Array('Bishop Parker Primary and Nursery (37769-35873)',51.986138,-0.728264,'School'),new Array('St Francis de Sales Church (49607-56055)',52.063034,-0.809492,'ParishChurch'),new Array('St Francis de Sales Church (49607-75473)',52.063034,-0.809492,'ParishChurch'),new Array('Cardinal Newman Catholic School School (37790-35894)',51.921685,-0.423923,'School'),new Array('St John the Apostle Church (49583-56035)',51.918384,-0.470889,'ParishChurch'),new Array('All Saints Church (49595-56057)',51.996471,-0.754568,'ParishChurch'),new Array('Our Lady Immaculate And St Andrew Church (40626-38103)',51.953741,-0.27461,'ParishChurch'),new Array('St Thomas More Catholic Primary School (38402-36506)',51.969944,-0.241742,'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'; } //