Skip to content
This is the development site. For the live site, visit cua.mit.edu

Directions

document.addEventListener('DOMContentLoaded', function() { if (typeof L === 'undefined') return; document.querySelectorAll('.acf-map').forEach(function(mapEl) { var markers = mapEl.querySelectorAll('.marker'); if (!markers.length) return; // Get first marker coordinates for initial center var firstLat = parseFloat(markers[0].getAttribute('data-lat')); var firstLng = parseFloat(markers[0].getAttribute('data-lng')); // Create map var map = L.map(mapEl).setView([firstLat, firstLng], 16); // Add OpenStreetMap tile layer (free, no API key) L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors', maxZoom: 19 }).addTo(map); // Add markers var bounds = []; markers.forEach(function(markerEl) { var lat = parseFloat(markerEl.getAttribute('data-lat')); var lng = parseFloat(markerEl.getAttribute('data-lng')); var popupContent = markerEl.innerHTML; var marker = L.marker([lat, lng]).addTo(map); if (popupContent.trim()) { marker.bindPopup(popupContent); } bounds.push([lat, lng]); // Hide the data div markerEl.style.display = 'none'; }); // Fit bounds if multiple markers if (bounds.length > 1) { map.fitBounds(bounds); } }); });

Getting to MIT

MIT

60 Vassar Street, Cambridge, MA, United States

The MIT CUA is located in building 26. The street address is 60 Vassar Street.

Please note that building 26 not on the street, but that you must walk between the Stata Center (building 32) and building 36 to reach us.  There is a driveway that will bring you alongside 26. We are on the second floor.

Getting to Harvard

Harvard

17 Oxford Street, Cambridge, MA, United States

Click here for directions to the Harvard Physics Department.

The CUA conference room is located in Lyman 123. You can access this room, and nearby labs, by entering through any of the front doors of Jefferson and taking the stairs or elevator down to the first floor. You may also access the first floor directly by entering through the back of the building lot, adjacent to the parking lot.

Getting to MIT

The MIT CUA is located in building 26. The street address is 60 Vassar Street.

Please note that building 26 not on the street, but that you must walk between the Stata Center (building 32) and building 36 to reach us.  There is a driveway that will bring you alongside 26. We are on the second floor.

Getting to Harvard

Click here for directions to the Harvard Physics Department.

The CUA conference room is located in Lyman 123. You can access this room, and nearby labs, by entering through any of the front doors of Jefferson and taking the stairs or elevator down to the first floor. You may also access the first floor directly by entering through the back of the building lot, adjacent to the parking lot.