strList="

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

St. Mary School (0.8 miles)
Zoom on map | View full information

Holy Family School (5.3 miles)
Zoom on map | View full information

Holy Family School (5.3 miles)
Zoom on map | View full information

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

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

St Joseph the Worker (7.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(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-66747)',53.71149,-1.020279,'Church'),new Array('St Mary (63156-66743)',53.71149,-1.020279,'Church'),new Array('St Joseph the Worker (63152-66740)',53.797224,-1.251417,'ParishChurch'),new Array('Barkston Ash School (38637-36741)',53.819889,-1.258108,'School'),new Array('St Michael (63170-66733)',53.7097621,-1.2461109,'Church'),new Array('St Michael (63170-66751)',53.7097621,-1.2461109,'Church'),new Array('St Joseph and St Thomas (63150-66686)',53.7415683,-0.871353999999997,'Church'),new Array('St Joseph and St Thomas (63150-66739)',53.7415683,-0.871353999999997,'Church'),new Array('St. Joseph School (38702-36806)',53.708706,-0.87137,'School'),new Array('St Joseph (63143-66735)',53.884089,-1.265217,'ParishChurch'),new Array('St. Joseph School (38701-36805)',53.884856,-1.267106,'School'),new Array('Address: Cobblers Lane School (38646-36750)',53.693241,-1.290124,'School'),new Array('Monastery of St Joseph (71278-75439)',53.9284798,-1.1636729,'Other'),new Array('Sacred Heart (63057-66686)',53.668524,-0.895256,'ParishChurch'),new Array('University Catholic Chaplaincy (64958-75081)',53.944324,-1.05056,'ParishChurch'),new Array('More House University Chaplaincy (64957-75081)',53.944324,-1.05056,'Other'),new Array('St Joseph (63139-66733)',53.691751,-1.316909,'ParishChurch'),new Array('St George`s RC Primary School (37724-35828)',53.950819,-1.074396,'School'),new Array('All Saints Rc School (37651-35755)',53.95122,-1.093938,'School'),new Array('Saint Joseph And Saint Nicholas Church (44722-48463)',53.628864,-0.954993,'ParishChurch'),new Array('St Joseph Catholic Primary Academy (38696-36800)',53.725023,-1.346954,'School'),new Array('St Joseph (63131-66728)',53.725023,-1.346954,'ParishChurch'),new Array('St. Joseph School (38698-36802)',53.691042,-1.317026100000021,'School'),new Array('Our Lady`s Catholic Church (64950-70658)',53.948292,-1.126943,'ParishChurch'),new Array('Our Lady and English Martyrs School (37722-35826)',53.95185,-1.108446,'School'),new Array('English Martyrs Church (64948-70653)',53.95302,-1.09783,'ParishChurch'),new Array('St George Church (64944-70624)',53.957433,-1.084327,'ParishChurch'),new Array('Saint George and The English Martyrs Church (44711-48405)',53.612043,-1.164418,'ParishChurch'),new Array('St Aelred Church (64946-70639)',53.960016,-1.0538,'ParishChurch'),new Array('York Oratory (Oratory Church of St Wilfrid) (64940-70590)',53.96202659999999,-1.0838964,'ParishChurch'),new Array('St Aelred`s RC VA Primary School (37723-35827)',53.961468,-1.047655,'School'),new Array('St. Benedict School (38670-36774)',53.795795,-1.382473,'School'),new Array('St Wilfrid`s RC Va Primary School (37725-35829)',53.964262,-1.076309,'School'),new Array('St Benedict (63093-66706)',53.796533,-1.386166,'ParishChurch'),new Array('Holy Family Catholic Primary School (37376-35480)',53.600169,-1.021647,'School'),new Array('Holy Family Primary School (65179-48473)',53.600169,-1.021647,'School'),new Array('St Wilfrid’s Catholic High School and Sixth Form College (38877-36983)',53.696475,-1.361754,'School'),new Array('Our Lady Of The Assumption Church (44724-48473)',53.594661,-1.024116,'ParishChurch'),new Array('Saint Helen Church (44710-48404)',53.601686,-1.191182,'ParishChurch'),new Array('St Paulinus Church (64956-70674)',53.975894,-1.066004,'ParishChurch'),new Array('St John the Baptist Church (64966-70700)',53.837916,-0.762841,'ParishChurch'),new Array('St Edward (63108-66715)',53.894598,-1.347982,'ParishChurch'),new Array('St Joseph Church (64942-70608)',53.976569,-1.093053,'ParishChurch'),new Array('St John’s Catholic School for the Deaf (38684-36788)',53.900023,-1.350697,'School'),new Array('St Edward`s Catholic Primary School (38870-36976)',53.902008,-1.357074,'School'),new Array('St. Wilfrid School (38729-36833)',53.674826,-1.374985,'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'; } //