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.8359,-69.2816)};var g_f7b49030b84b97848504c5f439564b69 = new google.maps.Geocoder();g_f7b49030b84b97848504c5f439564b69.geocode( { 'address': "79 Main St, Newport, ME 04953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-ME-camden-national-bank'), mapOptions);}document.getElementById('96fc54e0').innerHTML += ' | View Map';var $lf7b49030b84b97848504c5f439564b69 = '

Camden National Bank

Address: 79 Main St, Newport, ME 04953, USA
Phone: (207) 368-4382
';var m_f7b49030b84b97848504c5f439564b69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_f7b49030b84b97848504c5f439564b69['infowindow'] = new google.maps.InfoWindow({content: $lf7b49030b84b97848504c5f439564b69});var infowindow = new google.maps.InfoWindow({content: $lf7b49030b84b97848504c5f439564b69});google.maps.event.addListener(m_f7b49030b84b97848504c5f439564b69, 'click', function() {infowindow.open(map,m_f7b49030b84b97848504c5f439564b69);});$marker.push(m_f7b49030b84b97848504c5f439564b69);}});}google.maps.event.addDomListener(window, 'load', initialize);