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.3353,-71.1026)};var g_417a7942b623c780edbda6b1ba8e79d4 = new google.maps.Geocoder();g_417a7942b623c780edbda6b1ba8e79d4.geocode( { 'address': "677 Huntington Ave, Boston, MA 02115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-harvard-university-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-harvard-university-employee-cu'), mapOptions);}document.getElementById('a2948bbd').innerHTML += ' | View Map';var $l417a7942b623c780edbda6b1ba8e79d4 = '

Harvard University Employee CU

Address: 677 Huntington Ave, Boston, MA 02115, USA
Phone: (617) 495-4460
';var m_417a7942b623c780edbda6b1ba8e79d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harvard University Employee CU',});m_417a7942b623c780edbda6b1ba8e79d4['infowindow'] = new google.maps.InfoWindow({content: $l417a7942b623c780edbda6b1ba8e79d4});var infowindow = new google.maps.InfoWindow({content: $l417a7942b623c780edbda6b1ba8e79d4});google.maps.event.addListener(m_417a7942b623c780edbda6b1ba8e79d4, 'click', function() {infowindow.open(map,m_417a7942b623c780edbda6b1ba8e79d4);});$marker.push(m_417a7942b623c780edbda6b1ba8e79d4);}});}google.maps.event.addDomListener(window, 'load', initialize);