strList="

Our Lady Immaculate & St Philip Neri Church (0 miles)
Zoom on map | View full information

Our Lady Immaculate & St Philip Neri Church (0 miles)
Zoom on map | View full information

Our Lady Immaculate & St Etheldreda Church (4.4 miles)
Zoom on map | View full information

St Louis Catholic Primary School (5-9) (4.8 miles)
Zoom on map | View full information

Newmarket Hospital (5.1 miles)
Zoom on map | View full information

St Felix Church (7.5 miles)
Zoom on map | View full information

St Felix Catholic Primary School (7.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady Immaculate and St Philip Neri Church (42606-45139)',52.189403,0.466237,'ParishChurch'),new Array('Our Lady Immaculate and St Philip Neri Church (43710-45239)',52.189403,0.466237,'ParishChurch'),new Array('Our Lady Immaculate and St Etheldreda Church (42775-45239)',52.2439905,0.4107082,'ParishChurch'),new Array('St Louis Catholic Primary School (5-9) (36902-35002)',52.249444,0.40749,'School'),new Array('Newmarket Hospital (36962-35062)',52.250892,0.399979,'Other'),new Array('St Felix Church (42749-45224)',52.084307,0.423332,'ParishChurch'),new Array('St Felix Catholic Primary School (36893-34993)',52.082656,0.421432,'School'),new Array('Mother Of Good Counsel Church (42793-45249)',52.074055,0.578431,'ParishChurch'),new Array('Clare Oratory (65968-45249)',52.074055,0.578431,'Other'),new Array('Cavendish United Reformed Church (42733-45215)',52.087154,0.639886,'Other'),new Array('St. Nicholas` Hospice (36997-35097)',52.228218,0.708395,'School'),new Array('Our Lady Immaculate and St. Joseph Church (43775-45213)',52.168992,0.713819,'ParishChurch'),new Array('Our Lady Immaculate and St. Joseph Church (42735-45216)',52.168992,0.713819,'ParishChurch'),new Array('West Suffolk Hospital (36996-35096)',52.231662,0.709176,'Other'),new Array('West Suffolk (36943-35043)',52.249242,0.700211,'School'),new Array('St Louis Catholic Middle School (9-13) (36884-34984)',52.243285,0.710953,'School'),new Array('Sisters of the Assumption (36922-35022)',52.284938,0.672409,'School'),new Array('St Edmund King and Martyr Church (42731-45213)',52.24106,0.713865,'ParishChurch'),new Array('St Edmund`s Catholic First School (5-9) (36883-34983)',52.24106,0.713865,'School'),new Array('Sisters of St Louis (36915-35015)',52.247949,0.715003,'School'),new Array('Nuffield Hospital (36998-35098)',52.240171,0.71926,'Other'),new Array('St Benedict`s Catholic Upper School (36885-34985)',52.264181,0.706028,'School'),new Array('Gatehouse (36995-35095)',52.351341,0.519313,'School'),new Array('Moreton Hall Preparatory School (2-13) (36886-34986)',52.246379,0.737792,'School'),new Array('Our Lady Of Walsingham USAF Chapel (42771-45237)',52.370336,0.476218,'ParishChurch'),new Array('St Vincent De Paul Church (42787-45246)',52.21613,0.1686,'ParishChurch'),new Array('Ida Darwin Hospital (36945-35045)',52.18581,0.162486,'Other'),new Array('Fulbourn Hospital (36944-35044)',52.18581,0.162486,'Other'),new Array('St Bede`s Inter-Church High School (36889-34989)',52.190526,0.162452,'School'),new Array('St Philip Howard Church (42598-45133)',52.187897,0.162119,'ParishChurch'),new Array('Sisters of Our Lady of Grace and Compassion (36920-35020)',52.267749,0.771957,'Other'),new Array('Sisters of Our Lady of Grace and Compassion (36920-45213)',52.267749,0.771957,'Other'),new Array('Cambridge Lea (BUPA) (36946-35046)',52.228325,0.138593,'School'),new Array('Milton Hospice (Children) (36947-35047)',52.228325,0.138593,'School'),new Array('Polonia House Chapel (43813-45259)',52.215784,0.131355,'ParishChurch'),new Array('Cambridge Polish Chaplaincy Church (42811-45133)',52.215784,0.131355,'ParishChurch'),new Array('Our Lady and The English Martyrs Church (42592-45128)',52.198458,0.127292,'ParishChurch'),new Array('St. Laurence Church (42594-45131)',52.218331,0.129193,'ParishChurch'),new Array('Our Lady Of Lourdes Church (42616-45146)',52.175237,0.126284,'ParishChurch'),new Array('St Alban`s Catholic Primary School (36887-34987)',52.175237,0.126284,'School'),new Array('St Mary`s School (36891-34991)',52.194911,0.125499,'School'),new Array('Sisters of the Holy Family (36918-35018)',52.175237,0.126284,'School'),new Array('St. Mary`s Junior School (36992-35092)',52.196008,0.12299,'School'),new Array('University Catholic Chaplaincy Church (42596-45132)',52.204656,0.120153,'ParishChurch'),new Array('University Catholic Chaplaincy Parish Church (5561-45133)',52.204656,0.120153,'ParishChurch'),new Array('RAF Lakenheath Chapel (42813-45260)',52.395036,0.551127,'ParishChurch'),new Array('Our Lady Of Compassion Church (39392-37447)',52.025059,0.23867,'ParishChurch'),new Array('St Laurence`s Catholic Primary School (36888-34988)',52.230838,0.119775,'School'),new Array('St Laurence`s Catholic Primary School (36888-45131)',52.230838,0.119775,'School'),new Array('St Thomas More (36488-34587)',52.018942,0.24539,'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'; } //