strList="

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

Our Lady and St Benedict Church (0.1 miles)
Zoom on map | View full information

Ampleforth College School (0.7 miles)
Zoom on map | View full information

St Laurence`s Abbey Church (0.8 miles)
Zoom on map | View full information

Our Lady and the Holy Angels Church (1.9 miles)
Zoom on map | View full information

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

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Benedict`s RC Primary School (37727-35831)',54.200112,-1.102238,'School'),new Array('Our Lady and St Benedict Church (64930-70574)',54.201331,-1.103101,'ParishChurch'),new Array('Ampleforth College School (37318-35422)',54.201762,-1.083929,'School'),new Array('St Laurence`s Abbey Church (64928-70572)',54.20167,-1.083548,'ParishChurch'),new Array('Our Lady and the Holy Angels Church (64932-70575)',54.183273,-1.064923,'ParishChurch'),new Array('St Mary Church (64936-70577)',54.248142,-1.0645,'ParishChurch'),new Array('St John the Evangelist Church (64938-70578)',54.118705,-1.191663,'ParishChurch'),new Array('Our Lady and St Chad Church (65008-70813)',54.268248,-0.930489,'ParishChurch'),new Array('All Saints RC Primary School (37734-35838)',54.227635,-1.345615,'School'),new Array('All Saints Church (64876-70469)',54.231735,-1.344307,'ParishChurch'),new Array('St Joseph`s RC Primary School (37731-35835)',54.249562,-0.786992,'School'),new Array('St Margaret Clitherow Church (64954-70664)',54.010452,-1.075225,'ParishChurch'),new Array('Ss Leonard and Mary Church (64924-70555)',54.134896,-0.794508,'ParishChurch'),new Array('St Mary`s RC Primary School (38905-37011)',54.141953,-0.787475,'School'),new Array('St Joseph Church (64926-70565)',54.246632,-0.78163,'ParishChurch'),new Array('Our Lady of Mount Grace Church (65006-70812)',54.369308,-1.29839,'ParishChurch'),new Array('Shrine of Our Lady of Mount Grace (The Lady Chapel) (71306-71448)',54.376572,-1.3057808,'ParishChurch'),new Array('St Joseph Church (64942-70608)',53.976569,-1.093053,'ParishChurch'),new Array('St Paulinus Church (64956-70674)',53.975894,-1.066004,'ParishChurch'),new Array('Sacred Heart RC Primary School (37473-35577)',54.330281,-1.436698,'School'),new Array('Sacred Heart Church (64874-70461)',54.333554,-1.433193,'ParishChurch'),new Array('St Wilfrid`s RC Va Primary School (37725-35829)',53.964262,-1.076309,'School'),new Array('York Oratory (Oratory Church of St Wilfrid) (64940-70590)',53.96202659999999,-1.0838964,'ParishChurch'),new Array('St Aelred Church (64946-70639)',53.960016,-1.0538,'ParishChurch'),new Array('St Aelred`s RC VA Primary School (37723-35827)',53.961468,-1.047655,'School'),new Array('St George Church (64944-70624)',53.957433,-1.084327,'ParishChurch'),new Array('English Martyrs Church (64948-70653)',53.95302,-1.09783,'ParishChurch'),new Array('Our Lady and English Martyrs School (37722-35826)',53.95185,-1.108446,'School'),new Array('All Saints Rc School (37651-35755)',53.95122,-1.093938,'School'),new Array('St George`s RC Primary School (37724-35828)',53.950819,-1.074396,'School'),new Array('Our Lady`s Catholic Church (64950-70658)',53.948292,-1.126943,'ParishChurch'),new Array('St Wilfrid (63205-66769)',54.138961,-1.525425,'ParishChurch'),new Array('More House University Chaplaincy (64957-75081)',53.944324,-1.05056,'Other'),new Array('St. Wilfrid School (38730-36834)',54.137347,-1.528504,'School'),new Array('University Catholic Chaplaincy (64958-75081)',53.944324,-1.05056,'ParishChurch'),new Array('Monastery of St Joseph (71278-75439)',53.9284798,-1.1636729,'Other'),new Array('St Joseph Church (64884-70484)',54.475056,-1.18717,'ParishChurch'),new Array('St. Mary School (38711-36815)',54.014787,-1.469275,'School'),new Array('St Mary (63159-66745)',54.01106,-1.471947,'ParishChurch'),new Array('St Margaret Clitherow Church (64886-70488)',54.487517,-1.142404,'ParishChurch'),new Array('St Mary Church (64882-70483)',54.460882,-1.319394,'ParishChurch'),new Array('Ss Mary and Joseph Church (64872-70460)',54.290974,-1.586344,'ParishChurch'),new Array('Our Lady of the Sacred Heart Church (64916-70545)',54.458439,-0.827242,'ParishChurch'),new Array('St Hedda`s RC Primary School (37728-35832)',54.437588,-0.761539,'School'),new Array('St Hedda Church (64914-70544)',54.4376912,-0.76016340000001,'ParishChurch'),new Array('St Aelred (63076-66696)',53.992236,-1.502629,'ParishChurch'),new Array('St. Joseph School (38688-36792)',53.93431,-1.389615,'School'),new Array('St. Robert School (38723-36827)',54.00023,-1.521267,'School'),new Array('St Joseph (63145-66736)',53.928878,-1.387212,'ParishChurch'),new Array('St Joseph (63125-66725)',54.065797,-1.603435,'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'; } //