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.6195,-70.8617)};var g_ef6efba279efda36c35fe975b950158b = new google.maps.Geocoder();g_ef6efba279efda36c35fe975b950158b.geocode( { 'address': "205 Willow St, South Hamilton, MA 01982"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hamilton-MA-chartpoint-financial').style.display = '';map = new google.maps.Map(document.getElementById('south-hamilton-MA-chartpoint-financial'), mapOptions);}document.getElementById('4934c12d').innerHTML += ' | View Map';var $lef6efba279efda36c35fe975b950158b = '

Chartpoint Financial

Address: 205 Willow St, South Hamilton, MA 01982
Phone: (978) 468-1499
';var m_ef6efba279efda36c35fe975b950158b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartpoint Financial',});m_ef6efba279efda36c35fe975b950158b['infowindow'] = new google.maps.InfoWindow({content: $lef6efba279efda36c35fe975b950158b});var infowindow = new google.maps.InfoWindow({content: $lef6efba279efda36c35fe975b950158b});google.maps.event.addListener(m_ef6efba279efda36c35fe975b950158b, 'click', function() {infowindow.open(map,m_ef6efba279efda36c35fe975b950158b);});$marker.push(m_ef6efba279efda36c35fe975b950158b);}});}google.maps.event.addDomListener(window, 'load', initialize);