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.8408,-73.084)};var g_a49110779072d284b638c46aedcc1553 = new google.maps.Geocoder();g_a49110779072d284b638c46aedcc1553.geocode( { 'address': "295 Tuckers Way, St Albans City, VT 05478, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-albans-city-VT-new-england-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-albans-city-VT-new-england-federal-credit-union'), mapOptions);}document.getElementById('5e369eaa').innerHTML += ' | View Map';var $la49110779072d284b638c46aedcc1553 = '

New England Federal Credit Union

Address: 295 Tuckers Way, St Albans City, VT 05478, USA
Phone: (800) 400-8790
';var m_a49110779072d284b638c46aedcc1553 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Federal Credit Union',});m_a49110779072d284b638c46aedcc1553['infowindow'] = new google.maps.InfoWindow({content: $la49110779072d284b638c46aedcc1553});var infowindow = new google.maps.InfoWindow({content: $la49110779072d284b638c46aedcc1553});google.maps.event.addListener(m_a49110779072d284b638c46aedcc1553, 'click', function() {infowindow.open(map,m_a49110779072d284b638c46aedcc1553);});$marker.push(m_a49110779072d284b638c46aedcc1553);}});}google.maps.event.addDomListener(window, 'load', initialize);