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.4998,-73.0895)};var g_cf4564acbafd37e79bffb33a9f6c6542 = new google.maps.Geocoder();g_cf4564acbafd37e79bffb33a9f6c6542.geocode( { 'address': "4 Pearl St, Essex Junction, VT 05452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('essex-junction-VT-chittenden-bank').style.display = '';map = new google.maps.Map(document.getElementById('essex-junction-VT-chittenden-bank'), mapOptions);}document.getElementById('7f3df000').innerHTML += ' | View Map';var $lcf4564acbafd37e79bffb33a9f6c6542 = '

Chittenden Bank

Address: 4 Pearl St, Essex Junction, VT 05452
Phone: (802) 879-7151
';var m_cf4564acbafd37e79bffb33a9f6c6542 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chittenden Bank',});m_cf4564acbafd37e79bffb33a9f6c6542['infowindow'] = new google.maps.InfoWindow({content: $lcf4564acbafd37e79bffb33a9f6c6542});var infowindow = new google.maps.InfoWindow({content: $lcf4564acbafd37e79bffb33a9f6c6542});google.maps.event.addListener(m_cf4564acbafd37e79bffb33a9f6c6542, 'click', function() {infowindow.open(map,m_cf4564acbafd37e79bffb33a9f6c6542);});$marker.push(m_cf4564acbafd37e79bffb33a9f6c6542);}});}google.maps.event.addDomListener(window, 'load', initialize);