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.3936,-72.8573)};var g_60372e9725df264f25c1ab414cad61fc = new google.maps.Geocoder();g_60372e9725df264f25c1ab414cad61fc.geocode( { 'address': "90 Washington Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-td-bank'), mapOptions);}document.getElementById('b2556d68').innerHTML += ' | View Map';var $l60372e9725df264f25c1ab414cad61fc = '

TD Bank

Address: 90 Washington Ave, North Haven, CT 06473, USA
Phone: (203) 239-6495
';var m_60372e9725df264f25c1ab414cad61fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_60372e9725df264f25c1ab414cad61fc['infowindow'] = new google.maps.InfoWindow({content: $l60372e9725df264f25c1ab414cad61fc});var infowindow = new google.maps.InfoWindow({content: $l60372e9725df264f25c1ab414cad61fc});google.maps.event.addListener(m_60372e9725df264f25c1ab414cad61fc, 'click', function() {infowindow.open(map,m_60372e9725df264f25c1ab414cad61fc);});$marker.push(m_60372e9725df264f25c1ab414cad61fc);}});}google.maps.event.addDomListener(window, 'load', initialize);