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.5128,-72.8993)};var g_11dfe2d3b7074d09049400659a2599ff = new google.maps.Geocoder();g_11dfe2d3b7074d09049400659a2599ff.geocode( { 'address': "595 Highland Ave, Cheshire, CT 06410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheshire-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('cheshire-CT-td-bank'), mapOptions);}document.getElementById('21926097').innerHTML += ' | View Map';var $l11dfe2d3b7074d09049400659a2599ff = '

TD Bank

Address: 595 Highland Ave, Cheshire, CT 06410, USA
Phone: (203) 272-1602
';var m_11dfe2d3b7074d09049400659a2599ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_11dfe2d3b7074d09049400659a2599ff['infowindow'] = new google.maps.InfoWindow({content: $l11dfe2d3b7074d09049400659a2599ff});var infowindow = new google.maps.InfoWindow({content: $l11dfe2d3b7074d09049400659a2599ff});google.maps.event.addListener(m_11dfe2d3b7074d09049400659a2599ff, 'click', function() {infowindow.open(map,m_11dfe2d3b7074d09049400659a2599ff);});$marker.push(m_11dfe2d3b7074d09049400659a2599ff);}});}google.maps.event.addDomListener(window, 'load', initialize);