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.0301,-71.2497)};var g_5e51ba197e47d90a883da4530c582d5e = new google.maps.Geocoder();g_5e51ba197e47d90a883da4530c582d5e.geocode( { 'address': "2 Hampshire Street #100b, Foxborough, MA 02035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foxborough-MA-david-a-doucette-cpa').style.display = '';map = new google.maps.Map(document.getElementById('foxborough-MA-david-a-doucette-cpa'), mapOptions);}document.getElementById('b25100f0').innerHTML += ' | View Map';var $l5e51ba197e47d90a883da4530c582d5e = '

David A. Doucette, CPA

Address: 2 Hampshire Street #100b, Foxborough, MA 02035, USA
Phone: (508) 339-3078
';var m_5e51ba197e47d90a883da4530c582d5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David A. Doucette, CPA',});m_5e51ba197e47d90a883da4530c582d5e['infowindow'] = new google.maps.InfoWindow({content: $l5e51ba197e47d90a883da4530c582d5e});var infowindow = new google.maps.InfoWindow({content: $l5e51ba197e47d90a883da4530c582d5e});google.maps.event.addListener(m_5e51ba197e47d90a883da4530c582d5e, 'click', function() {infowindow.open(map,m_5e51ba197e47d90a883da4530c582d5e);});$marker.push(m_5e51ba197e47d90a883da4530c582d5e);}});}google.maps.event.addDomListener(window, 'load', initialize);