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.1453,-73.4996)};var g_d4d95a33d888b285cd64cb49131da5eb = new google.maps.Geocoder();g_d4d95a33d888b285cd64cb49131da5eb.geocode( { 'address': "272 Elm St, New Canaan, CT 06840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-canaan-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-canaan-CT-td-bank'), mapOptions);}document.getElementById('602ac73d').innerHTML += ' | View Map';var $ld4d95a33d888b285cd64cb49131da5eb = '

TD Bank

Address: 272 Elm St, New Canaan, CT 06840, USA
Phone: (203) 966-8222
';var m_d4d95a33d888b285cd64cb49131da5eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_d4d95a33d888b285cd64cb49131da5eb['infowindow'] = new google.maps.InfoWindow({content: $ld4d95a33d888b285cd64cb49131da5eb});var infowindow = new google.maps.InfoWindow({content: $ld4d95a33d888b285cd64cb49131da5eb});google.maps.event.addListener(m_d4d95a33d888b285cd64cb49131da5eb, 'click', function() {infowindow.open(map,m_d4d95a33d888b285cd64cb49131da5eb);});$marker.push(m_d4d95a33d888b285cd64cb49131da5eb);}});}google.maps.event.addDomListener(window, 'load', initialize);