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.1024,-69.1093)};var g_0385da3b46b28eb7b9ea1be3d8665f46 = new google.maps.Geocoder();g_0385da3b46b28eb7b9ea1be3d8665f46.geocode( { 'address': "300 S Main St, Rockland, ME 04841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockland-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockland-ME-camden-national-bank'), mapOptions);}document.getElementById('7b7e5680').innerHTML += ' | View Map';var $l0385da3b46b28eb7b9ea1be3d8665f46 = '

Camden National Bank

Address: 300 S Main St, Rockland, ME 04841, USA
Phone: (207) 594-2101
';var m_0385da3b46b28eb7b9ea1be3d8665f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_0385da3b46b28eb7b9ea1be3d8665f46['infowindow'] = new google.maps.InfoWindow({content: $l0385da3b46b28eb7b9ea1be3d8665f46});var infowindow = new google.maps.InfoWindow({content: $l0385da3b46b28eb7b9ea1be3d8665f46});google.maps.event.addListener(m_0385da3b46b28eb7b9ea1be3d8665f46, 'click', function() {infowindow.open(map,m_0385da3b46b28eb7b9ea1be3d8665f46);});$marker.push(m_0385da3b46b28eb7b9ea1be3d8665f46);}});}google.maps.event.addDomListener(window, 'load', initialize);