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.7144,-72.6059)};var g_baf73b4a5ea001192ecf46abba648bae = new google.maps.Geocoder();g_baf73b4a5ea001192ecf46abba648bae.geocode( { 'address': "105 Welles St, Glastonbury, CT 06033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glastonbury-CT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('glastonbury-CT-td-bank'), mapOptions);}document.getElementById('9b5873cd').innerHTML += ' | View Map';var $lbaf73b4a5ea001192ecf46abba648bae = '

TD Bank

Address: 105 Welles St, Glastonbury, CT 06033, USA
Phone: (860) 652-7152
';var m_baf73b4a5ea001192ecf46abba648bae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_baf73b4a5ea001192ecf46abba648bae['infowindow'] = new google.maps.InfoWindow({content: $lbaf73b4a5ea001192ecf46abba648bae});var infowindow = new google.maps.InfoWindow({content: $lbaf73b4a5ea001192ecf46abba648bae});google.maps.event.addListener(m_baf73b4a5ea001192ecf46abba648bae, 'click', function() {infowindow.open(map,m_baf73b4a5ea001192ecf46abba648bae);});$marker.push(m_baf73b4a5ea001192ecf46abba648bae);}});}google.maps.event.addDomListener(window, 'load', initialize);