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.3771,-71.9362)};var g_15aea757696aaf9af950992f299b6789 = new google.maps.Geocoder();g_15aea757696aaf9af950992f299b6789.geocode( { 'address': "93 Main St, Rutland, MA 01543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rutland-MA-spencerbank').style.display = '';map = new google.maps.Map(document.getElementById('rutland-MA-spencerbank'), mapOptions);}document.getElementById('b9669105').innerHTML += ' | View Map';var $l15aea757696aaf9af950992f299b6789 = '

SpencerBANK

Address: 93 Main St, Rutland, MA 01543, USA
Phone: (508) 886-2291
';var m_15aea757696aaf9af950992f299b6789 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SpencerBANK',});m_15aea757696aaf9af950992f299b6789['infowindow'] = new google.maps.InfoWindow({content: $l15aea757696aaf9af950992f299b6789});var infowindow = new google.maps.InfoWindow({content: $l15aea757696aaf9af950992f299b6789});google.maps.event.addListener(m_15aea757696aaf9af950992f299b6789, 'click', function() {infowindow.open(map,m_15aea757696aaf9af950992f299b6789);});$marker.push(m_15aea757696aaf9af950992f299b6789);}});}google.maps.event.addDomListener(window, 'load', initialize);