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.3504,-72.5617)};var g_0828d8467375c7a066aef21ce54dd72b = new google.maps.Geocoder();g_0828d8467375c7a066aef21ce54dd72b.geocode( { 'address': "184 CT-81, Killingworth, CT 06419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('killingworth-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('killingworth-CT-td-bank'), mapOptions);}document.getElementById('36eec88b').innerHTML += ' | View Map';var $l0828d8467375c7a066aef21ce54dd72b = '

TD Bank

Address: 184 CT-81, Killingworth, CT 06419, USA
Phone: (860) 663-3894
';var m_0828d8467375c7a066aef21ce54dd72b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_0828d8467375c7a066aef21ce54dd72b['infowindow'] = new google.maps.InfoWindow({content: $l0828d8467375c7a066aef21ce54dd72b});var infowindow = new google.maps.InfoWindow({content: $l0828d8467375c7a066aef21ce54dd72b});google.maps.event.addListener(m_0828d8467375c7a066aef21ce54dd72b, 'click', function() {infowindow.open(map,m_0828d8467375c7a066aef21ce54dd72b);});$marker.push(m_0828d8467375c7a066aef21ce54dd72b);}});}google.maps.event.addDomListener(window, 'load', initialize);