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.2985,-71.4498)};var g_bc5fcb0018cecacba559dc512740091b = new google.maps.Geocoder();g_bc5fcb0018cecacba559dc512740091b.geocode( { 'address': "1265 Worcester Rd, Framingham, MA 01701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('framingham-MA-td-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('framingham-MA-td-bank-atm'), mapOptions);}document.getElementById('68ea627c').innerHTML += ' | View Map';var $lbc5fcb0018cecacba559dc512740091b = '

TD Bank ATM

Address: 1265 Worcester Rd, Framingham, MA 01701, USA
Phone: (508) 879-7400
';var m_bc5fcb0018cecacba559dc512740091b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank ATM',});m_bc5fcb0018cecacba559dc512740091b['infowindow'] = new google.maps.InfoWindow({content: $lbc5fcb0018cecacba559dc512740091b});var infowindow = new google.maps.InfoWindow({content: $lbc5fcb0018cecacba559dc512740091b});google.maps.event.addListener(m_bc5fcb0018cecacba559dc512740091b, 'click', function() {infowindow.open(map,m_bc5fcb0018cecacba559dc512740091b);});$marker.push(m_bc5fcb0018cecacba559dc512740091b);}});}google.maps.event.addDomListener(window, 'load', initialize);