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.3178,-71.3639)};var g_d5ad5b3580b3dced60f86f91ba989792 = new google.maps.Geocoder();g_d5ad5b3580b3dced60f86f91ba989792.geocode( { 'address': "57 Main St, Wayland, MA 01778, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayland-MA-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('wayland-MA-atm-td-bank'), mapOptions);}document.getElementById('b7e5ac70').innerHTML += ' | View Map';var $ld5ad5b3580b3dced60f86f91ba989792 = '

ATM (TD Bank)

Address: 57 Main St, Wayland, MA 01778, USA
Phone:
';var m_d5ad5b3580b3dced60f86f91ba989792 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_d5ad5b3580b3dced60f86f91ba989792['infowindow'] = new google.maps.InfoWindow({content: $ld5ad5b3580b3dced60f86f91ba989792});var infowindow = new google.maps.InfoWindow({content: $ld5ad5b3580b3dced60f86f91ba989792});google.maps.event.addListener(m_d5ad5b3580b3dced60f86f91ba989792, 'click', function() {infowindow.open(map,m_d5ad5b3580b3dced60f86f91ba989792);});$marker.push(m_d5ad5b3580b3dced60f86f91ba989792);}});}google.maps.event.addDomListener(window, 'load', initialize);