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.0452,-70.8747)};var g_68ff9c82826dcda9030b6b0990efc033 = new google.maps.Geocoder();g_68ff9c82826dcda9030b6b0990efc033.geocode( { 'address': "125 High St, Hanson, MA 02341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanson-MA-jeff-pennini-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('hanson-MA-jeff-pennini-appraisals'), mapOptions);}document.getElementById('79c7ba87').innerHTML += ' | View Map';var $l68ff9c82826dcda9030b6b0990efc033 = '

Jeff Pennini Appraisals

Address: 125 High St, Hanson, MA 02341, USA
Phone: (781) 405-3947
';var m_68ff9c82826dcda9030b6b0990efc033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeff Pennini Appraisals',});m_68ff9c82826dcda9030b6b0990efc033['infowindow'] = new google.maps.InfoWindow({content: $l68ff9c82826dcda9030b6b0990efc033});var infowindow = new google.maps.InfoWindow({content: $l68ff9c82826dcda9030b6b0990efc033});google.maps.event.addListener(m_68ff9c82826dcda9030b6b0990efc033, 'click', function() {infowindow.open(map,m_68ff9c82826dcda9030b6b0990efc033);});$marker.push(m_68ff9c82826dcda9030b6b0990efc033);}});}google.maps.event.addDomListener(window, 'load', initialize);