strList="

Our Lady Of Ransom And The Holy Souls Church (0 miles)
Zoom on map | View full information

Christ The King Church (6.5 miles)
Zoom on map | View full information

St Francis Of Assisi Church (6.8 miles)
Zoom on map | View full information

St Bede the Venerable (15.4 miles)
Zoom on map | View full information

Our Lady and Saint Richard Gwyn, Llanidloes Church (15.7 miles)
Zoom on map | View full information

Our Lady Of Perpetual Succour And St Nicholas Church (15.8 miles)
Zoom on map | View full information

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady Of Ransom And The Holy Souls Church (45846-53203)',52.242024,-3.384664,'ParishChurch'),new Array('Christ The King Church (45847-53213)',52.149282,-3.408093,'ParishChurch'),new Array('St Francis Of Assisi Church (45878-53317)',52.302567,-3.51019,'ParishChurch'),new Array('St Bede the Venerable (41149-38522)',52.2027744,-3.0275123,'ParishChurch'),new Array('Our Lady and Saint Richard Gwyn, Llanidloes Church (60152-65128)',52.446347,-3.546563,'ParishChurch'),new Array('Our Lady Of Perpetual Succour And St Nicholas Church (45877-53310)',52.3442983,-3.0516739,'ParishChurch'),new Array('St Joseph Church (45840-53170)',52.07463,-3.127166,'ParishChurch'),new Array('Assumption Of Our Lady And St Therese Church (45876-53304)',52.265728,-2.996505,'ParishChurch'),new Array('St Mary`s School (38467-36571)',52.515671,-3.323016,'School'),new Array('God The Holy Ghost Church (60103-65108)',52.517537,-3.316956,'ParishChurch'),new Array('St Michael Church (45813-53058)',51.947307,-3.392604,'ParishChurch'),new Array('Catholic Church, WEOBLEY Parish Church (30677-31553)',52.161986,-2.883516,'ParishChurch'),new Array('St Thomas Of Hereford Church (41207-38522)',52.161986,-2.883516,'ParishChurch'),new Array('Our Lady Church (45845-53192)',51.994301,-3.801841,'ParishChurch'),new Array('St Walburgh`s Church (59789-64975)',52.4826821,-2.925020099999983,'Other'),new Array('St Ethelbert Church (41153-38482)',52.226916,-2.74692,'ParishChurch'),new Array('Catholic Church, LEOMINSTER Parish Church (30681-31555)',52.226916,-2.74692,'ParishChurch'),new Array('St Joseph Church (45829-53125)',51.862446,-3.139396,'ParishChurch'),new Array('Moor Park School (38132-36236)',52.339455,-2.731745,'School')); // 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'; } //