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.3775,-71.1312)};var g_db95de20a58de3304969375da7c97978 = new google.maps.Geocoder();g_db95de20a58de3304969375da7c97978.geocode( { 'address': "84 Massachusetts Ave, Cambridge, MA 02139"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-MA-julius-adams-stratton-student-center').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-MA-julius-adams-stratton-student-center'), mapOptions);}document.getElementById('d1680e8f').innerHTML += ' | View Map';var $ldb95de20a58de3304969375da7c97978 = '

Julius Adams Stratton Student Center

Address: 84 Massachusetts Ave, Cambridge, MA 02139
Phone: (617) 225-0086
';var m_db95de20a58de3304969375da7c97978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Julius Adams Stratton Student Center',});m_db95de20a58de3304969375da7c97978['infowindow'] = new google.maps.InfoWindow({content: $ldb95de20a58de3304969375da7c97978});var infowindow = new google.maps.InfoWindow({content: $ldb95de20a58de3304969375da7c97978});google.maps.event.addListener(m_db95de20a58de3304969375da7c97978, 'click', function() {infowindow.open(map,m_db95de20a58de3304969375da7c97978);});$marker.push(m_db95de20a58de3304969375da7c97978);}});}google.maps.event.addDomListener(window, 'load', initialize);