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.1941,-73.3632)};var g_db0673faab03546ffe3ddff6da91b06a = new google.maps.Geocoder();g_db0673faab03546ffe3ddff6da91b06a.geocode( { 'address': "314 Main St #21, Great Barrington, MA 01230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-barrington-MA-berkshire-hills-financial').style.display = '';map = new google.maps.Map(document.getElementById('great-barrington-MA-berkshire-hills-financial'), mapOptions);}document.getElementById('7554c2f1').innerHTML += ' | View Map';var $ldb0673faab03546ffe3ddff6da91b06a = '

Berkshire Hills Financial

Address: 314 Main St #21, Great Barrington, MA 01230, USA
Phone: (844) 861-7292
';var m_db0673faab03546ffe3ddff6da91b06a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Hills Financial',});m_db0673faab03546ffe3ddff6da91b06a['infowindow'] = new google.maps.InfoWindow({content: $ldb0673faab03546ffe3ddff6da91b06a});var infowindow = new google.maps.InfoWindow({content: $ldb0673faab03546ffe3ddff6da91b06a});google.maps.event.addListener(m_db0673faab03546ffe3ddff6da91b06a, 'click', function() {infowindow.open(map,m_db0673faab03546ffe3ddff6da91b06a);});$marker.push(m_db0673faab03546ffe3ddff6da91b06a);}});}google.maps.event.addDomListener(window, 'load', initialize);