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(44.2883,-68.3303)};var g_a1d9f223cb80eecb2d2a2f2b8f3ad08e = new google.maps.Geocoder();g_a1d9f223cb80eecb2d2a2f2b8f3ad08e.geocode( { 'address': "11 Seal Cove Rd, Southwest Harbor, ME 04679, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southwest-harbor-ME-snow-2-cpas').style.display = '';map = new google.maps.Map(document.getElementById('southwest-harbor-ME-snow-2-cpas'), mapOptions);}document.getElementById('9b1d35c6').innerHTML += ' | View Map';var $la1d9f223cb80eecb2d2a2f2b8f3ad08e = '

Snow 2 Cpa's

Address: 11 Seal Cove Rd, Southwest Harbor, ME 04679, USA
Phone: (207) 244-3737
';var m_a1d9f223cb80eecb2d2a2f2b8f3ad08e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Snow 2 Cpa's',});m_a1d9f223cb80eecb2d2a2f2b8f3ad08e['infowindow'] = new google.maps.InfoWindow({content: $la1d9f223cb80eecb2d2a2f2b8f3ad08e});var infowindow = new google.maps.InfoWindow({content: $la1d9f223cb80eecb2d2a2f2b8f3ad08e});google.maps.event.addListener(m_a1d9f223cb80eecb2d2a2f2b8f3ad08e, 'click', function() {infowindow.open(map,m_a1d9f223cb80eecb2d2a2f2b8f3ad08e);});$marker.push(m_a1d9f223cb80eecb2d2a2f2b8f3ad08e);}});}google.maps.event.addDomListener(window, 'load', initialize);