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.228,-70.8912)};var g_aad74fef6d856e5ba29fcc4daad86e69 = new google.maps.Geocoder();g_aad74fef6d856e5ba29fcc4daad86e69.geocode( { 'address': "72 Sharp St, Hingham, MA 02043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hingham-MA-clients-first-financial').style.display = '';map = new google.maps.Map(document.getElementById('hingham-MA-clients-first-financial'), mapOptions);}document.getElementById('927d543a').innerHTML += ' | View Map';var $laad74fef6d856e5ba29fcc4daad86e69 = '

Clients First Financial

Address: 72 Sharp St, Hingham, MA 02043
Phone: (781) 331-2275
';var m_aad74fef6d856e5ba29fcc4daad86e69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clients First Financial',});m_aad74fef6d856e5ba29fcc4daad86e69['infowindow'] = new google.maps.InfoWindow({content: $laad74fef6d856e5ba29fcc4daad86e69});var infowindow = new google.maps.InfoWindow({content: $laad74fef6d856e5ba29fcc4daad86e69});google.maps.event.addListener(m_aad74fef6d856e5ba29fcc4daad86e69, 'click', function() {infowindow.open(map,m_aad74fef6d856e5ba29fcc4daad86e69);});$marker.push(m_aad74fef6d856e5ba29fcc4daad86e69);}});}google.maps.event.addDomListener(window, 'load', initialize);