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.4277,-73.088)};var g_01fd0dbe941d41130c1614960d370929 = new google.maps.Geocoder();g_01fd0dbe941d41130c1614960d370929.geocode( { 'address': "68 Helena Dr, Williston, VT 05495"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williston-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('williston-VT-citizens-bank'), mapOptions);}document.getElementById('42372f62').innerHTML += ' | View Map';var $l01fd0dbe941d41130c1614960d370929 = '

Citizens Bank

Address: 68 Helena Dr, Williston, VT 05495
Phone: (802) 872-3160
';var m_01fd0dbe941d41130c1614960d370929 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_01fd0dbe941d41130c1614960d370929['infowindow'] = new google.maps.InfoWindow({content: $l01fd0dbe941d41130c1614960d370929});var infowindow = new google.maps.InfoWindow({content: $l01fd0dbe941d41130c1614960d370929});google.maps.event.addListener(m_01fd0dbe941d41130c1614960d370929, 'click', function() {infowindow.open(map,m_01fd0dbe941d41130c1614960d370929);});$marker.push(m_01fd0dbe941d41130c1614960d370929);}});}google.maps.event.addDomListener(window, 'load', initialize);