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(43.646,-72.3457)};var g_966b149fef0534e3d1d015dc2b595bd7 = new google.maps.Geocoder();g_966b149fef0534e3d1d015dc2b595bd7.geocode( { 'address': "1285 VA Cutoff Rd, White River Junction, VT 05001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-VT-vermont-va-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hartford-VT-vermont-va-federal-credit-union'), mapOptions);}document.getElementById('23abb21d').innerHTML += ' | View Map';var $l966b149fef0534e3d1d015dc2b595bd7 = '

Vermont VA Federal Credit Union

Address: 1285 VA Cutoff Rd, White River Junction, VT 05001, USA
Phone: (802) 295-5104
';var m_966b149fef0534e3d1d015dc2b595bd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vermont VA Federal Credit Union',});m_966b149fef0534e3d1d015dc2b595bd7['infowindow'] = new google.maps.InfoWindow({content: $l966b149fef0534e3d1d015dc2b595bd7});var infowindow = new google.maps.InfoWindow({content: $l966b149fef0534e3d1d015dc2b595bd7});google.maps.event.addListener(m_966b149fef0534e3d1d015dc2b595bd7, 'click', function() {infowindow.open(map,m_966b149fef0534e3d1d015dc2b595bd7);});$marker.push(m_966b149fef0534e3d1d015dc2b595bd7);}});}google.maps.event.addDomListener(window, 'load', initialize);