strList="

St Gregory And The English Martyrs Church (0 miles)
Zoom on map | View full information

St Osmund Church (1.4 miles)
Zoom on map | View full information

St Osmund`s Primary School (1.5 miles)
Zoom on map | View full information

Most Holy Redeemer Church (1.8 miles)
Zoom on map | View full information

St. Joseph`s Catholic School (2 miles)
Zoom on map | View full information

Salisbury District Hospital Chapel (2.6 miles)
Zoom on map | View full information

The Holy Family Church (5.1 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Gregory And The English Martyrs Church (42457-63646)',51.07748549999999,-1.81848100000002,'ParishChurch'),new Array('St Osmund Church (42455-63645)',51.0639019,-1.7944794,'ParishChurch'),new Array('St Osmund`s Primary School (66447-35470)',51.062568,-1.794219,'School'),new Array('Most Holy Redeemer Church (42459-63647)',51.0847773,-1.779431899999963,'ParishChurch'),new Array('St. Joseph`s Catholic School (66529-35698)',51.081141,-1.772052,'School'),new Array('Salisbury District Hospital Chapel (65128-63645)',51.043955,-1.789822,'Other'),new Array('The Holy Family Church (57566-63645)',51.0376916,-1.720023699999956,'Church'),new Array('Good Shepherd And Our Blessed Lady Queen Of Angels Church (57559-63645)',50.9936743,-1.741562899999963,'Church'),new Array('Christ The King Church (42447-63641)',51.1767377,-1.779841300000044,'ParishChurch'),new Array('Our Lady Queen Of Peace Church (42449-63642)',51.194226,-1.734259,'ParishChurch'),new Array('Joint Parish Office (877-9806)',50.929463,-1.788446,'Other'),new Array('Joint Parish Office (877-9847)',50.929463,-1.788446,'Other'),new Array('Our Lady of Sorrows and St Philip Benizi (876-9806)',50.9294632,-1.788445700000011,'ParishChurch'),new Array('The Sacred Heart Church (42461-63648)',51.06202880000001,-2.07968900000003,'ParishChurch'),new Array('SS Patrick and George Church (65126-70842)',51.232384,-1.66923,'ParishChurch'),new Array('Wardour Catholic Primary School (7904-35412)',51.0451825,-2.107190800000012,'Other'),new Array('All Saints Chapel (57565-63648)',51.0416511,-2.104386900000009,'Other'),new Array('St Thomas More (805-9865)',51.11407209999999,-1.494487100000015,'Church'),new Array('Farleigh Independent Preparatory School (1173-10270)',51.174004,-1.515732,'School'),new Array('St Joseph (1005-75878)',50.988589,-1.501564,'ParishChurch'),new Array('Marie Louise Community (Care Home) (71477-76468)',50.9877325,-1.5006654,'Other'),new Array('St Mary`s School (66524-35417)',51.006116,-2.165094,'School'),new Array('Sacred Heart and St Therese of Lisieux (1003-9847)',50.84590650000001,-1.788937000000033,'ParishChurch'),new Array('St Joseph Church (42553-63784)',51.2829799,-2.000968400000033,'ParishChurch'),new Array('St John the Baptist Primary School (1117-10214)',51.204808,-1.502226,'School'),new Array('St George`s School (66443-35433)',51.198756,-2.156609,'School'),new Array('St John the Baptist (802-9777)',51.208107,-1.488044700000046,'ParishChurch'),new Array('Holy Name and St Edward the Martyr Church (56750-63013)',51.0050045,-2.192856099999972,'ParishChurch'),new Array('HMP Erlestoke - Christ the Carpenter (66506-63777)',51.309479,-1.972471,'Other'),new Array('Our Lady of the Assumption and St Edward the Confessor (936-9826)',50.874147,-1.575439,'ParishChurch'),new Array('St George Church (42561-63792)',51.2020418,-2.172994499999959,'ParishChurch'),new Array('Holy Family Church (42504-63707)',51.337206,-1.773097,'ParishChurch'),new Array('St Theresa of the Child Jesus (1057-9860)',50.918646,-1.484827,'ParishChurch'),new Array('St Joseph`s Centre (66500-76441)',50.896734,-1.512853,'Other'),new Array('St Joseph`s Centre (66500-76382)',50.896734,-1.512853,'Other'),new Array('Holy Family Primary School (1132-10229)',50.930836,-1.464188,'School'),new Array('Holy Family (1019-9850)',50.927403,-1.450952,'ParishChurch'),new Array('St. Anthony`s Church (56754-63017)',50.8044588,-1.88366259999998,'ParishChurch'),new Array('Holy Cross (860-75878)',50.976029,-1.402335,'ParishChurch'),new Array('St Vincent de Paul (1047-9856)',50.9406885,-1.4272876,'ParishChurch'),new Array('St Edward the Confessor (839-75878)',50.985245,-1.391674,'ParishChurch'),new Array('St Catherine`s Catholic Primary School (37936-36040)',50.805494,-1.949824,'School'),new Array('St Benedict Church (56743-63008)',51.0388111,-2.2787419,'Church'),new Array('St Boniface (1041-9854)',50.919259,-1.429153,'ParishChurch'),new Array('St Boniface (1041-76415)',50.919259,-1.429153,'ParishChurch'),new Array('St Bernadette Church (42563-63802)',51.2615487,-2.185643499999969,'ParishChurch'),new Array('St Stephen (1074-9865)',51.0511315,-1.346642599999996,'Church'),new Array('St Peter`s Primary School (1116-10213)',51.051132,-1.346643,'School'),new Array('Parish Office (835-9791)',50.821312,-1.579467,'Other'),new Array('St. Catherine Church (56756-63019)',50.7984892,-1.982225599999993,'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'; } //