strList="

Christ The King School (0 miles)
Zoom on map | View full information

Christ the King (0.2 miles)
Zoom on map | View full information

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

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

(0.9 miles)
Zoom on map | View full information

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

Immaculate Conception (St Mary) (0.9 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Christ The King School (38119-36223)',53.497345,-2.176013,'School'),new Array('Christ the King (57281-63317)',53.494484,-2.176693,'ParishChurch'),new Array('St Willibrord`s RC Primary School (38943-37049)',53.488372,-2.177588,'School'),new Array('St Willibrord (57245-63289)',53.485662,-2.177228,'ParishChurch'),new Array(' (71160-75227)',53.5102482,-2.1833021,'Other'),new Array('St Mary`s RC Primary Failsworth School (38969-37075)',53.504202,-2.157482,'School'),new Array('Immaculate Conception (St Mary) (57165-63259)',53.504692,-2.157259,'ParishChurch'),new Array('St Dunstan`s RC Primary School (38934-37040)',53.51071,-2.193515,'School'),new Array('St Dunstan (57275-63314)',53.514386,-2.195785,'ParishChurch'),new Array('St Matthew`s RC High School (38954-37060)',53.51817,-2.17634,'School'),new Array('St John Vianney (57277-63314)',53.517524,-2.175989,'ParishChurch'),new Array('St Edmund`s RC Primary School (38935-74611)',53.503118,-2.207938,'School'),new Array('St Anne`s RC Primary School (38929-37035)',53.479141,-2.196346,'School'),new Array('St Stephen (57157-63255)',53.485882,-2.146051,'ParishChurch'),new Array('St Brigid`s RC Primary School (38931-37037)',53.479141,-2.196346,'School'),new Array('St Stephen`s RC Primary School (39020-37126)',53.485882,-2.146051,'School'),new Array('St Brigid (57231-63289)',53.479141,-2.196346,'ParishChurch'),new Array('St Anne (57225-63289)',53.479141,-2.196346,'ParishChurch'),new Array('Mary and Joseph Home (71161-75395)',53.48132529999999,-2.2093405,'Other'),new Array('St John Bosco (57229-63290)',53.524002,-2.19582,'ParishChurch'),new Array('St Anne (57265-63309)',53.472901,-2.152093,'ParishChurch'),new Array('St Francis RC Primary School (38936-37042)',53.469696,-2.1881,'School'),new Array('St Margaret Mary`s Catholic Primary School (38939-37045)',53.526003,-2.171963,'School'),new Array('St Margaret Mary (57279-63316)',53.526003,-2.171963,'ParishChurch'),new Array('St Malachy (57249-63300)',53.498146,-2.22376,'ParishChurch'),new Array('St Malachy`s RC Primary School (38938-37044)',53.498146,-2.22376,'School'),new Array('St Francis of Assisi (6155-63306)',53.468958,-2.188624,'ParishChurch'),new Array('Presentation Convent New Moston (71146-75374)',53.526003,-2.171963,'Other'),new Array('Mount Carmel School (38121-36225)',53.516543,-2.215167,'School'),new Array('St Anne`s RC Primary School (39024-37130)',53.472271,-2.146562,'School'),new Array('St Patrick (57247-63300)',53.490224,-2.226112,'ParishChurch'),new Array('St Patrick`s RC Primary School (38941-37047)',53.489342,-2.226107,'School'),new Array('Holy Family (57189-63259)',53.51718,-2.135981,'ParishChurch'),new Array('CAFOD (71536-74883)',53.490224,-2.226112,'Other'),new Array('Our Lady of Mount Carmel (57227-63290)',53.519228,-2.213958,'ParishChurch'),new Array('St John Bosco RC Primary School (38937-37043)',53.527003,-2.195505,'School'),new Array('Caritas House (71293-74886)',53.48973239999999,-2.2274629,'Other'),new Array('Holy Family RC Primary School (38966-37072)',53.513659,-2.126437,'School'),new Array('Corpus Christi RC Primary School (38961-37067)',53.528097,-2.139514,'School'),new Array('St Chad`s RC Primary School (38933-37039)',53.500939,-2.238696,'School'),new Array('St Thomas More RC Primary School (38976-37082)',53.534654,-2.18863,'School'),new Array('St Peter`s RC High School- Specialist College for Business and Enterprise (39111-37217)',53.459454,-2.196233,'School'),new Array('Sacred Heart Primary School (38926-37032)',53.458488,-2.163322,'School'),new Array('Sacred Heart (57259-63306)',53.457754,-2.17399,'ParishChurch'),new Array('St Chad (57235-63294)',53.49227,-2.239854,'ParishChurch'),new Array('Corpus Christi (57187-63270)',53.529842,-2.139909,'ParishChurch'),new Array('Polish Catholic Centre (71151-75382)',53.5264057,-2.1316323,'Other'),new Array('St Anne`s RC Primary School (38930-37036)',53.512873,-2.24003,'School'),new Array('St Anne (57253-63303)',53.512885,-2.237633,'ParishChurch'),new Array('St Thomas More (57295-63324)',53.537052,-2.194131,'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'; } //