strList="

Our Lady Star Of The Sea Church (0 miles)
Zoom on map | View full information

Lowestoft & North Suffolk Hospital (0.1 miles)
Zoom on map | View full information

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

St. Nicholas Church (1.5 miles)
Zoom on map | View full information

Lothingland Hse Hospital (2 miles)
Zoom on map | View full information

James Paget District Hospital (6 miles)
Zoom on map | View full information

St. Peter Church (6.9 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady Star Of The Sea Church (42765-45234)',52.477611,1.751982,'ParishChurch'),new Array('Lowestoft and North Suffolk Hospital (36960-35060)',52.479226,1.753254,'Other'),new Array('St Mary`s Catholic Primary School (36900-35000)',52.461152,1.741436,'School'),new Array('St. Nicholas Church (42767-45235)',52.458553,1.737431,'ParishChurch'),new Array('Lothingland Hse Hospital (36961-35061)',52.497492,1.718614,'Other'),new Array('James Paget District Hospital (36951-35051)',52.561672,1.71798,'Other'),new Array('St. Peter Church (42681-45182)',52.5764881,1.7278933,'ParishChurch'),new Array('Beccles War Memorial Hospital (36941-35041)',52.454149,1.562352,'Other'),new Array('St Benet Church (42723-45209)',52.453324,1.56018,'ParishChurch'),new Array('St Benet`s Catholic Primary School (36881-34981)',52.450423,1.558268,'School'),new Array('St Mary Church (42719-45207)',52.606862,1.725992,'ParishChurch'),new Array('Sacred Heart Church (42801-45253)',52.326834,1.675202,'ParishChurch'),new Array('St. Edmund (C of E) Church (42653-45207)',52.603298,1.569078,'ParishChurch'),new Array('St. Edmund (C of E) Church (42653-45168)',52.603298,1.569078,'ParishChurch'),new Array('St. John`s Church (Methodist) Church (42691-45188)',52.535652,1.47945,'Other'),new Array('St Ignatius Loyola Church (42663-45173)',52.662194,1.719503,'ParishChurch'),new Array('St Edmund King and Martyr Church (42729-45212)',52.454796,1.43757,'ParishChurch'),new Array('St Edmund`s Catholic Primary School (36882-34982)',52.454709,1.438403,'School'),new Array('Patrick Stead Hospital (36976-35076)',52.34806,1.507338,'Other'),new Array('St. Edmund King and Martyr Church (42747-45223)',52.342122,1.499833,'ParishChurch'),new Array('Diocesan Offices (4788-868)',52.57023909999999,1.3563362,'Other'),new Array('St Mark`s Church (C of E) Church (42643-45162)',52.645806,1.432213,'Church'),new Array('Our Lady Of The Annunciation Church (42699-45194)',52.570194,1.356348,'ParishChurch'),new Array('Norvic Clinic (36967-35067)',52.63239,1.36856,'School'),new Array('St Thomas More Church (42683-45183)',52.403123,1.305306,'ParishChurch'),new Array('St Thomas More Church (43749-45212)',52.403123,1.305306,'ParishChurch'),new Array('All Saints Church (42763-45233)',52.203785,1.579283,'ParishChurch'),new Array('Our Lady Mother of God (43732-45166)',52.635402,1.33652,'ParishChurch'),new Array('Our Lady Mother of God (43732-45164)',52.635402,1.33652,'ParishChurch'),new Array('Notre Dame Catholic High School (36906-35006)',52.622866,1.296669,'School'),new Array('St Helen Church (42715-45205)',52.714032,1.412676,'ParishChurch'),new Array('St George Church (42647-45164)',52.64662,1.304017,'ParishChurch'),new Array('Cathedral Church Of St. John The Baptist (42640-45160)',52.626409,1.279691,'Cathedral'),new Array('Colman Hospital (Priscilla Bacon Lodge) (36940-35040)',52.62058,1.268198,'Other'),new Array('St John`s Catholic Infant School (36903-35003)',52.631599,1.277903,'School'),new Array('Norwich Community Hospital (36993-35093)',52.62058,1.268198,'Other'),new Array('Notre Dame Preparatory School (3-11) (36907-35007)',52.634122,1.277072,'School'),new Array('St Thomas More Catholic Junior School (36905-35005)',52.623952,1.265627,'School'),new Array('Julian Hospital (36994-35094)',52.633018,1.263006,'Other'),new Array('Our Lady and St Peter Church (42721-45208)',52.151813,1.60023,'ParishChurch'),new Array('Aldeburgh and District Community Hospital (36989-35089)',52.152262,1.595543,'Other'),new Array('University Of East Anglia Chaplaincy Church (42651-45167)',52.62237,1.241391,'ParishChurch'),new Array('University of East Anglia Chaplaincy (65967-45167)',52.62237,1.241391,'Other'),new Array('St. Boniface Church (42807-45257)',52.669147,1.281672,'ParishChurch'),new Array('Holy Apostles Church (42645-45163)',52.631785,1.240772,'ParishChurch'),new Array('Norfolk and Norwich University Hospital (36939-35039)',52.618086,1.221067,'Other'),new Array('St. Clare Church (42741-45220)',52.221177,1.343492,'ParishChurch'),new Array('Our Lady and St Walstan Church (42665-45174)',52.658916,1.210463,'ParishChurch'),new Array('St Augustine`s Catholic Primary School (36904-35004)',52.657243,1.207175,'School'),new Array('Our Lady and St Thomas Of Canterbury Church (42717-45206)',52.570973,1.116147,'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'; } //