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.815,-73.0818)};var g_25fc538887c1e82719de646fe593d3db = new google.maps.Geocoder();g_25fc538887c1e82719de646fe593d3db.geocode( { 'address': "133 N Main St, 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-vermont-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('saint-albans-city-VT-vermont-federal-credit-union-atm'), mapOptions);}document.getElementById('3486d1d6').innerHTML += ' | View Map';var $l25fc538887c1e82719de646fe593d3db = '

Vermont Federal Credit Union ATM

Address: 133 N Main St, St Albans City, VT 05478, USA
Phone: (888) 252-0202
';var m_25fc538887c1e82719de646fe593d3db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vermont Federal Credit Union ATM',});m_25fc538887c1e82719de646fe593d3db['infowindow'] = new google.maps.InfoWindow({content: $l25fc538887c1e82719de646fe593d3db});var infowindow = new google.maps.InfoWindow({content: $l25fc538887c1e82719de646fe593d3db});google.maps.event.addListener(m_25fc538887c1e82719de646fe593d3db, 'click', function() {infowindow.open(map,m_25fc538887c1e82719de646fe593d3db);});$marker.push(m_25fc538887c1e82719de646fe593d3db);}});}google.maps.event.addDomListener(window, 'load', initialize);