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.1957,-73.3615)};var g_f96e169b280474c7e9a4ba1a006db7bf = new google.maps.Geocoder();g_f96e169b280474c7e9a4ba1a006db7bf.geocode( { 'address': "244 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-berkshire-bank-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('great-barrington-MA-berkshire-bank-wealth-management'), mapOptions);}document.getElementById('4b154190').innerHTML += ' | View Map';var $lf96e169b280474c7e9a4ba1a006db7bf = '

Berkshire Bank Wealth Management

Address: 244 Main St, Great Barrington, MA 01230, USA
Phone: (413) 644-3553
';var m_f96e169b280474c7e9a4ba1a006db7bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank Wealth Management',});m_f96e169b280474c7e9a4ba1a006db7bf['infowindow'] = new google.maps.InfoWindow({content: $lf96e169b280474c7e9a4ba1a006db7bf});var infowindow = new google.maps.InfoWindow({content: $lf96e169b280474c7e9a4ba1a006db7bf});google.maps.event.addListener(m_f96e169b280474c7e9a4ba1a006db7bf, 'click', function() {infowindow.open(map,m_f96e169b280474c7e9a4ba1a006db7bf);});$marker.push(m_f96e169b280474c7e9a4ba1a006db7bf);}});}google.maps.event.addDomListener(window, 'load', initialize);