strList="

Sacred Heart RC Comprehensive School (0 miles)
Zoom on map | View full information

St Benedict`s Catholic Va Primary School (0.1 miles)
Zoom on map | View full information

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

Sacred Heart Church (0.4 miles)
Zoom on map | View full information

Sacred Heart Church (0.4 miles)
Zoom on map | View full information

St Augustine Church (0.8 miles)
Zoom on map | View full information

St Augustine Church (0.8 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Sacred Heart RC Comprehensive School (37645-35749)',54.61154,-1.075186,'School'),new Array('St Benedict`s Catholic Va Primary School (39121-37227)',54.609934,-1.076786,'School'),new Array('St Dominic`s RC Primary School (37584-35688)',54.610641,-1.079851,'School'),new Array('Sacred Heart Church (64896-74346)',54.61787,-1.075646,'ParishChurch'),new Array('Sacred Heart Church (64896-70497)',54.61787,-1.075646,'ParishChurch'),new Array('St Augustine Church (64900-74346)',54.606001,-1.057291,'ParishChurch'),new Array('St Augustine Church (64900-70506)',54.606001,-1.057291,'ParishChurch'),new Array('St Bede`s RC Primary School (37487-35591)',54.5923,-1.026051,'School'),new Array('St Mary`s Primary School (37575-35679)',54.572582,-1.146343,'School'),new Array('St Peter`s RC Primary School (37576-35680)',54.571125,-1.152606,'School'),new Array('Our Lady of Lourdes Church (64906-70519)',54.583748,-0.979618,'ParishChurch'),new Array('St Andrew`s Parish Church (64860-70435)',54.565291,-1.154893,'ParishChurch'),new Array('St Peter`s Catholic College (37647-35751)',54.574596,-1.169721,'School'),new Array('St Andrew`s RC Va Primary School (37737-35841)',54.569989,-1.170155,'School'),new Array('Corpus Christi Church (64854-70422)',54.565599,-1.186809,'Church'),new Array('St Paulinus RC Primary School (37489-35593)',54.529795,-1.080248,'School'),new Array('St Gabriel`s RC Va Primary School (37581-35685)',54.550225,-1.175287,'School'),new Array('Saint Gabriel`s Church (64852-70422)',54.550225,-1.175287,'ParishChurch'),new Array('St Paulinus`s Church (64904-70515)',54.529332,-1.052892,'ParishChurch'),new Array('Corpus Christi RC Primary School (37578-35682)',54.565022,-1.194507,'School'),new Array('St Alphonsus`s RC Primary School (37580-35684)',54.569234,-1.209211,'School'),new Array('St Alphonsus Church (64850-70418)',54.568793,-1.211833,'ParishChurch'),new Array('St Anthony of Padua Church (64908-70530)',54.568504,-0.937618,'ParishChurch'),new Array('St Joseph`s RC Primary School (38859-36965)',54.569212,-0.930283,'School'),new Array('St Pius X RC Primary School (37583-35687)',54.553716,-1.204006,'School'),new Array('St. Teresa Church (47076-54262)',54.658809,-1.223253,'ParishChurch'),new Array('St Joseph`s RC Primary School (37494-35598)',54.56392,-1.225444,'School'),new Array('St Joseph`s Church Church (64842-70382)',54.5629862,-1.225538899999947,'ParishChurch'),new Array('St Bernadette`s Church (64858-70432)',54.531534,-1.182216,'ParishChurch'),new Array('St. Cuthbert Church (47068-54258)',54.67203,-1.216488,'ParishChurch'),new Array('St Cuthbert`s RC Primary School School (37082-35183)',54.673035,-1.217632,'School'),new Array('St Teresa`s RC Primary School School (37085-35186)',54.659574,-1.23054,'School'),new Array('St Joseph`s Primary School School (37084-35185)',54.682857,-1.206461,'School'),new Array('St Thomas More Church (64844-70388)',54.549643,-1.220396,'ParishChurch'),new Array('St Bernadette`s RC Primary School (37573-35677)',54.528249,-1.185511,'School'),new Array('Sacred Heart Church (64840-70374)',54.563679,-1.241269500000044,'ParishChurch'),new Array('St. Joseph`s Church (46951-54194)',54.613903,-1.261819,'ParishChurch'),new Array('The Immaculate Conception(st Mary) Church (47072-54260)',54.699789,-1.184904,'ParishChurch'),new Array('St Edward`s RC Primary School (37492-35596)',54.557117,-1.236706,'School'),new Array('St. Joseph`s Church (46951-54195)',54.613903,-1.261819,'ParishChurch'),new Array('St. Patrick Church (47074-54261)',54.657067,-1.244863,'ParishChurch'),new Array('Sacred Heart RC Primary School (37579-35683)',54.565249,-1.246653,'School'),new Array('St Thomas More RC Primary School (37496-35600)',54.540551,-1.219364,'School'),new Array('Holy Name of Mary Church (64846-70394)',54.557052,-1.239367,'ParishChurch'),new Array('St. Joseph Church (47066-54257)',54.684383,-1.219973,'ParishChurch'),new Array('English Martyrs` School And Sixth Form College School (37079-35180)',54.675537,-1.236457,'School'),new Array('Postgate House (71314-75084)',54.5449892,-1.2326478,'Other'),new Array('St Michael`s RC Comprehensive School School (37094-35195)',54.613637,-1.270411,'School'),new Array('St Bega`s RC Primary School School (37081-35182)',54.702297,-1.194428,'School'),new Array('St Joseph`s RC Primary School School (37092-35193)',54.616259,-1.274437,'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'; } //