strList="

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

St Bernadette (0.1 miles)
Zoom on map | View full information

St Michael School (0.6 miles)
Zoom on map | View full information

St Michael (0.7 miles)
Zoom on map | View full information

Our Lady Of Grace School (1.4 miles)
Zoom on map | View full information

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

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Bernadette School (38065-36169)',53.558292,-2.292278,'School'),new Array('St Bernadette (57433-74536)',53.558183,-2.293795,'ParishChurch'),new Array('St Michael School (38070-36174)',53.550991,-2.285602,'School'),new Array('St Michael (57435-74536)',53.551285,-2.278741,'ParishChurch'),new Array('Our Lady Of Grace School (38063-36167)',53.538521,-2.286921,'School'),new Array('St Mary School (38069-36173)',53.566627,-2.330215,'School'),new Array('St Mary (57343-63348)',53.566627,-2.330215,'ParishChurch'),new Array('Our Lady of Grace (57341-63347)',53.534223,-2.284487,'ParishChurch'),new Array('Sisters of Our Lady of Sion Community (71139-75365)',53.5382004,-2.2688617,'Other'),new Array('Holy Cross School (38073-36177)',53.584917,-2.298896,'School'),new Array('St Monica`s RC High School And Specialist Language College (38072-36090)',53.532894,-2.267707,'School'),new Array('Our Lady Queen of Poland (Polish), Bury Parish Church (5816-75380)',53.588832,-2.289588,'ParishChurch'),new Array('St Gabriel School (38071-36175)',53.589086,-2.306494,'School'),new Array('St Marie School (38068-36172)',53.589777,-2.292631,'School'),new Array('St Marie (57129-63241)',53.591238,-2.299289,'ParishChurch'),new Array('St Joseph (5818-63241)',53.597704,-2.288422,'ParishChurch'),new Array('Our Lady`s and St Paul`s RC Primary School (38975-37081)',53.589277,-2.251839,'School'),new Array('Our Lady of Good Counsel and Guardian Angels (57131-63242)',53.596584,-2.317552,'ParishChurch'),new Array('Guardian Angels School (38061-36079)',53.596891,-2.319137,'School'),new Array('Guardian Angels School (38061-36165)',53.596891,-2.319137,'School'),new Array('Our Lady of Dolours (57377-63365)',53.516693,-2.270267,'ParishChurch'),new Array('St Philip`s RC Primary School (39006-37112)',53.516842,-2.26738,'School'),new Array('Katherine House (Spirituality and Conference Centre) (71119-74883)',53.5149167,-2.2661101,'Other'),new Array('St Joseph And St Bede School (38066-36170)',53.603848,-2.279792,'School'),new Array('Kersal Hill Convent (71120-75336)',53.5149167,-2.2661101,'Other'),new Array('St Clare (57263-63308)',53.534322,-2.222552,'ParishChurch'),new Array('St Teresa of Calcutta Catholic Academy Trust (71331-74366)',53.5179267,-2.3357343,'Other'),new Array('Our Lady of the Assumption (57299-63326)',53.55589,-2.21258,'ParishChurch'),new Array('St Clare`s RC Primary School (38949-37055)',53.534322,-2.222552,'School'),new Array('Mother Most Admirable Convent (73167-75800)',53.555451,-2.2114553,'Other'),new Array('St Clare (57263-78454)',53.534322,-2.222552,'ParishChurch'),new Array('St Mary`s RC Primary School (38974-37080)',53.555659,-2.210732,'School'),new Array('Our Lady`s RC Sports College School (38953-37059)',53.535996,-2.21857,'School'),new Array('Holy Family RC and CE College (71033-74615)',53.58658759999999,-2.22362069999997,'School'),new Array('St Mark (57339-63383)',53.516726,-2.335089,'ParishChurch'),new Array('St Joseph`s RC Primary School (38984-37090)',53.586468,-2.222456,'School'),new Array('Schoenstatt Centre and Shrine (71043-74962)',53.540017,-2.372983,'Other'),new Array('St Teresa (57215-63223)',53.561596,-2.377372,'ParishChurch'),new Array('Schoenstatt Centre and Shrine (71043-74941)',53.540017,-2.372983,'Other'),new Array('St John Fisher (57201-63277)',53.540017,-2.372983,'ParishChurch'),new Array('St Teresa`s School (38055-36159)',53.561596,-2.377372,'School'),new Array('Schoenstatt Centre and Shrine (71043-75118)',53.540017,-2.372983,'Other'),new Array('Ukrainian Church (71157-75389)',53.5143746,-2.2476063,'Other'),new Array('St Mary`s Primary School (71035-74617)',53.5112918,-2.331647900000007,'School'),new Array('St Anne`s RC Primary School (38930-37036)',53.512873,-2.24003,'School'),new Array('St Ambrose Barlow RC High School (39012-37118)',53.51966150000001,-2.357724599999983,'School'),new Array('St Joseph (57183-63268)',53.591811,-2.220311,'ParishChurch'),new Array('St Anne (57253-63303)',53.512885,-2.237633,'ParishChurch'),new Array('Our Lady Of Lourdes School (38064-36168)',53.613314,-2.315014,'School'),new Array('St Boniface RC Primary School (39000-37106)',53.501796,-2.266788,'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'; } //