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.383,-71.4277)};var g_18562c441a8dae77ee19b563dcb7fbed = new google.maps.Geocoder();g_18562c441a8dae77ee19b563dcb7fbed.geocode( { 'address': "389 Boston Post Rd, Sudbury, MA 01776"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sudbury-MA-financial-benefits-group').style.display = '';map = new google.maps.Map(document.getElementById('sudbury-MA-financial-benefits-group'), mapOptions);}document.getElementById('bb633d64').innerHTML += ' | View Map';var $l18562c441a8dae77ee19b563dcb7fbed = '

Financial Benefits Group

Address: 389 Boston Post Rd, Sudbury, MA 01776
Phone: (978) 443-6060
';var m_18562c441a8dae77ee19b563dcb7fbed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Benefits Group',});m_18562c441a8dae77ee19b563dcb7fbed['infowindow'] = new google.maps.InfoWindow({content: $l18562c441a8dae77ee19b563dcb7fbed});var infowindow = new google.maps.InfoWindow({content: $l18562c441a8dae77ee19b563dcb7fbed});google.maps.event.addListener(m_18562c441a8dae77ee19b563dcb7fbed, 'click', function() {infowindow.open(map,m_18562c441a8dae77ee19b563dcb7fbed);});$marker.push(m_18562c441a8dae77ee19b563dcb7fbed);}});}google.maps.event.addDomListener(window, 'load', initialize);