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.3634,-71.0677)};var g_02821e76e61d65680d7f39c032ba5fb8 = new google.maps.Geocoder();g_02821e76e61d65680d7f39c032ba5fb8.geocode( { 'address': "55 Fruit St, Boston, MA 02114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-harvard-university-ecu').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-harvard-university-ecu'), mapOptions);}document.getElementById('107f3d5c').innerHTML += ' | View Map';var $l02821e76e61d65680d7f39c032ba5fb8 = '

Harvard University ECU

Address: 55 Fruit St, Boston, MA 02114, USA
Phone: (617) 726-1630
';var m_02821e76e61d65680d7f39c032ba5fb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harvard University ECU',});m_02821e76e61d65680d7f39c032ba5fb8['infowindow'] = new google.maps.InfoWindow({content: $l02821e76e61d65680d7f39c032ba5fb8});var infowindow = new google.maps.InfoWindow({content: $l02821e76e61d65680d7f39c032ba5fb8});google.maps.event.addListener(m_02821e76e61d65680d7f39c032ba5fb8, 'click', function() {infowindow.open(map,m_02821e76e61d65680d7f39c032ba5fb8);});$marker.push(m_02821e76e61d65680d7f39c032ba5fb8);}});}google.maps.event.addDomListener(window, 'load', initialize);