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.3514,-71.1152)};var g_6eaff1573b1ef225f20ad14b87a30a8f = new google.maps.Geocoder();g_6eaff1573b1ef225f20ad14b87a30a8f.geocode( { 'address': "881 Commonwealth Avenue, Boston, MA 02215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-boston-university-financial-assistance').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-boston-university-financial-assistance'), mapOptions);}document.getElementById('0e50987a').innerHTML += ' | View Map';var $l6eaff1573b1ef225f20ad14b87a30a8f = '

Boston University Financial Assistance

Address: 881 Commonwealth Avenue, Boston, MA 02215, USA
Phone: (617) 353-2965
';var m_6eaff1573b1ef225f20ad14b87a30a8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boston University Financial Assistance',});m_6eaff1573b1ef225f20ad14b87a30a8f['infowindow'] = new google.maps.InfoWindow({content: $l6eaff1573b1ef225f20ad14b87a30a8f});var infowindow = new google.maps.InfoWindow({content: $l6eaff1573b1ef225f20ad14b87a30a8f});google.maps.event.addListener(m_6eaff1573b1ef225f20ad14b87a30a8f, 'click', function() {infowindow.open(map,m_6eaff1573b1ef225f20ad14b87a30a8f);});$marker.push(m_6eaff1573b1ef225f20ad14b87a30a8f);}});}google.maps.event.addDomListener(window, 'load', initialize);