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.8716,-72.802)};var g_53178f74af701c6933574f4f111d6391 = new google.maps.Geocoder();g_53178f74af701c6933574f4f111d6391.geocode( { 'address': "714 Hopmeadow St, Simsbury, CT 06070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simsbury-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('simsbury-CT-td-bank'), mapOptions);}document.getElementById('2a41009c').innerHTML += ' | View Map';var $l53178f74af701c6933574f4f111d6391 = '

TD Bank

Address: 714 Hopmeadow St, Simsbury, CT 06070, USA
Phone: (860) 658-3028
';var m_53178f74af701c6933574f4f111d6391 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_53178f74af701c6933574f4f111d6391['infowindow'] = new google.maps.InfoWindow({content: $l53178f74af701c6933574f4f111d6391});var infowindow = new google.maps.InfoWindow({content: $l53178f74af701c6933574f4f111d6391});google.maps.event.addListener(m_53178f74af701c6933574f4f111d6391, 'click', function() {infowindow.open(map,m_53178f74af701c6933574f4f111d6391);});$marker.push(m_53178f74af701c6933574f4f111d6391);}});}google.maps.event.addDomListener(window, 'load', initialize);