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.3854,-71.1409)};var g_642f0ffa02e1a52c66e09344421903ff = new google.maps.Geocoder();g_642f0ffa02e1a52c66e09344421903ff.geocode( { 'address': "343 Fresh Pond Pkwy, Cambridge, MA 02138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-MA-atm').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-MA-atm'), mapOptions);}document.getElementById('51a96281').innerHTML += ' | View Map';var $l642f0ffa02e1a52c66e09344421903ff = '

ATM

Address: 343 Fresh Pond Pkwy, Cambridge, MA 02138, USA
Phone: (617) 299-2024
';var m_642f0ffa02e1a52c66e09344421903ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_642f0ffa02e1a52c66e09344421903ff['infowindow'] = new google.maps.InfoWindow({content: $l642f0ffa02e1a52c66e09344421903ff});var infowindow = new google.maps.InfoWindow({content: $l642f0ffa02e1a52c66e09344421903ff});google.maps.event.addListener(m_642f0ffa02e1a52c66e09344421903ff, 'click', function() {infowindow.open(map,m_642f0ffa02e1a52c66e09344421903ff);});$marker.push(m_642f0ffa02e1a52c66e09344421903ff);}});}google.maps.event.addDomListener(window, 'load', initialize);