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.8793,-73.1941)};var g_c291b01517f3e6797c774c306591cc32 = new google.maps.Geocoder();g_c291b01517f3e6797c774c306591cc32.geocode( { 'address': "206 Pleasant St, Bennington, VT 05201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennington-VT-heritage-family-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bennington-VT-heritage-family-credit-union'), mapOptions);}document.getElementById('16ac0e09').innerHTML += ' | View Map';var $lc291b01517f3e6797c774c306591cc32 = '

Heritage Family Credit Union

Address: 206 Pleasant St, Bennington, VT 05201, USA
Phone: (888) 252-8932
';var m_c291b01517f3e6797c774c306591cc32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Family Credit Union',});m_c291b01517f3e6797c774c306591cc32['infowindow'] = new google.maps.InfoWindow({content: $lc291b01517f3e6797c774c306591cc32});var infowindow = new google.maps.InfoWindow({content: $lc291b01517f3e6797c774c306591cc32});google.maps.event.addListener(m_c291b01517f3e6797c774c306591cc32, 'click', function() {infowindow.open(map,m_c291b01517f3e6797c774c306591cc32);});$marker.push(m_c291b01517f3e6797c774c306591cc32);}});}google.maps.event.addDomListener(window, 'load', initialize);