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.3332,-71.1201)};var g_396757c13f4da3765097945d29f1ec99 = new google.maps.Geocoder();g_396757c13f4da3765097945d29f1ec99.geocode( { 'address': "320 Washington St, Brookline, MA 02445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookline-MA-slow-money').style.display = '';map = new google.maps.Map(document.getElementById('brookline-MA-slow-money'), mapOptions);}document.getElementById('627de4a9').innerHTML += ' | View Map';var $l396757c13f4da3765097945d29f1ec99 = '

Slow Money

Address: 320 Washington St, Brookline, MA 02445, USA
Phone: (617) 566-2600
';var m_396757c13f4da3765097945d29f1ec99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Slow Money',});m_396757c13f4da3765097945d29f1ec99['infowindow'] = new google.maps.InfoWindow({content: $l396757c13f4da3765097945d29f1ec99});var infowindow = new google.maps.InfoWindow({content: $l396757c13f4da3765097945d29f1ec99});google.maps.event.addListener(m_396757c13f4da3765097945d29f1ec99, 'click', function() {infowindow.open(map,m_396757c13f4da3765097945d29f1ec99);});$marker.push(m_396757c13f4da3765097945d29f1ec99);}});}google.maps.event.addDomListener(window, 'load', initialize);