strList="

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

Sacred Heart RC Primary School (6.6 miles)
Zoom on map | View full information

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

Ss Simon & Jude Church (7.7 miles)
Zoom on map | View full information

St Joan of Arc Garrison Memorial Church (8.5 miles)
Zoom on map | View full information

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

St Francis Xavier`s RC /ce School (9.8 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 (64872-70460)',54.290974,-1.586344,'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('Ss Simon and Jude Church (64868-70458)',54.282446,-1.777439,'ParishChurch'),new Array('St Joan of Arc Garrison Memorial Church (64880-70482)',54.378895,-1.733199,'ParishChurch'),new Array('St Mary`s RC Primary School (37732-35836)',54.408505,-1.719723,'School'),new Array('St Francis Xavier`s RC /ce School (37650-35754)',54.409195,-1.718902,'School'),new Array('Ss Peter and Paul Church (64866-70457)',54.31155,-1.829403,'ParishChurch'),new Array('All Saints Church (64876-70469)',54.231735,-1.344307,'ParishChurch'),new Array('All Saints RC Primary School (37734-35838)',54.227635,-1.345615,'School'),new Array('St Wilfrid (63205-66769)',54.138961,-1.525425,'ParishChurch'),new Array('St. Wilfrid School (38730-36834)',54.137347,-1.528504,'School'),new Array('Ss Joseph and Francis Xavier Church (64862-70446)',54.4145798,-1.7600861,'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 (63125-66725)',54.065797,-1.603435,'ParishChurch'),new Array('Our Lady Immaculate (63020-66666)',54.084024,-1.755419,'ParishChurch'),new Array('St Augustine`s RC Primary School School (37141-35242)',54.520818,-1.562799,'School'),new Array('St Mary Church (64882-70483)',54.460882,-1.319394,'ParishChurch'),new Array('St Teresa`s RC Primary School School (37143-35244)',54.519897,-1.52581,'School'),new Array('St. Teresa Church (47006-54223)',54.519897,-1.52581,'ParishChurch'),new Array('St. Augustine Church (47001-54220)',54.523539,-1.55985,'ParishChurch'),new Array('Carmel RC Technology College School (37139-35240)',54.524683,-1.586165,'School'),new Array('St. Thomas Aquinas Church (47008-54224)',54.530266,-1.544248,'ParishChurch'),new Array('Holy Family Church (47003-54221)',54.534595,-1.580733,'ParishChurch'),new Array('Holy Family RC Primary School School (37140-35241)',54.535724,-1.579625,'School'),new Array('Ss. William And Francis De Sales Church (47010-54225)',54.534142,-1.537776,'ParishChurch'),new Array('St. Anne Church (47012-54226)',54.540583,-1.518507,'ParishChurch'),new Array('Ss Mary and Romuald Church (64888-70489)',54.507568,-1.353537,'ParishChurch'),new Array('St Bede`s RC Primary School School (37142-35243)',54.546515,-1.537266,'School'),new Array('St Mary Church (64864-70454)',54.5150811,-1.8139399,'ParishChurch'),new Array('St. Osmund Church (47042-54241)',54.546788,-1.735781,'ParishChurch'),new Array('St Therese of Lisieux Church (64890-70490)',54.5136526,-1.3144963,'ParishChurch'),new Array('St Therese Of Lisieux RC Primary School (39107-37213)',54.515383,-1.316851,'School'),new Array('St. Mary School (38711-36815)',54.014787,-1.469275,'School'),new Array('St Joseph (63134-66730)',54.005819,-1.544272,'ParishChurch'),new Array('St John the Evangelist Church (64938-70578)',54.118705,-1.191663,'ParishChurch'),new Array('St Mary (63159-66745)',54.01106,-1.471947,'ParishChurch'),new Array('St. Joseph School (38700-36804)',54.004669,-1.544148,'School'),new Array('St. Robert School (38723-36827)',54.00023,-1.521267,'School'),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('St Joseph Church (64884-70484)',54.475056,-1.18717,'ParishChurch'),new Array('Christ The King RC Primary School (37491-35595)',54.533532,-1.289442,'School'),new Array('Christ the King Church (64892-70491)',54.538427,-1.293545,'ParishChurch'),new Array('St Aelred (63076-66696)',53.992236,-1.502629,'ParishChurch'),new Array('St Robert (63022-66667)',53.988971,-1.538112,'ParishChurch'),new Array('St Patrick`s RC Comprehensive School (37642-35746)',54.543451,-1.291944,'School'),new Array('St. Patrick Church (47244-54350)',54.567718,-1.358572,'ParishChurch'),new Array('St Patrick`s RC Primary School School (37095-35196)',54.567718,-1.358572,'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'; } //