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.063,-71.2484)};var g_8188332343856e47193d24fee4b8a53f = new google.maps.Geocoder();g_8188332343856e47193d24fee4b8a53f.geocode( { 'address': "54 Central St, Foxborough, MA 02035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foxborough-MA-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('foxborough-MA-atm-td-bank'), mapOptions);}document.getElementById('7a77ea80').innerHTML += ' | View Map';var $l8188332343856e47193d24fee4b8a53f = '

ATM (TD Bank)

Address: 54 Central St, Foxborough, MA 02035, USA
Phone: (508) 543-5300
';var m_8188332343856e47193d24fee4b8a53f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_8188332343856e47193d24fee4b8a53f['infowindow'] = new google.maps.InfoWindow({content: $l8188332343856e47193d24fee4b8a53f});var infowindow = new google.maps.InfoWindow({content: $l8188332343856e47193d24fee4b8a53f});google.maps.event.addListener(m_8188332343856e47193d24fee4b8a53f, 'click', function() {infowindow.open(map,m_8188332343856e47193d24fee4b8a53f);});$marker.push(m_8188332343856e47193d24fee4b8a53f);}});}google.maps.event.addDomListener(window, 'load', initialize);