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.3413,-72.7585)};var g_0d90ee21c9d74cf9a90ee38d2e1adf84 = new google.maps.Geocoder();g_0d90ee21c9d74cf9a90ee38d2e1adf84.geocode( { 'address': "14 S Main St, Waterbury, VT 05676"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-VT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-VT-td-bank'), mapOptions);}document.getElementById('f0bff00b').innerHTML += ' | View Map';var $l0d90ee21c9d74cf9a90ee38d2e1adf84 = '

Td Bank

Address: 14 S Main St, Waterbury, VT 05676
Phone: (802) 244-7891
';var m_0d90ee21c9d74cf9a90ee38d2e1adf84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_0d90ee21c9d74cf9a90ee38d2e1adf84['infowindow'] = new google.maps.InfoWindow({content: $l0d90ee21c9d74cf9a90ee38d2e1adf84});var infowindow = new google.maps.InfoWindow({content: $l0d90ee21c9d74cf9a90ee38d2e1adf84});google.maps.event.addListener(m_0d90ee21c9d74cf9a90ee38d2e1adf84, 'click', function() {infowindow.open(map,m_0d90ee21c9d74cf9a90ee38d2e1adf84);});$marker.push(m_0d90ee21c9d74cf9a90ee38d2e1adf84);}});}google.maps.event.addDomListener(window, 'load', initialize);