strList="

St Thomas Of Canterbury Church (0 miles)
Zoom on map | View full information

St Mary Church (5.2 miles)
Zoom on map | View full information

St Catherine`s Primary School (7.9 miles)
Zoom on map | View full information

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

St Joseph`s School (8.7 miles)
Zoom on map | View full information

St Mary Church (8.7 miles)
Zoom on map | View full information

St Joseph 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 Thomas Of Canterbury Church (42475-63661)',51.702996,-1.782576,'ParishChurch'),new Array('St Mary Church (42471-63659)',51.64347,-1.85493,'ParishChurch'),new Array('St Catherine`s Primary School (66446-35431)',51.590142,-1.76152,'School'),new Array('St Peter Church (42469-63652)',51.713649,-1.969108,'ParishChurch'),new Array('St Joseph`s School (36783-34882)',51.759972,-1.600744,'School'),new Array('St Mary Church (42512-63715)',51.5774595,-1.792032699999936,'ParishChurch'),new Array('St Joseph Church (36261-34463)',51.76086770000001,-1.597925,'ParishChurch'),new Array('Blessed Hugh Faringdon (837-9792)',51.65718649999999,-1.585528500000009,'ParishChurch'),new Array('Holy Cross Catholic Primary School (7902-35410)',51.5626843,-1.7686217,'School'),new Array('Holy Family Church (42509-63713)',51.5614386,-1.741907200000014,'ParishChurch'),new Array('Holy Family Church (42509-63714)',51.5614386,-1.741907200000014,'ParishChurch'),new Array('Holy Family Primary School (7910-71341)',51.5614386,-1.7419072,'School'),new Array('Holy Rood Church (42506-63708)',51.55887209999999,-1.776087100000041,'ParishChurch'),new Array('St Peter Church (42516-63717)',51.56155039999999,-1.831961099999944,'ParishChurch'),new Array('Holy Rood Catholic School (KS1) (7900-35451)',51.558755,-1.776325,'School'),new Array('Holy Rood Church (42506-63712)',51.55887209999999,-1.776087100000041,'ParishChurch'),new Array('Polish Catholic Centre (42514-63716)',51.5585976,-1.778677300000027,'ParishChurch'),new Array('Holy Rood Catholic Primary School (KS2) (71098-35451)',51.5560792,-1.7704862,'School'),new Array('The Sacred Heart Church (42518-63718)',51.5448201,-1.90194310000004,'ParishChurch'),new Array('St Joseph Church (42520-63719)',51.5242444,-1.78861710000001,'ParishChurch'),new Array('Our Lady Help of Christians Parish Church (7011-70840)',51.885942,-1.75348,'ParishChurch'),new Array('Our Lady of Lourdes School (36785-34884)',51.782136,-1.504049,'School'),new Array('Our Lady and St Hugh`s Church (36134-34399)',51.785836,-1.496673,'ParishChurch'),new Array('St Mary Of The Angels Church (42467-63651)',51.750531,-2.140725,'ParishChurch'),new Array('St Aldhelm Church (42500-63702)',51.5830395,-2.096352799999977,'ParishChurch'),new Array('Our Lady and St Kenelm Church (42373-63537)',51.9284822,-1.723186599999963,'ParishChurch'),new Array('Convent Chapel Church (42482-63668)',51.769233,-2.153364,'ParishChurch'),new Array('Convent Chapel Church (42482-63666)',51.769233,-2.153364,'ParishChurch'),new Array('St Michael Church (42491-63683)',51.636429,-2.158013,'ParishChurch'),new Array('Sacred Heart Church (925-9863)',51.507944,-1.534306,'ParishChurch'),new Array('Sacred Hearts Of Jesus and Mary Church (42357-63526)',51.884369,-2.05756,'ParishChurch'),new Array('Sacred Hearts Of Jesus and Mary Church (42357-63519)',51.884369,-2.05756,'ParishChurch'),new Array('St Edward`s School (70983-71358)',51.8857343,-2.060394500000029,'School'),new Array('St Edward`s Preparatory School (7435-35416)',51.8914298,-2.051291200000037,'School'),new Array('St John Vianney (1069-9863)',51.589022,-1.417887,'ParishChurch'),new Array('St Teresa of Lisieux Church (36368-34516)',51.875276,-1.479479,'ParishChurch'),new Array('St Peter Church (36188-34426)',51.779659,-1.374764199999959,'ParishChurch'),new Array('Holy Name Hall (42371-63536)',51.909952,-2.04967,'ParishChurch'),new Array('Our Lady And St Therese Church (42480-63665)',51.786294,-2.193418,'ParishChurch'),new Array('St Gregory The Great Church (42355-63517)',51.900764,-2.080748,'ParishChurch'),new Array('St Patricks Catholic Church (42414-63594)',51.845211,-2.158236,'ParishChurch'),new Array('St Gregory the Great School (66441-35459)',51.901851,-2.081404,'School'),new Array('St Patricks Catholic Church (42414-63599)',51.845211,-2.158236,'ParishChurch'),new Array('Prinknash Abbey Shop (65125-63628)',51.822519,-2.176496,'Other'),new Array('Prinknash Abbey (42439-63628)',51.822519,-2.176496,'Church'),new Array('Prinknash Abbey (42439-77676)',51.822519,-2.176496,'Church'),new Array('St James Church (42369-63535)',51.94072,-2.001015,'ParishChurch'),new Array('Rosary Catholic Primary School (66440-35456)',51.746299,-2.220868,'School'),new Array('St Rose`s School (66525-35758)',51.747467,-2.221004,'School'),new Array('The Immaculate Conception Church (42488-63679)',51.746948,-2.219988,'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'; } //