var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.001,-70.8517)};var g_d207154105683f70509de2ed96168a26 = new google.maps.Geocoder();g_d207154105683f70509de2ed96168a26.geocode( { 'address': "319 Monponsett St, Halifax, MA 02338"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-MA-abington-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('halifax-MA-abington-savings-bank'), mapOptions);}document.getElementById('0fa0db45').innerHTML += ' | View Map';var $ld207154105683f70509de2ed96168a26 = '

Abington Savings Bank

Address: 319 Monponsett St, Halifax, MA 02338
Phone: (781) 682-6400
';var m_d207154105683f70509de2ed96168a26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abington Savings Bank',});m_d207154105683f70509de2ed96168a26['infowindow'] = new google.maps.InfoWindow({content: $ld207154105683f70509de2ed96168a26});var infowindow = new google.maps.InfoWindow({content: $ld207154105683f70509de2ed96168a26});google.maps.event.addListener(m_d207154105683f70509de2ed96168a26, 'click', function() {infowindow.open(map,m_d207154105683f70509de2ed96168a26);});$marker.push(m_d207154105683f70509de2ed96168a26);}});}google.maps.event.addDomListener(window, 'load', initialize);