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.4035,-71.0811)};var g_862c927a99206c12c0ebffef33812e96 = new google.maps.Geocoder();g_862c927a99206c12c0ebffef33812e96.geocode( { 'address': "71 Station Landing, Medford, MA 02155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-MA-usalliance-financial').style.display = '';map = new google.maps.Map(document.getElementById('medford-MA-usalliance-financial'), mapOptions);}document.getElementById('227f9542').innerHTML += ' | View Map';var $l862c927a99206c12c0ebffef33812e96 = '

USALLIANCE Financial

Address: 71 Station Landing, Medford, MA 02155, USA
Phone: (800) 431-2754
';var m_862c927a99206c12c0ebffef33812e96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USALLIANCE Financial',});m_862c927a99206c12c0ebffef33812e96['infowindow'] = new google.maps.InfoWindow({content: $l862c927a99206c12c0ebffef33812e96});var infowindow = new google.maps.InfoWindow({content: $l862c927a99206c12c0ebffef33812e96});google.maps.event.addListener(m_862c927a99206c12c0ebffef33812e96, 'click', function() {infowindow.open(map,m_862c927a99206c12c0ebffef33812e96);});$marker.push(m_862c927a99206c12c0ebffef33812e96);}});}google.maps.event.addDomListener(window, 'load', initialize);