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.8037,-73.0877)};var g_82b089096630763f04a3980ffc71cf0c = new google.maps.Geocoder();g_82b089096630763f04a3980ffc71cf0c.geocode( { 'address': "152 S 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-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-albans-city-VT-citizens-bank'), mapOptions);}document.getElementById('3b59c96d').innerHTML += ' | View Map';var $l82b089096630763f04a3980ffc71cf0c = '

Citizens Bank

Address: 152 S Main St, St Albans City, VT 05478, USA
Phone: (802) 524-9597
';var m_82b089096630763f04a3980ffc71cf0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_82b089096630763f04a3980ffc71cf0c['infowindow'] = new google.maps.InfoWindow({content: $l82b089096630763f04a3980ffc71cf0c});var infowindow = new google.maps.InfoWindow({content: $l82b089096630763f04a3980ffc71cf0c});google.maps.event.addListener(m_82b089096630763f04a3980ffc71cf0c, 'click', function() {infowindow.open(map,m_82b089096630763f04a3980ffc71cf0c);});$marker.push(m_82b089096630763f04a3980ffc71cf0c);}});}google.maps.event.addDomListener(window, 'load', initialize);