strList="

Our Lady of the Assumption (0 miles)
Zoom on map | View full information

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

Mother Most Admirable Convent (0.1 miles)
Zoom on map | View full information

St Agnes and St John Fisher (0.9 miles)
Zoom on map | View full information

St Peter (1 miles)
Zoom on map | View full information

St John Fisher RC Primary School (1.2 miles)
Zoom on map | View full information

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady of the Assumption (57299-63326)',53.55589,-2.21258,'ParishChurch'),new Array('St Mary`s RC Primary School (38974-37080)',53.555659,-2.210732,'School'),new Array('Mother Most Admirable Convent (73167-75800)',53.555451,-2.2114553,'Other'),new Array('St Agnes and St John Fisher (5995-63326)',53.5541851,-2.1915737,'ParishChurch'),new Array('St Peter (57293-63324)',53.548323,-2.19327,'ParishChurch'),new Array('St John Fisher RC Primary School (38987-37093)',53.559507,-2.182883,'School'),new Array('St Peter`s RC Primary School (38973-37079)',53.544456,-2.191737,'School'),new Array('299 Boarshaw Road (71142-75369)',53.558085,-2.182247,'Other'),new Array('Cardinal Langley RC High School (38985-37091)',53.564036,-2.183507,'School'),new Array('Our Lady`s RC Sports College School (38953-37059)',53.535996,-2.21857,'School'),new Array('St Clare (57263-63308)',53.534322,-2.222552,'ParishChurch'),new Array('St Clare`s RC Primary School (38949-37055)',53.534322,-2.222552,'School'),new Array('St Thomas More (57295-63324)',53.537052,-2.194131,'ParishChurch'),new Array('St Clare (57263-78454)',53.534322,-2.222552,'ParishChurch'),new Array('St Thomas More RC Primary School (38976-37082)',53.534654,-2.18863,'School'),new Array('St John Bosco RC Primary School (38937-37043)',53.527003,-2.195505,'School'),new Array('St Joseph`s RC Primary School (38984-37090)',53.586468,-2.222456,'School'),new Array('Holy Family RC and CE College (71033-74615)',53.58658759999999,-2.22362069999997,'School'),new Array('St John Bosco (57229-63290)',53.524002,-2.19582,'ParishChurch'),new Array('St Joseph (57183-63268)',53.591811,-2.220311,'ParishChurch'),new Array('Our Lady of Mount Carmel (57227-63290)',53.519228,-2.213958,'ParishChurch'),new Array('Sisters of Our Lady of Sion Community (71139-75365)',53.5382004,-2.2688617,'Other'),new Array('St Herbert`s RC Primary School (38964-37070)',53.546397,-2.147799,'School'),new Array('St Gabriel`s RC Primary School (38977-37083)',53.587859,-2.175181,'School'),new Array('Mount Carmel School (38121-36225)',53.516543,-2.215167,'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 Michael (57435-74536)',53.551285,-2.278741,'ParishChurch'),new Array('Presentation Convent New Moston (71146-75374)',53.526003,-2.171963,'Other'),new Array('Newman RC College (71032-74614)',53.5384904,-2.152308100000028,'School'),new Array('Newman RC College (66498-71426)',53.539094,-2.150942,'Other'),new Array('St Herbert (57135-63270)',53.546996,-2.146002,'ParishChurch'),new Array('St Monica`s RC High School And Specialist Language College (38072-36090)',53.532894,-2.267707,'School'),new Array('Our Lady`s and St Paul`s RC Primary School (38975-37081)',53.589277,-2.251839,'School'),new Array('St John the Baptist (6059-63243)',53.5928148,-2.1815392,'ParishChurch'),new Array('St Gabriel and the Angels (57133-63243)',53.593327,-2.179116,'ParishChurch'),new Array('St Michael School (38070-36174)',53.550991,-2.285602,'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 Anne (57253-63303)',53.512885,-2.237633,'ParishChurch'),new Array('Ukrainian Church (71157-75389)',53.5143746,-2.2476063,'Other'),new Array('St Dunstan`s RC Primary School (38934-37040)',53.51071,-2.193515,'School'),new Array('St Anne`s RC Primary School (38930-37036)',53.512873,-2.24003,'School'),new Array('St Bernadette School (38065-36169)',53.558292,-2.292278,'School'),new Array('Our Lady Of Grace School (38063-36167)',53.538521,-2.286921,'School'),new Array('St Bernadette (57433-74536)',53.558183,-2.293795,'ParishChurch'),new Array('Our Lady of Grace (57341-63347)',53.534223,-2.284487,'ParishChurch'),new Array(' (71160-75227)',53.5102482,-2.1833021,'Other'),new Array('St Philip`s RC Primary School (39006-37112)',53.516842,-2.26738,'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'; } //