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.7829,-68.7514)};var g_d4e38a1f414b4ce109ef0f134487aedc = new google.maps.Geocoder();g_d4e38a1f414b4ce109ef0f134487aedc.geocode( { 'address': "15 Parkway S, Brewer, ME 04412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brewer-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('brewer-ME-camden-national-bank'), mapOptions);}document.getElementById('7edffd44').innerHTML += ' | View Map';var $ld4e38a1f414b4ce109ef0f134487aedc = '

Camden National Bank

Address: 15 Parkway S, Brewer, ME 04412, USA
Phone: (207) 991-9504
';var m_d4e38a1f414b4ce109ef0f134487aedc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_d4e38a1f414b4ce109ef0f134487aedc['infowindow'] = new google.maps.InfoWindow({content: $ld4e38a1f414b4ce109ef0f134487aedc});var infowindow = new google.maps.InfoWindow({content: $ld4e38a1f414b4ce109ef0f134487aedc});google.maps.event.addListener(m_d4e38a1f414b4ce109ef0f134487aedc, 'click', function() {infowindow.open(map,m_d4e38a1f414b4ce109ef0f134487aedc);});$marker.push(m_d4e38a1f414b4ce109ef0f134487aedc);}});}google.maps.event.addDomListener(window, 'load', initialize);