strList="

Ss Mary & Joseph Church (0 miles)
Zoom on map | View full information

St Mary`s & St Joseph`s Rc School (0.2 miles)
Zoom on map | View full information

St John the Baptist Church (6.5 miles)
Zoom on map | View full information

St Mary`s Market Weighton RC Primary School (6.9 miles)
Zoom on map | View full information

St Aelred`s RC VA Primary School (11.2 miles)
Zoom on map | View full information

More House University Chaplaincy (11.2 miles)
Zoom on map | View full information

University Catholic Chaplaincy (11.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Ss Mary and Joseph Church (64960-70682)',53.932133,-0.776049,'ParishChurch'),new Array('St Mary`s and St Joseph`s Rc School (37715-35819)',53.934453,-0.776118,'School'),new Array('St John the Baptist Church (64966-70700)',53.837916,-0.762841,'ParishChurch'),new Array('St Mary`s Market Weighton RC Primary School (37589-35693)',53.85945,-0.658841,'School'),new Array('St Aelred`s RC VA Primary School (37723-35827)',53.961468,-1.047655,'School'),new Array('More House University Chaplaincy (64957-75081)',53.944324,-1.05056,'Other'),new Array('University Catholic Chaplaincy (64958-75081)',53.944324,-1.05056,'ParishChurch'),new Array('St Aelred Church (64946-70639)',53.960016,-1.0538,'ParishChurch'),new Array('St George`s RC Primary School (37724-35828)',53.950819,-1.074396,'School'),new Array('St Paulinus Church (64956-70674)',53.975894,-1.066004,'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 George Church (64944-70624)',53.957433,-1.084327,'ParishChurch'),new Array('All Saints Rc School (37651-35755)',53.95122,-1.093938,'School'),new Array('English Martyrs Church (64948-70653)',53.95302,-1.09783,'ParishChurch'),new Array('HMP Humber (71202-70778)',53.7569077,-0.6399743,'Other'),new Array('St Joseph Church (64942-70608)',53.976569,-1.093053,'ParishChurch'),new Array('St Margaret Clitherow Church (64954-70664)',54.010452,-1.075225,'ParishChurch'),new Array('Our Lady and English Martyrs School (37722-35826)',53.95185,-1.108446,'School'),new Array('St Joseph and St Thomas (63150-66739)',53.7415683,-0.871353999999997,'Church'),new Array('St Joseph and St Thomas (63150-66686)',53.7415683,-0.871353999999997,'Church'),new Array('Ss Leonard and Mary Church (64924-70555)',54.134896,-0.794508,'ParishChurch'),new Array('Our Lady`s Catholic Church (64950-70658)',53.948292,-1.126943,'ParishChurch'),new Array('Our Lady and St Edward Church (64968-70701)',54.007209,-0.443073,'ParishChurch'),new Array('St Mary`s RC Primary School (38905-37011)',54.141953,-0.787475,'School'),new Array('St John of Beverley Church (64962-70685)',53.845847,-0.437894,'ParishChurch'),new Array('St John of Beverley Primary School (37588-35692)',53.848169,-0.415477,'School'),new Array('Monastery of St Joseph (71278-75439)',53.9284798,-1.1636729,'Other'),new Array('St. Joseph School (38702-36806)',53.708706,-0.87137,'School'),new Array('St Mary (63163-66747)',53.781943,-1.077069,'ParishChurch'),new Array('St. Mary School (38712-36816)',53.771125,-1.081175,'School'),new Array('Holy Family School (38645-36749)',53.713539,-1.01908,'School'),new Array('Holy Family School (38645-78336)',53.713539,-1.01908,'School'),new Array('St Mary (63156-66743)',53.71149,-1.020279,'Church'),new Array('St Mary (63156-66747)',53.71149,-1.020279,'Church'),new Array('Holy Cross Church (64972-70714)',53.780219,-0.41054,'ParishChurch'),new Array('Holy Name RC Primary School (37685-35789)',53.784437,-0.389146,'School'),new Array('Sacred Heart (63057-66686)',53.668524,-0.895256,'ParishChurch'),new Array('Our Lady of Lourdes Church (64988-70766)',53.728237,-0.441484,'ParishChurch'),new Array('St Thomas More RC Primary School (37721-35825)',53.737416,-0.416901,'School'),new Array('St Mary`s College School (37648-35752)',53.775312,-0.363196,'School'),new Array('St Cuthbert`s Catholic Academy Trust Offices (71310-75083)',53.77536050000001,-0.3620716,'Other'),new Array('St Joseph (63143-66735)',53.884089,-1.265217,'ParishChurch'),new Array('Our Lady of Lourdes and St Peter Chanel Church (64978-70739)',53.768523,-0.362368,'ParishChurch'),new Array('St Willibrord University Chaplaincy (64990-75079)',53.768523,-0.362368,'ParishChurch'),new Array('Endsleigh Holy Child RC Primary School (37717-35821)',53.77231,-0.358624,'School'),new Array('St. Joseph School (38701-36805)',53.884856,-1.267106,'School'),new Array('St Anthony and Our Lady of Mercy Church (64974-70727)',53.7729,-0.355794,'ParishChurch'),new Array('St Joseph Church (64982-70742)',53.7383246,-0.398005699999999,'ParishChurch'),new Array('St Joseph Church (64982-74345)',53.7383246,-0.398005699999999,'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'; } //