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.0684,-72.5043)};var g_183548bcc4b7c71184fd8ce64a1e61bb = new google.maps.Geocoder();g_183548bcc4b7c71184fd8ce64a1e61bb.geocode( { 'address': "465 N Main St, East Longmeadow, MA 01028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-longmeadow-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-longmeadow-MA-td-bank'), mapOptions);}document.getElementById('3dac6302').innerHTML += ' | View Map';var $l183548bcc4b7c71184fd8ce64a1e61bb = '

TD Bank

Address: 465 N Main St, East Longmeadow, MA 01028
Phone: (413) 748-8535
';var m_183548bcc4b7c71184fd8ce64a1e61bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_183548bcc4b7c71184fd8ce64a1e61bb['infowindow'] = new google.maps.InfoWindow({content: $l183548bcc4b7c71184fd8ce64a1e61bb});var infowindow = new google.maps.InfoWindow({content: $l183548bcc4b7c71184fd8ce64a1e61bb});google.maps.event.addListener(m_183548bcc4b7c71184fd8ce64a1e61bb, 'click', function() {infowindow.open(map,m_183548bcc4b7c71184fd8ce64a1e61bb);});$marker.push(m_183548bcc4b7c71184fd8ce64a1e61bb);}});}google.maps.event.addDomListener(window, 'load', initialize);