strList="

Moreton Hall Preparatory School (2-13) (0 miles)
Zoom on map | View full information

Nuffield Hospital (0.9 miles)
Zoom on map | View full information

Sisters of St Louis (1 miles)
Zoom on map | View full information

St Edmund`s Catholic First School (5-9) (1.1 miles)
Zoom on map | View full information

St Edmund King & Martyr Church (1.1 miles)
Zoom on map | View full information

St Louis Catholic Middle School (9-13) (1.2 miles)
Zoom on map | View full information

West Suffolk Hospital (1.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Moreton Hall Preparatory School (2-13) (36886-34986)',52.246379,0.737792,'School'),new Array('Nuffield Hospital (36998-35098)',52.240171,0.71926,'Other'),new Array('Sisters of St Louis (36915-35015)',52.247949,0.715003,'School'),new Array('St Edmund`s Catholic First School (5-9) (36883-34983)',52.24106,0.713865,'School'),new Array('St Edmund King and Martyr Church (42731-45213)',52.24106,0.713865,'ParishChurch'),new Array('St Louis Catholic Middle School (9-13) (36884-34984)',52.243285,0.710953,'School'),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 Benedict`s Catholic Upper School (36885-34985)',52.264181,0.706028,'School'),new Array('St. Nicholas` Hospice (36997-35097)',52.228218,0.708395,'School'),new Array('Sisters of Our Lady of Grace and Compassion (36920-45213)',52.267749,0.771957,'Other'),new Array('Sisters of Our Lady of Grace and Compassion (36920-35020)',52.267749,0.771957,'Other'),new Array('Sisters of the Assumption (36922-35022)',52.284938,0.672409,'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('St. Mary C of E Church (42783-45244)',52.224769,0.888656,'Other'),new Array('St Mary`s C of E Church (43799-45241)',52.224769,0.888656,'Other'),new Array('St. Mary Church (42707-45199)',52.411127,0.743223,'ParishChurch'),new Array('Our Lady Church (42777-45241)',52.1859188,0.9966784,'ParishChurch'),new Array('Gatehouse (36995-35095)',52.351341,0.519313,'School'),new Array('Cavendish United Reformed Church (42733-45215)',52.087154,0.639886,'Other'),new Array('Our Lady Immaculate and St Philip Neri Church (43710-45239)',52.189403,0.466237,'ParishChurch'),new Array('Our Lady Immaculate and St Philip Neri Church (42606-45139)',52.189403,0.466237,'ParishChurch'),new Array('RAF Lakenheath Chapel (42813-45260)',52.395036,0.551127,'ParishChurch'),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('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('Our Lady Of Walsingham USAF Chapel (42771-45237)',52.370336,0.476218,'ParishChurch'),new Array('St Joseph`s Roman Catholic Primary School (38849-36955)',52.041908,0.726819,'School'),new Array('Our Lady and St. John The Evangelist Church (42779-45242)',52.041237,0.726676,'ParishChurch'),new Array('Newmarket Hospital (36962-35062)',52.250892,0.399979,'Other'),new Array('St Thomas Of Canterbury Church (42725-45210)',52.455206,0.618076,'ParishChurch'),new Array('St Joseph Church (42745-45222)',52.046474,0.959008,'ParishChurch'),new Array('Catholic Church, Hadleigh Parish Church (30752-31594)',52.046474,0.959008,'ParishChurch'),new Array('St Joseph Church (43780-45242)',52.046474,0.959008,'ParishChurch'),new Array('Our Lady Of Mount Carmel Church (42701-45195)',52.448794,0.983193,'ParishChurch'),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('The Catholic Church of Sir Henry Morse (42673-45178)',52.3826476,1.10604920000003,'ParishChurch'),new Array('Our Lady Of Consolation and St. Stephen Church (42693-45189)',52.514472,0.680823,'ParishChurch'),new Array('Our Lady Immaculate and St Edmund King and Martyr Parish Church (5665-77748)',51.995814,0.928798,'ParishChurch'),new Array('Our Lady Immaculate and St. Edmund Church (42795-45250)',51.995814,0.928798,'ParishChurch'),new Array('St Peter`s Church (39462-37497)',51.978543,0.584504,'ParishChurch'),new Array('The Sacred Heart Church (42773-45238)',51.971607,0.87541,'ParishChurch'),new Array('St Pancras Catholic Primary School (5-11) (36913-35013)',52.079736,1.130403,'School'),new Array('St. Mary Magdalen Church (42757-45230)',52.075346,1.129074,'ParishChurch'),new Array('Attleborough Methodist Church Church (42655-45169)',52.506867,0.995807,'ParishChurch'),new Array('St Francis Of Assisi Church (39318-37404)',51.943963,0.644112,'ParishChurch'),new Array('St. Mark Church (42759-45231)',52.046395,1.121959,'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'; } //