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.8385,-73.0811)};var g_5456b12a08f28c12eabcc95103a96f00 = new google.maps.Geocoder();g_5456b12a08f28c12eabcc95103a96f00.geocode( { 'address': "201 Swanton Rd, 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-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-albans-city-VT-atm-key-bank'), mapOptions);}document.getElementById('9cf2e44f').innerHTML += ' | View Map';var $l5456b12a08f28c12eabcc95103a96f00 = '

ATM (Key Bank)

Address: 201 Swanton Rd, St Albans City, VT 05478, USA
Phone:
';var m_5456b12a08f28c12eabcc95103a96f00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_5456b12a08f28c12eabcc95103a96f00['infowindow'] = new google.maps.InfoWindow({content: $l5456b12a08f28c12eabcc95103a96f00});var infowindow = new google.maps.InfoWindow({content: $l5456b12a08f28c12eabcc95103a96f00});google.maps.event.addListener(m_5456b12a08f28c12eabcc95103a96f00, 'click', function() {infowindow.open(map,m_5456b12a08f28c12eabcc95103a96f00);});$marker.push(m_5456b12a08f28c12eabcc95103a96f00);}});}google.maps.event.addDomListener(window, 'load', initialize);