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.9335,-68.6447)};var g_c886a0743c334e4a270054fdc9459a06 = new google.maps.Geocoder();g_c886a0743c334e4a270054fdc9459a06.geocode( { 'address': "330 Main St, Old Town, ME 04468, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-town-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-town-ME-camden-national-bank'), mapOptions);}document.getElementById('317ef8b0').innerHTML += ' | View Map';var $lc886a0743c334e4a270054fdc9459a06 = '

Camden National Bank

Address: 330 Main St, Old Town, ME 04468, USA
Phone: (207) 827-1700
';var m_c886a0743c334e4a270054fdc9459a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_c886a0743c334e4a270054fdc9459a06['infowindow'] = new google.maps.InfoWindow({content: $lc886a0743c334e4a270054fdc9459a06});var infowindow = new google.maps.InfoWindow({content: $lc886a0743c334e4a270054fdc9459a06});google.maps.event.addListener(m_c886a0743c334e4a270054fdc9459a06, 'click', function() {infowindow.open(map,m_c886a0743c334e4a270054fdc9459a06);});$marker.push(m_c886a0743c334e4a270054fdc9459a06);}});}google.maps.event.addDomListener(window, 'load', initialize);