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.438,-73.1255)};var g_62f960b60f1751bedc19bf5b7d2ef285 = new google.maps.Geocoder();g_62f960b60f1751bedc19bf5b7d2ef285.geocode( { 'address': "16 Maple St, Hinsdale, MA 01235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hinsdale-MA-pittsfield-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('hinsdale-MA-pittsfield-cooperative-bank'), mapOptions);}document.getElementById('98f11e1a').innerHTML += ' | View Map';var $l62f960b60f1751bedc19bf5b7d2ef285 = '

Pittsfield Cooperative Bank

Address: 16 Maple St, Hinsdale, MA 01235, USA
Phone: (413) 684-1551
';var m_62f960b60f1751bedc19bf5b7d2ef285 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pittsfield Cooperative Bank',});m_62f960b60f1751bedc19bf5b7d2ef285['infowindow'] = new google.maps.InfoWindow({content: $l62f960b60f1751bedc19bf5b7d2ef285});var infowindow = new google.maps.InfoWindow({content: $l62f960b60f1751bedc19bf5b7d2ef285});google.maps.event.addListener(m_62f960b60f1751bedc19bf5b7d2ef285, 'click', function() {infowindow.open(map,m_62f960b60f1751bedc19bf5b7d2ef285);});$marker.push(m_62f960b60f1751bedc19bf5b7d2ef285);}});}google.maps.event.addDomListener(window, 'load', initialize);