strList="

St Augustines Church (0 miles)
Zoom on map | View full information

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

St Michael`s Catholic School (1 miles)
Zoom on map | View full information

St Michael`s Catholic School (1 miles)
Zoom on map | View full information

Our Lady of Grace Church (2 miles)
Zoom on map | View full information

St Dunstan Church (3.9 miles)
Zoom on map | View full information

St Peters Primary School (4.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Augustines Church (49549-56019)',51.630886,-0.745244,'ParishChurch'),new Array('St Wulstan Church (65233-70903)',51.634449,-0.722864,'ParishChurch'),new Array('St Michael`s Catholic School (37766-75353)',51.618471,-0.755596200000014,'School'),new Array('St Michael`s Catholic School (37766-35870)',51.618471,-0.755596200000014,'School'),new Array('Our Lady of Grace Church (49547-70903)',51.620397,-0.788478,'ParishChurch'),new Array('St Dunstan Church (49483-55966)',51.57851,-0.708846,'ParishChurch'),new Array('St Peters Primary School (37768-35872)',51.574896,-0.782054,'School'),new Array('St Teresa of the Child Jesus and SS John Fisher and Thomas More Church (49465-55966)',51.613001,-0.644046,'ParishChurch'),new Array('St Peter Church (49593-56046)',51.5687886,-0.772420499999953,'ParishChurch'),new Array('Society of Christ (71385-75842)',51.6996051,-0.7041371,'Other'),new Array('St Elizabeth (944-9828)',51.558414,-0.727837,'ParishChurch'),new Array('Immaculate Heart of Mary Church (49539-56014)',51.705884,-0.709305,'ParishChurch'),new Array('Our Lady`s Primary School School (37760-35864)',51.690293,-0.614655,'School'),new Array('Our Lady of Perpetual Succour Church (49497-55988)',51.688493,-0.61374,'ParishChurch'),new Array('St Mary`s Primary School (1138-10235)',51.528178,-0.721616,'School'),new Array('St Joseph (940-9828)',51.528178,-0.721616,'ParishChurch'),new Array('St Teresa of the Child Jesus Church (49633-56073)',51.724633,-0.830606,'ParishChurch'),new Array('St Aidan Church (49569-56032)',51.668498,-0.575611,'ParishChurch'),new Array('St Edmund Campion Primary School (1139-10236)',51.516722,-0.753283,'School'),new Array('Parish Office (66493-9827)',51.51583,-0.752342,'Other'),new Array('St Josephs Primary School (37765-35869)',51.599917,-0.564618,'School'),new Array('St Edmund Campion (938-9827)',51.51583,-0.752342,'ParishChurch'),new Array('Our Lady of Peace Church (49489-55983)',51.530809,-0.650554,'ParishChurch'),new Array('Our Lady Of Peace Infants School (37777-35881)',51.526736,-0.65536,'School'),new Array('Holy Cross Convent School (38907-37013)',51.605314,-0.559333,'School'),new Array('Chapel of the Blessed Trinity Church (36075-34369)',51.597022,-0.929389,'ParishChurch'),new Array('Chapel of the Blessed Trinity Church (36075-34452)',51.597022,-0.929389,'ParishChurch'),new Array('Holy Cross Convent (71379-75192)',51.6045838,-0.558313,'Other'),new Array('St Joseph`s Priory (71363-75835)',51.5988106,-0.5617308,'Other'),new Array('St Joseph Church (49533-56011)',51.5986146,-0.561771499999964,'ParishChurch'),new Array('St Columba Church (49495-55986)',51.716322,-0.607635,'ParishChurch'),new Array('St Anthony Church (49651-56085)',51.534857,-0.617504,'ParishChurch'),new Array('St Anthonys Primary School (37779-35883)',51.532964,-0.6171,'School'),new Array('St Andrew`s Shared Church (49649-55983)',51.518837,-0.647953,'ParishChurch'),new Array('St Anne`s Church (49667-56094)',51.764579,-0.743976,'ParishChurch'),new Array('DMMM Community (73132-78364)',51.5203512,-0.6135756,'Other'),new Array('St John`s Convent (71415-76438)',51.5026616,-0.8302248,'Other'),new Array('St John Fisher Church (40500-38040)',51.653981,-0.522188,'ParishChurch'),new Array('Sacred Heart Church (36456-34560)',51.529809,-0.902191,'ParishChurch'),new Array('Sacred Heart School (36784-34883)',51.532607,-0.909145,'School'),new Array('Local Polish Catholic Mission in Slough, Parish of Divine Mercy and Our Lady Queen of Poland (49643-56080)',51.514046,-0.614949,'ParishChurch'),new Array('St Ethelberts Primary School (37782-35886)',51.523779,-0.582826,'School'),new Array('Church of the Holy Redeemer (49647-56082)',51.523779,-0.582826,'ParishChurch'),new Array('St Josephs High School School (37783-35887)',51.519327,-0.58651,'School'),new Array('Bridgettine Convent Chapel (49557-56024)',51.552651,-0.542408,'ParishChurch'),new Array(' (71376-75189)',51.5218195,-0.5742797,'Other'),new Array('Our Lady Immaculate and St Ethelbert`s Church (49653-56086)',51.510094,-0.594159,'ParishChurch'),new Array('St John`s Catholic Primary School (38405-36509)',51.637266,-0.491171,'School'),new Array('St John The Evangelist Church (40690-38135)',51.637266,-0.491171,'ParishChurch'),new Array('Our Lady of Peace (1062-9861)',51.480483,-0.839043,'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'; } //