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.1093,-69.1133)};var g_110f08d5c3133981366b5c53ace53241 = new google.maps.Geocoder();g_110f08d5c3133981366b5c53ace53241.geocode( { 'address': "300 Main St, Rockland, ME 04841"}, 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('244e5e73').innerHTML += ' | View Map';var $l110f08d5c3133981366b5c53ace53241 = '

Camden National Bank

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