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.0771,-73.3953)};var g_660e4be8f59ae4c3ab78ba485576fba3 = new google.maps.Geocoder();g_660e4be8f59ae4c3ab78ba485576fba3.geocode( { 'address': "640 N Main St, Sheffield, MA 01257"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheffield-MA-salisbury-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('sheffield-MA-salisbury-bank-trust-co'), mapOptions);}document.getElementById('26b9448e').innerHTML += ' | View Map';var $l660e4be8f59ae4c3ab78ba485576fba3 = '

Salisbury Bank & Trust Co

Address: 640 N Main St, Sheffield, MA 01257
Phone: (413) 229-5000
';var m_660e4be8f59ae4c3ab78ba485576fba3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salisbury Bank & Trust Co',});m_660e4be8f59ae4c3ab78ba485576fba3['infowindow'] = new google.maps.InfoWindow({content: $l660e4be8f59ae4c3ab78ba485576fba3});var infowindow = new google.maps.InfoWindow({content: $l660e4be8f59ae4c3ab78ba485576fba3});google.maps.event.addListener(m_660e4be8f59ae4c3ab78ba485576fba3, 'click', function() {infowindow.open(map,m_660e4be8f59ae4c3ab78ba485576fba3);});$marker.push(m_660e4be8f59ae4c3ab78ba485576fba3);}});}google.maps.event.addDomListener(window, 'load', initialize);