strList="

Cathedral Church Of St. John The Baptist (0.1 miles)
Zoom on map | View full information

St John`s Catholic Infant School (0.3 miles)
Zoom on map | View full information

Notre Dame Preparatory School (3-11) (0.5 miles)
Zoom on map | View full information

Notre Dame Catholic High School (0.7 miles)
Zoom on map | View full information

St Thomas More Catholic Junior School (0.7 miles)
Zoom on map | View full information

Norwich Community Hospital (0.8 miles)
Zoom on map | View full information

Colman Hospital (Priscilla Bacon Lodge) (0.8 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Cathedral Church Of St. John The Baptist (42640-45160)',52.626409,1.279691,'Cathedral'),new Array('St John`s Catholic Infant School (36903-35003)',52.631599,1.277903,'School'),new Array('Notre Dame Preparatory School (3-11) (36907-35007)',52.634122,1.277072,'School'),new Array('Notre Dame Catholic High School (36906-35006)',52.622866,1.296669,'School'),new Array('St Thomas More Catholic Junior School (36905-35005)',52.623952,1.265627,'School'),new Array('Norwich Community Hospital (36993-35093)',52.62058,1.268198,'Other'),new Array('Colman Hospital (Priscilla Bacon Lodge) (36940-35040)',52.62058,1.268198,'Other'),new Array('Julian Hospital (36994-35094)',52.633018,1.263006,'Other'),new Array('St George Church (42647-45164)',52.64662,1.304017,'ParishChurch'),new Array('University of East Anglia Chaplaincy (65967-45167)',52.62237,1.241391,'Other'),new Array('Holy Apostles Church (42645-45163)',52.631785,1.240772,'ParishChurch'),new Array('University Of East Anglia Chaplaincy Church (42651-45167)',52.62237,1.241391,'ParishChurch'),new Array('Our Lady Mother of God (43732-45164)',52.635402,1.33652,'ParishChurch'),new Array('Our Lady Mother of God (43732-45166)',52.635402,1.33652,'ParishChurch'),new Array('Norfolk and Norwich University Hospital (36939-35039)',52.618086,1.221067,'Other'),new Array('St. Boniface Church (42807-45257)',52.669147,1.281672,'ParishChurch'),new Array('Norvic Clinic (36967-35067)',52.63239,1.36856,'School'),new Array('St Augustine`s Catholic Primary School (36904-35004)',52.657243,1.207175,'School'),new Array('Our Lady and St Walstan Church (42665-45174)',52.658916,1.210463,'ParishChurch'),new Array('Our Lady Of The Annunciation Church (42699-45194)',52.570194,1.356348,'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 and St Thomas Of Canterbury Church (42717-45206)',52.570973,1.116147,'ParishChurch'),new Array('St Helen Church (42715-45205)',52.714032,1.412676,'ParishChurch'),new Array('St. John`s Church (Methodist) Church (42691-45188)',52.535652,1.47945,'Other'),new Array('St John Of The Cross Church (42657-45170)',52.796433,1.253052,'ParishChurch'),new Array('St. Edmund (C of E) Church (42653-45168)',52.603298,1.569078,'ParishChurch'),new Array('St. Edmund (C of E) Church (42653-45207)',52.603298,1.569078,'ParishChurch'),new Array('St Edmund King and Martyr Church (42729-45212)',52.454796,1.43757,'ParishChurch'),new Array('North Walsham Hospital (36964-35064)',52.814061,1.387901,'Other'),new Array('St Edmund`s Catholic Primary School (36882-34982)',52.454709,1.438403,'School'),new Array('Sacred Heart Church (42586-45124)',52.8200094,1.386308,'ParishChurch'),new Array('Sacred Heart and St Margaret Mary Church (42669-45176)',52.677848,0.942118,'ParishChurch'),new Array('Attleborough Methodist Church Church (42655-45169)',52.506867,0.995807,'ParishChurch'),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('Holy Apostles Church (43730-45160)',52.613969,0.886402,'Church'),new Array('St Benet Church (42723-45209)',52.453324,1.56018,'ParishChurch'),new Array('Beccles War Memorial Hospital (36941-35041)',52.454149,1.562352,'Other'),new Array('St Benet`s Catholic Primary School (36881-34981)',52.450423,1.558268,'School'),new Array('Our Lady Of Mount Carmel Church (42701-45195)',52.448794,0.983193,'ParishChurch'),new Array('St Ignatius Loyola Church (42663-45173)',52.662194,1.719503,'ParishChurch'),new Array('The Catholic Church of Sir Henry Morse (42673-45178)',52.3826476,1.10604920000003,'ParishChurch'),new Array('St Mary Church (42719-45207)',52.606862,1.725992,'ParishChurch'),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('Watton Methodist Church Church (43763-45197)',52.5712711,0.8251027,'Other'),new Array('Wayland Attleborough (36979-35079)',52.567054,0.82411,'School'),new Array('Our Lady Of Refuge Church (43741-45196)',52.922759,1.317491,'ParishChurch'),new Array('Benjamin Court Hospital (36988-35088)',52.924608,1.300831,'Other')); // 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'; } //