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.3898,-71.1208)};var g_ad224663d3f211f8229cf67b0a7ba5fa = new google.maps.Geocoder();g_ad224663d3f211f8229cf67b0a7ba5fa.geocode( { 'address': "1960 Massachusetts Ave, Cambridge, MA 02140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-MA-usalliance-financial').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-MA-usalliance-financial'), mapOptions);}document.getElementById('b22bbe7f').innerHTML += ' | View Map';var $lad224663d3f211f8229cf67b0a7ba5fa = '

USALLIANCE Financial

Address: 1960 Massachusetts Ave, Cambridge, MA 02140, USA
Phone: (800) 431-2754
';var m_ad224663d3f211f8229cf67b0a7ba5fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USALLIANCE Financial',});m_ad224663d3f211f8229cf67b0a7ba5fa['infowindow'] = new google.maps.InfoWindow({content: $lad224663d3f211f8229cf67b0a7ba5fa});var infowindow = new google.maps.InfoWindow({content: $lad224663d3f211f8229cf67b0a7ba5fa});google.maps.event.addListener(m_ad224663d3f211f8229cf67b0a7ba5fa, 'click', function() {infowindow.open(map,m_ad224663d3f211f8229cf67b0a7ba5fa);});$marker.push(m_ad224663d3f211f8229cf67b0a7ba5fa);}});}google.maps.event.addDomListener(window, 'load', initialize);