strList="

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

St Joseph Church (3.9 miles)
Zoom on map | View full information

Our Lady & St Augustine Church (5 miles)
Zoom on map | View full information

HMS HERON (5 miles)
Zoom on map | View full information

Our Lady St Mary Of Glastonbury Church (6.3 miles)
Zoom on map | View full information

St Michael Church (7.8 miles)
Zoom on map | View full information

The Holy Ghost Church (8.9 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Dunstan Church (42399-63576)',51.05476789999999,-2.738845999999967,'ParishChurch'),new Array('St Joseph Church (42390-63560)',51.0379499,-2.825025600000004,'ParishChurch'),new Array('Our Lady and St Augustine Church (42410-63592)',51.012398,-2.646938,'ParishChurch'),new Array('HMS HERON (30762-31601)',51.012398,-2.646938,'Other'),new Array('Our Lady St Mary Of Glastonbury Church (42385-63553)',51.1451784,-2.717712799999958,'ParishChurch'),new Array('St Michael Church (42401-63579)',50.9496173,-2.805376600000045,'ParishChurch'),new Array('The Holy Ghost Church (42408-63588)',50.94497639999999,-2.633304899999985,'ParishChurch'),new Array('Wells and District Hospital (36977-35077)',51.203556,-2.654724,'Other'),new Array('St Joseph and St Teresa`s School (66442-35461)',51.211198,-2.648418,'School'),new Array('Ss Joseph and Teresa Church (42403-63580)',51.2102582,-2.64771810000002,'ParishChurch'),new Array('Sacred Heart and St Aldhelm Church (56751-63014)',50.943947,-2.517343,'ParishChurch'),new Array('St Michael Church (42397-63572)',51.1875941,-2.546366400000011,'ParishChurch'),new Array('St Joseph Church (42522-63731)',51.1285374,-3.001162300000033,'ParishChurch'),new Array('St Mary the Virgin C of E Church (42377-63584)',51.1105569,-2.454405400000042,'Church'),new Array('St John the Evangelist C of E Church (42395-63584)',50.964797,-2.462422,'Other'),new Array('Leweston Preparatory School (37899-36003)',50.909592,-2.520247,'School'),new Array('Leweston School (37900-36004)',50.909592,-2.520247,'School'),new Array('Ss Luke and Teresa Church (42405-63587)',51.055885,-2.410466,'ParishChurch'),new Array('Ss Luke and Teresa Church (42405-63584)',51.055885,-2.410466,'ParishChurch'),new Array('All Hallows School (7369-35396)',51.1909772,-2.457723699999974,'School'),new Array('St Teresa Of Lisieux Church (42529-63740)',51.03172130000001,-3.09093519999999,'ParishChurch'),new Array('English Martyrs Church (42381-63545)',50.874475,-2.957777,'ParishChurch'),new Array('Our Lady Queen Of The Apostles Church (42568-63809)',51.2803203,-2.780881499999964,'ParishChurch'),new Array('St George Church (65129-70843)',51.0127324,-3.099384299999997,'ParishChurch'),new Array('St George`s Catholic School (66509-71438)',51.012713,-3.09743,'Other'),new Array('St George`s Catholic School (66511-35465)',51.012713,-3.09743,'Other'),new Array('Our Lady and The English Martyrs Church (42565-63804)',51.2320574,-2.992339600000037,'ParishChurch'),new Array('Our Lady and The English Martyrs Church (42565-63808)',51.2320574,-2.992339600000037,'ParishChurch'),new Array('St. Joseph`s R.C Primary School and Nursery (66516-36948)',51.233614,-2.99342,'School'),new Array('St. John`s Church (56735-62997)',50.8135251,-2.735681500000055,'ParishChurch'),new Array('St Hugh Church (42265-63420)',51.257415,-2.504067,'ParishChurch'),new Array('Downside Abbey (65119-70839)',51.2555394,-2.49545569999998,'ParishChurch'),new Array('St Benedict Church (42268-63421)',51.2551631,-2.490866099999948,'ParishChurch'),new Array('St Aldhelm Church (42252-63404)',51.2630691,-2.505139200000031,'ParishChurch'),new Array('Our Lady Church (56745-63008)',50.9791412,-2.309821599999964,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37922-36026)',50.979141,-2.309822,'School'),new Array('Holy Ghost Church (42259-63408)',51.286412,-2.483872000000019,'ParishChurch'),new Array('St Dominics Chapel (57618-63783)',51.2413573,-2.391573600000015,'Church'),new Array('St Benedict Church (56743-63008)',51.0388111,-2.2787419,'Church'),new Array('St Catharine Church (42551-63783)',51.2288284,-2.325101899999936,'ParishChurch'),new Array('St Catherine`s Roman Catholic Primary School (37913-36017)',50.741347,-2.754377,'School'),new Array('St Louis Catholic Primary School (66510-35462)',51.23401,-2.324451,'Other'),new Array('St. Mary Church (56758-63021)',50.78059160000001,-2.992098899999974,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37909-36013)',50.780592,-2.992099,'School'),new Array('St Mary and St Catherine Church (56740-63002)',50.7353063,-2.759522699999934,'ParishChurch'),new Array('Our Lady Queen of Martyrs and St. Ignatius Church (56741-63003)',50.739209,-2.823131900000021,'ParishChurch'),new Array('St John Fisher Church (42533-63747)',50.9760208,-3.232430700000009,'ParishChurch'),new Array('The Sacred Heart Church (42343-63506)',51.3654667,-2.614527400000043,'ParishChurch'),new Array('Corpus Christi Church (42577-63831)',51.34148649999999,-2.979111200000034,'ParishChurch'),new Array('Corpus Christi Church (42577-63868)',51.34148649999999,-2.979111200000034,'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'; } //