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.2594,-72.2409)};var g_2dc078b9d61df82766ca5ae7463f7f33 = new google.maps.Geocoder();g_2dc078b9d61df82766ca5ae7463f7f33.geocode( { 'address': "17 Pulaski St, Ware, MA 01082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ware-MA-michelle-mcguigan-cpa').style.display = '';map = new google.maps.Map(document.getElementById('ware-MA-michelle-mcguigan-cpa'), mapOptions);}document.getElementById('f6e03711').innerHTML += ' | View Map';var $l2dc078b9d61df82766ca5ae7463f7f33 = '

Michelle McGuigan, CPA

Address: 17 Pulaski St, Ware, MA 01082, USA
Phone: (413) 967-4217
';var m_2dc078b9d61df82766ca5ae7463f7f33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michelle McGuigan, CPA',});m_2dc078b9d61df82766ca5ae7463f7f33['infowindow'] = new google.maps.InfoWindow({content: $l2dc078b9d61df82766ca5ae7463f7f33});var infowindow = new google.maps.InfoWindow({content: $l2dc078b9d61df82766ca5ae7463f7f33});google.maps.event.addListener(m_2dc078b9d61df82766ca5ae7463f7f33, 'click', function() {infowindow.open(map,m_2dc078b9d61df82766ca5ae7463f7f33);});$marker.push(m_2dc078b9d61df82766ca5ae7463f7f33);}});}google.maps.event.addDomListener(window, 'load', initialize);