strList="

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

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

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

St John Vianney (3.5 miles)
Zoom on map | View full information

St John the Evangelist (3.7 miles)
Zoom on map | View full information

English Martyrs (3.7 miles)
Zoom on map | View full information

Our Lady and St Edmund of Abingdon (6.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Patrick (859-9800)',51.593452,-1.335979,'ParishChurch'),new Array('St Mary (856-9800)',51.593452,-1.335979,'ParishChurch'),new Array('St Amand`s Catholic Primary School (1150-10247)',51.593452,-1.335979,'School'),new Array('St John Vianney (1069-9863)',51.589022,-1.417887,'ParishChurch'),new Array('St John the Evangelist (1067-9862)',51.60722879999999,-1.253915600000028,'ParishChurch'),new Array('English Martyrs (851-9798)',51.607229,-1.253916,'ParishChurch'),new Array('Our Lady and St Edmund of Abingdon (788-9772)',51.675032,-1.275363,'ParishChurch'),new Array('Our Lady`s Abingdon (1172-10269)',51.676366,-1.275776,'School'),new Array('St Edmund`s Primary School (1151-10248)',51.675993,-1.270705,'School'),new Array('St Birinus Church (36396-34530)',51.640059,-1.164794,'ParishChurch'),new Array('St Mary and St Berin C of E Church (65110-34530)',51.664756,-1.170803,'Other'),new Array('Our Lady and St John Church (36460-34562)',51.521343,-1.139855,'ParishChurch'),new Array('Blessed Dominic Barberi Church (36283-34474)',51.720619,-1.222027,'ParishChurch'),new Array('Windsor House (71257-75665)',51.7236044,-1.2163853,'Other'),new Array('Sacred Heart Church (925-9863)',51.507944,-1.534306,'ParishChurch'),new Array('St John Fisher School (36791-34890)',51.723638,-1.209597,'School'),new Array('Sacred Heart Church (36253-34459)',51.7234777,-1.1984189,'ParishChurch'),new Array('Our Lady of the Rosary (963-9835)',51.7465304,-1.292461199999934,'ParishChurch'),new Array('St Gregory the Great School (36793-34892)',51.737609,-1.226877,'School'),new Array('Holy Rood (965-9835)',51.7441247,-1.255749400000013,'ParishChurch'),new Array('Our Lady`s School (36789-34888)',51.733606,-1.211697,'School'),new Array('SS Edmund and Frideswide Church (36186-34425)',51.743918,-1.24021,'ParishChurch'),new Array('Our Lady Help of Christians Church (36130-34397)',51.736409,-1.208737,'ParishChurch'),new Array('Blessed Hugh Faringdon (837-9792)',51.65718649999999,-1.585528500000009,'ParishChurch'),new Array('Christ the King Church (36110-34562)',51.535066,-1.076102,'ParishChurch'),new Array('Christ the King Church (36110-34387)',51.535066,-1.076102,'ParishChurch'),new Array('The Oratory Church of St Aloysius (36152-34408)',51.759149,-1.261441,'ParishChurch'),new Array('St Finian`s Primary School (1141-10238)',51.422808,-1.256303,'School'),new Array('The Oratory Preparatory School (38806-36912)',51.515403,-1.079843,'School'),new Array('Rye St Antony School (38807-36913)',51.759549,-1.225778,'School'),new Array('St Aloysius School (36792-34891)',51.767126,-1.266064,'School'),new Array('St Anthony of Padua Church (36382-34523)',51.762162,-1.22382,'ParishChurch'),new Array('St Joseph`s School (36790-34889)',51.764282,-1.227696,'School'),new Array('Corpus Christi Church (36138-34401)',51.758502,-1.204932,'ParishChurch'),new Array('The Oratory School (38805-36911)',51.532147,-1.058414,'School'),new Array('St Joseph (951-9832)',51.40635,-1.319412,'ParishChurch'),new Array('St Joseph`s Primary School (1142-10239)',51.406763,-1.313123,'School'),new Array('St Peter Church (36188-34426)',51.779659,-1.374764199999959,'ParishChurch'),new Array('Our Lady and St Bernadette (1028-9869)',51.482205,-1.082023,'ParishChurch'),new Array('SS Gregory and Augustine Church (36312-34488)',51.78251,-1.27328,'ParishChurch'),new Array('Our Lady of the Assumption (1052-9858)',51.404232,-1.260788,'ParishChurch'),new Array('Our Lady of Lourdes Church (36082-34373)',51.745186,-1.132498,'Church'),new Array('Douai Abbey (66519-76381)',51.409572,-1.171802,'Church'),new Array('Douai Abbey (66519-9869)',51.409572,-1.171802,'Church'),new Array('St Mary (66520-9869)',51.409572,-1.171802,'Church'),new Array('Our Lady of Lourdes (928-9831)',51.41009460000001,-1.517974299999992,'ParishChurch'),new Array('Our Lady of Lourdes School (36785-34884)',51.782136,-1.504049,'School'),new Array('St Francis de Sales (948-9831)',51.378128,-1.340506,'ParishChurch'),new Array('Our Lady and St Hugh`s Church (36134-34399)',51.785836,-1.496673,'ParishChurch'),new Array('De La Salle Community (72627-77166)',51.3906503,-1.4695139,'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'; } //