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.3721,-72.4786)};var g_fbd83f7912051272d7b56a91f4568354 = new google.maps.Geocoder();g_fbd83f7912051272d7b56a91f4568354.geocode( { 'address': "43 Aubinwood Rd, Amherst, MA 01002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-MA-murphy-m-eric-cpa').style.display = '';map = new google.maps.Map(document.getElementById('amherst-MA-murphy-m-eric-cpa'), mapOptions);}document.getElementById('453461a2').innerHTML += ' | View Map';var $lfbd83f7912051272d7b56a91f4568354 = '

Murphy M Eric CPA

Address: 43 Aubinwood Rd, Amherst, MA 01002, USA
Phone: (413) 549-0081
';var m_fbd83f7912051272d7b56a91f4568354 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Murphy M Eric CPA',});m_fbd83f7912051272d7b56a91f4568354['infowindow'] = new google.maps.InfoWindow({content: $lfbd83f7912051272d7b56a91f4568354});var infowindow = new google.maps.InfoWindow({content: $lfbd83f7912051272d7b56a91f4568354});google.maps.event.addListener(m_fbd83f7912051272d7b56a91f4568354, 'click', function() {infowindow.open(map,m_fbd83f7912051272d7b56a91f4568354);});$marker.push(m_fbd83f7912051272d7b56a91f4568354);}});}google.maps.event.addDomListener(window, 'load', initialize);