strList="

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

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

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

St Mary and St John Southworth (1.5 miles)
Zoom on map | View full information

Brownedge St Mary`s Catholic High School (1.8 miles)
Zoom on map | View full information

St Mary And St Benedict School (1.9 miles)
Zoom on map | View full information

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Joseph (52853-57715)',53.740907,-2.619154,'ParishChurch'),new Array('St Catherine`s RC Primary School (37545-35649)',53.740907,-2.619154,'School'),new Array('St Joseph`s Catholic Primary School (37552-35656)',53.7294638,-2.616722900000013,'School'),new Array('St Mary and St John Southworth (57395-63374)',53.7580366,-2.6425129,'ParishChurch'),new Array('Brownedge St Mary`s Catholic High School (38081-36185)',53.73302,-2.661084,'School'),new Array('St Mary And St Benedict School (38079-36183)',53.73084,-2.66355,'School'),new Array('St Patrick School (38080-36184)',53.745925,-2.664307,'School'),new Array('Our Lady and St Patrick (57427-63390)',53.745925,-2.664307,'ParishChurch'),new Array('St Mary (57049-63201)',53.730643,-2.667925,'ParishChurch'),new Array('St. Teresas Catholic Primary School (37210-35311)',53.764071,-2.664924,'School'),new Array('St Bede`s Catholic Primary School (37557-35661)',53.707065,-2.639089,'School'),new Array('Blessed Sacrament Catholic Primary School (37211-35312)',53.775849,-2.659496,'School'),new Array('The Blessed Sacrament Church (62159-66180)',53.775849,-2.659496,'ParishChurch'),new Array('St. Josephs Catholic Primary School (37209-35310)',53.7643496,-2.677792599999975,'School'),new Array('Christ The King Catholic High School (38867-36973)',53.751436,-2.688367,'School'),new Array('St Joseph`s Church (62153-71449)',53.7643247,-2.679021000000034,'ParishChurch'),new Array('Our Lady of Lourdes and St Gerard Majella (57219-63286)',53.727681,-2.692029,'ParishChurch'),new Array('Ss Mary and John (Pleasington Priory) (6039-63210)',53.735022,-2.542841,'Church'),new Array('Our Lady And St Gerard School (38078-36182)',53.727681,-2.692029,'School'),new Array('Cardinal Newman College School (39096-37202)',53.757105,-2.688869,'School'),new Array('St Augustine of Canterbury Church (62131-66166)',53.756198,-2.691767,'ParishChurch'),new Array('St. Augustines Catholic Primary School (37207-35308)',53.756198,-2.691767,'School'),new Array('St. Maria Goretti Catholic Primary School (37214-35315)',53.783349,-2.658794,'School'),new Array('St Maria Goretti Church (62151-66176)',53.783349,-2.658794,'ParishChurch'),new Array('St. Paul`s R.C.Primary School (38037-36141)',53.764293,-2.541277,'School'),new Array('St. Ignatius Catholic Primary School (37208-35309)',53.763898,-2.697006,'School'),new Array('St Wilfrid Church (62123-66162)',53.755731,-2.702543,'ParishChurch'),new Array('St. Gregorys Catholic Primary School (37213-35314)',53.774153,-2.686144,'School'),new Array('St Gregory the Great Church (62127-66164)',53.774153,-2.686144,'ParishChurch'),new Array('Cathedral Church of St Alphonsa (St Ignatius) (62225-66213)',53.763898,-2.697006,'ParishChurch'),new Array('St Mary Magdalen (52837-57707)',53.755233,-2.707431,'ParishChurch'),new Array('St Mary Magdalen RC Primary School (37550-35654)',53.744456,-2.709238,'School'),new Array('St Catherine Labouré (52829-57703)',53.704596,-2.684103,'ParishChurch'),new Array('St Catherine`s RC Primary School (38894-37000)',53.699288,-2.678549,'School'),new Array('English Martyrs Catholic Primary School (37215-35316)',53.766579,-2.705788,'School'),new Array('English Martyrs Church (66541-71449)',53.77013600000001,-2.704634199999987,'ParishChurch'),new Array('St Joseph`s Catholic Primary School (37562-35666)',53.695503,-2.558826,'School'),new Array('St Thomas of Canterbury and English Martyrs School (66052-70952)',53.766579,-2.705788,'School'),new Array('St Thomas of Canterbury and the English Martyrs Church (62149-66175)',53.770136,-2.704634,'ParishChurch'),new Array('St Chad`s Catholic Primary School (37561-35665)',53.68122,-2.612248,'School'),new Array('St Joseph (The Moorland Sanctuary) (52857-57717)',53.687628,-2.574087,'ParishChurch'),new Array('St Chad (52847-57712)',53.687628,-2.574087,'ParishChurch'),new Array('St Clare Church (62129-66165)',53.78834,-2.683931,'ParishChurch'),new Array('Little Sisters of the Poor Rest Home (65011-70822)',53.78834,-2.683931,'Other'),new Array('Shrine of St Walburge (62135-66168)',53.763274,-2.715866,'ParishChurch'),new Array('St Bede`s Catholic Sports College School (38040-36144)',53.727097,-2.516595,'School'),new Array('St Bede`s RCHS (9520-74610)',53.72922579999999,-2.51511430000005,'School'),new Array('St Mary (57329-63341)',53.781791,-2.534809,'ParishChurch'),new Array('Our Lady and St Michael Church (62147-66174)',53.804903,-2.598728,'ParishChurch'),new Array('St Mary`s Catholic School (66448-36107)',53.781791,-2.534809,'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'; } //