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.3505,-71.0503)};var g_7ed50693ab8651870d8f8951a7dfa6e0 = new google.maps.Geocoder();g_7ed50693ab8651870d8f8951a7dfa6e0.geocode( { 'address': "268 Summer St #502, Boston, MA 02210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-simple-tuition-inc').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-simple-tuition-inc'), mapOptions);}document.getElementById('a61c94e7').innerHTML += ' | View Map';var $l7ed50693ab8651870d8f8951a7dfa6e0 = '

Simple Tuition Inc

Address: 268 Summer St #502, Boston, MA 02210, USA
Phone: (617) 630-6100
';var m_7ed50693ab8651870d8f8951a7dfa6e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simple Tuition Inc',});m_7ed50693ab8651870d8f8951a7dfa6e0['infowindow'] = new google.maps.InfoWindow({content: $l7ed50693ab8651870d8f8951a7dfa6e0});var infowindow = new google.maps.InfoWindow({content: $l7ed50693ab8651870d8f8951a7dfa6e0});google.maps.event.addListener(m_7ed50693ab8651870d8f8951a7dfa6e0, 'click', function() {infowindow.open(map,m_7ed50693ab8651870d8f8951a7dfa6e0);});$marker.push(m_7ed50693ab8651870d8f8951a7dfa6e0);}});}google.maps.event.addDomListener(window, 'load', initialize);