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.7159,-73.8109)};var g_c539d00a611923be78b413bdefaaa827 = new google.maps.Geocoder();g_c539d00a611923be78b413bdefaaa827.geocode( { 'address': "98 Wolf Rd, Colonie, NY 12205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonie-NY-berkshire-bank').style.display = '';map = new google.maps.Map(document.getElementById('colonie-NY-berkshire-bank'), mapOptions);}document.getElementById('2835db7b').innerHTML += ' | View Map';var $lc539d00a611923be78b413bdefaaa827 = '

Berkshire Bank

Address: 98 Wolf Rd, Colonie, NY 12205, USA
Phone: (518) 269-3920
';var m_c539d00a611923be78b413bdefaaa827 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank',});m_c539d00a611923be78b413bdefaaa827['infowindow'] = new google.maps.InfoWindow({content: $lc539d00a611923be78b413bdefaaa827});var infowindow = new google.maps.InfoWindow({content: $lc539d00a611923be78b413bdefaaa827});google.maps.event.addListener(m_c539d00a611923be78b413bdefaaa827, 'click', function() {infowindow.open(map,m_c539d00a611923be78b413bdefaaa827);});$marker.push(m_c539d00a611923be78b413bdefaaa827);}});}google.maps.event.addDomListener(window, 'load', initialize);