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.1936,-73.3628)};var g_4d01d08b5ad58aa49c662d7f5bec012a = new google.maps.Geocoder();g_4d01d08b5ad58aa49c662d7f5bec012a.geocode( { 'address': "325 Main St, Great Barrington, MA 01230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-barrington-MA-the-pittsfield-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('great-barrington-MA-the-pittsfield-cooperative-bank'), mapOptions);}document.getElementById('8fa58603').innerHTML += ' | View Map';var $l4d01d08b5ad58aa49c662d7f5bec012a = '

The Pittsfield Cooperative Bank

Address: 325 Main St, Great Barrington, MA 01230, USA
Phone: (413) 528-2840
';var m_4d01d08b5ad58aa49c662d7f5bec012a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Pittsfield Cooperative Bank',});m_4d01d08b5ad58aa49c662d7f5bec012a['infowindow'] = new google.maps.InfoWindow({content: $l4d01d08b5ad58aa49c662d7f5bec012a});var infowindow = new google.maps.InfoWindow({content: $l4d01d08b5ad58aa49c662d7f5bec012a});google.maps.event.addListener(m_4d01d08b5ad58aa49c662d7f5bec012a, 'click', function() {infowindow.open(map,m_4d01d08b5ad58aa49c662d7f5bec012a);});$marker.push(m_4d01d08b5ad58aa49c662d7f5bec012a);}});}google.maps.event.addDomListener(window, 'load', initialize);