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.0453,-69.5443)};var g_aa72117925931721c1a4c89a2bb61257 = new google.maps.Geocoder();g_aa72117925931721c1a4c89a2bb61257.geocode( { 'address': "1471 Atlantic Hwy, Waldoboro, ME 04572"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waldoboro-ME-first').style.display = '';map = new google.maps.Map(document.getElementById('waldoboro-ME-first'), mapOptions);}document.getElementById('73b8afc8').innerHTML += ' | View Map';var $laa72117925931721c1a4c89a2bb61257 = '

First

Address: 1471 Atlantic Hwy, Waldoboro, ME 04572
Phone: (207) 832-5373
';var m_aa72117925931721c1a4c89a2bb61257 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First',});m_aa72117925931721c1a4c89a2bb61257['infowindow'] = new google.maps.InfoWindow({content: $laa72117925931721c1a4c89a2bb61257});var infowindow = new google.maps.InfoWindow({content: $laa72117925931721c1a4c89a2bb61257});google.maps.event.addListener(m_aa72117925931721c1a4c89a2bb61257, 'click', function() {infowindow.open(map,m_aa72117925931721c1a4c89a2bb61257);});$marker.push(m_aa72117925931721c1a4c89a2bb61257);}});}google.maps.event.addDomListener(window, 'load', initialize);