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.5552,-71.4426)};var g_4974a9fe76a5b447c35ad12a15fa0260 = new google.maps.Geocoder();g_4974a9fe76a5b447c35ad12a15fa0260.geocode( { 'address': "319 Littleton Rd #106, Westford, MA 01886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westford-MA-joseph-a-richmond-cpa-pc').style.display = '';map = new google.maps.Map(document.getElementById('westford-MA-joseph-a-richmond-cpa-pc'), mapOptions);}document.getElementById('d4393674').innerHTML += ' | View Map';var $l4974a9fe76a5b447c35ad12a15fa0260 = '

Joseph A. Richmond, CPA PC

Address: 319 Littleton Rd #106, Westford, MA 01886, USA
Phone: (888) 762-7917
';var m_4974a9fe76a5b447c35ad12a15fa0260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joseph A. Richmond, CPA PC',});m_4974a9fe76a5b447c35ad12a15fa0260['infowindow'] = new google.maps.InfoWindow({content: $l4974a9fe76a5b447c35ad12a15fa0260});var infowindow = new google.maps.InfoWindow({content: $l4974a9fe76a5b447c35ad12a15fa0260});google.maps.event.addListener(m_4974a9fe76a5b447c35ad12a15fa0260, 'click', function() {infowindow.open(map,m_4974a9fe76a5b447c35ad12a15fa0260);});$marker.push(m_4974a9fe76a5b447c35ad12a15fa0260);}});}google.maps.event.addDomListener(window, 'load', initialize);