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.4318,-73.213)};var g_dd0d0e48a6973bf91570550e987dd148 = new google.maps.Geocoder();g_dd0d0e48a6973bf91570550e987dd148.geocode( { 'address': "744 Williams St, Pittsfield, MA 01201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsfield-MA-credit-union-of-the-berkshires').style.display = '';map = new google.maps.Map(document.getElementById('pittsfield-MA-credit-union-of-the-berkshires'), mapOptions);}document.getElementById('7bb74813').innerHTML += ' | View Map';var $ldd0d0e48a6973bf91570550e987dd148 = '

Credit Union of the Berkshires

Address: 744 Williams St, Pittsfield, MA 01201, USA
Phone: (413) 443-1313
';var m_dd0d0e48a6973bf91570550e987dd148 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of the Berkshires',});m_dd0d0e48a6973bf91570550e987dd148['infowindow'] = new google.maps.InfoWindow({content: $ldd0d0e48a6973bf91570550e987dd148});var infowindow = new google.maps.InfoWindow({content: $ldd0d0e48a6973bf91570550e987dd148});google.maps.event.addListener(m_dd0d0e48a6973bf91570550e987dd148, 'click', function() {infowindow.open(map,m_dd0d0e48a6973bf91570550e987dd148);});$marker.push(m_dd0d0e48a6973bf91570550e987dd148);}});}google.maps.event.addDomListener(window, 'load', initialize);