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(42.0557,-72.5531)};var g_04f24ccc813d49382011ed7723a6f815 = new google.maps.Geocoder();g_04f24ccc813d49382011ed7723a6f815.geocode( { 'address': "847 Williams St, Longmeadow, MA 01106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmeadow-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('longmeadow-MA-td-bank'), mapOptions);}document.getElementById('3808f51e').innerHTML += ' | View Map';var $l04f24ccc813d49382011ed7723a6f815 = '

TD Bank

Address: 847 Williams St, Longmeadow, MA 01106, USA
Phone: (413) 567-0673
';var m_04f24ccc813d49382011ed7723a6f815 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_04f24ccc813d49382011ed7723a6f815['infowindow'] = new google.maps.InfoWindow({content: $l04f24ccc813d49382011ed7723a6f815});var infowindow = new google.maps.InfoWindow({content: $l04f24ccc813d49382011ed7723a6f815});google.maps.event.addListener(m_04f24ccc813d49382011ed7723a6f815, 'click', function() {infowindow.open(map,m_04f24ccc813d49382011ed7723a6f815);});$marker.push(m_04f24ccc813d49382011ed7723a6f815);}});}google.maps.event.addDomListener(window, 'load', initialize);