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.3564,-71.0519)};var g_fb6813b7c7387e4e8a9ee0448c0f6a17 = new google.maps.Geocoder();g_fb6813b7c7387e4e8a9ee0448c0f6a17.geocode( { 'address': "2 International Pl # 17, Boston, MA 02110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-crystal-financial').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-crystal-financial'), mapOptions);}document.getElementById('ef41cc8a').innerHTML += ' | View Map';var $lfb6813b7c7387e4e8a9ee0448c0f6a17 = '

Crystal Financial

Address: 2 International Pl # 17, Boston, MA 02110, USA
Phone: (617) 279-2000
';var m_fb6813b7c7387e4e8a9ee0448c0f6a17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crystal Financial',});m_fb6813b7c7387e4e8a9ee0448c0f6a17['infowindow'] = new google.maps.InfoWindow({content: $lfb6813b7c7387e4e8a9ee0448c0f6a17});var infowindow = new google.maps.InfoWindow({content: $lfb6813b7c7387e4e8a9ee0448c0f6a17});google.maps.event.addListener(m_fb6813b7c7387e4e8a9ee0448c0f6a17, 'click', function() {infowindow.open(map,m_fb6813b7c7387e4e8a9ee0448c0f6a17);});$marker.push(m_fb6813b7c7387e4e8a9ee0448c0f6a17);}});}google.maps.event.addDomListener(window, 'load', initialize);