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.3497,-71.5469)};var g_a4d89012e1026d243518a526dacccacf = new google.maps.Geocoder();g_a4d89012e1026d243518a526dacccacf.geocode( { 'address': "2 Mount Royal Ave, Marlborough, MA 01752"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marlborough-MA-liberty-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('marlborough-MA-liberty-financial-group-inc'), mapOptions);}document.getElementById('4618170a').innerHTML += ' | View Map';var $la4d89012e1026d243518a526dacccacf = '

Liberty Financial Group, Inc.

Address: 2 Mount Royal Ave, Marlborough, MA 01752
Phone: (508) 786-1550
';var m_a4d89012e1026d243518a526dacccacf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Financial Group, Inc.',});m_a4d89012e1026d243518a526dacccacf['infowindow'] = new google.maps.InfoWindow({content: $la4d89012e1026d243518a526dacccacf});var infowindow = new google.maps.InfoWindow({content: $la4d89012e1026d243518a526dacccacf});google.maps.event.addListener(m_a4d89012e1026d243518a526dacccacf, 'click', function() {infowindow.open(map,m_a4d89012e1026d243518a526dacccacf);});$marker.push(m_a4d89012e1026d243518a526dacccacf);}});}google.maps.event.addDomListener(window, 'load', initialize);