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(44.5118,-73.1818)};var g_e992f42a89fa4e7ce49e9533f14e0268 = new google.maps.Geocoder();g_e992f42a89fa4e7ce49e9533f14e0268.geocode( { 'address': "401 Watertower Cir Suite 301, Colchester, VT 05446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colchester-VT-association-of-vermont-credit-unions').style.display = '';map = new google.maps.Map(document.getElementById('colchester-VT-association-of-vermont-credit-unions'), mapOptions);}document.getElementById('544025ac').innerHTML += ' | View Map';var $le992f42a89fa4e7ce49e9533f14e0268 = '

Association of Vermont Credit Unions

Address: 401 Watertower Cir Suite 301, Colchester, VT 05446, USA
Phone: (802) 863-7848
';var m_e992f42a89fa4e7ce49e9533f14e0268 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Association of Vermont Credit Unions',});m_e992f42a89fa4e7ce49e9533f14e0268['infowindow'] = new google.maps.InfoWindow({content: $le992f42a89fa4e7ce49e9533f14e0268});var infowindow = new google.maps.InfoWindow({content: $le992f42a89fa4e7ce49e9533f14e0268});google.maps.event.addListener(m_e992f42a89fa4e7ce49e9533f14e0268, 'click', function() {infowindow.open(map,m_e992f42a89fa4e7ce49e9533f14e0268);});$marker.push(m_e992f42a89fa4e7ce49e9533f14e0268);}});}google.maps.event.addDomListener(window, 'load', initialize);