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(41.4727,-73.22)};var g_1cf26d086469b05d84149abc46d1782f = new google.maps.Geocoder();g_1cf26d086469b05d84149abc46d1782f.geocode( { 'address': "493 Heritage Rd, Southbury, CT 06488"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southbury-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('southbury-CT-td-bank'), mapOptions);}document.getElementById('4643bae0').innerHTML += ' | View Map';var $l1cf26d086469b05d84149abc46d1782f = '

TD Bank

Address: 493 Heritage Rd, Southbury, CT 06488
Phone: (203) 267-1863
';var m_1cf26d086469b05d84149abc46d1782f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_1cf26d086469b05d84149abc46d1782f['infowindow'] = new google.maps.InfoWindow({content: $l1cf26d086469b05d84149abc46d1782f});var infowindow = new google.maps.InfoWindow({content: $l1cf26d086469b05d84149abc46d1782f});google.maps.event.addListener(m_1cf26d086469b05d84149abc46d1782f, 'click', function() {infowindow.open(map,m_1cf26d086469b05d84149abc46d1782f);});$marker.push(m_1cf26d086469b05d84149abc46d1782f);}});}google.maps.event.addDomListener(window, 'load', initialize);