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.1146,-70.8253)};var g_9f5a14374960400c7f537198d1e26acd = new google.maps.Geocoder();g_9f5a14374960400c7f537198d1e26acd.geocode( { 'address': "90 Rockland St # 1, Hanover, MA 02339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanover-MA-raymond-michael-j-cpa').style.display = '';map = new google.maps.Map(document.getElementById('hanover-MA-raymond-michael-j-cpa'), mapOptions);}document.getElementById('1223efc5').innerHTML += ' | View Map';var $l9f5a14374960400c7f537198d1e26acd = '

Raymond Michael J CPA

Address: 90 Rockland St # 1, Hanover, MA 02339, USA
Phone: (781) 829-4200
';var m_9f5a14374960400c7f537198d1e26acd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Raymond Michael J CPA',});m_9f5a14374960400c7f537198d1e26acd['infowindow'] = new google.maps.InfoWindow({content: $l9f5a14374960400c7f537198d1e26acd});var infowindow = new google.maps.InfoWindow({content: $l9f5a14374960400c7f537198d1e26acd});google.maps.event.addListener(m_9f5a14374960400c7f537198d1e26acd, 'click', function() {infowindow.open(map,m_9f5a14374960400c7f537198d1e26acd);});$marker.push(m_9f5a14374960400c7f537198d1e26acd);}});}google.maps.event.addDomListener(window, 'load', initialize);