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.3151,-71.4341)};var g_0af07e9885819ecb85897611e758433b = new google.maps.Geocoder();g_0af07e9885819ecb85897611e758433b.geocode( { 'address': "25 Prospect St, Framingham, MA 01701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('framingham-MA-td-banking-centers').style.display = '';map = new google.maps.Map(document.getElementById('framingham-MA-td-banking-centers'), mapOptions);}document.getElementById('dbee097a').innerHTML += ' | View Map';var $l0af07e9885819ecb85897611e758433b = '

TD Banking Centers

Address: 25 Prospect St, Framingham, MA 01701
Phone: (508) 875-5291
';var m_0af07e9885819ecb85897611e758433b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Banking Centers',});m_0af07e9885819ecb85897611e758433b['infowindow'] = new google.maps.InfoWindow({content: $l0af07e9885819ecb85897611e758433b});var infowindow = new google.maps.InfoWindow({content: $l0af07e9885819ecb85897611e758433b});google.maps.event.addListener(m_0af07e9885819ecb85897611e758433b, 'click', function() {infowindow.open(map,m_0af07e9885819ecb85897611e758433b);});$marker.push(m_0af07e9885819ecb85897611e758433b);}});}google.maps.event.addDomListener(window, 'load', initialize);