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.0975,-70.2294)};var g_ea8d1106c77e4036e2ee9789f24de38b = new google.maps.Geocoder();g_ea8d1106c77e4036e2ee9789f24de38b.geocode( { 'address': "178 Court St, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-camden-national-bank'), mapOptions);}document.getElementById('cbf1b426').innerHTML += ' | View Map';var $lea8d1106c77e4036e2ee9789f24de38b = '

Camden National Bank

Address: 178 Court St, Auburn, ME 04210, USA
Phone: (207) 782-6790
';var m_ea8d1106c77e4036e2ee9789f24de38b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_ea8d1106c77e4036e2ee9789f24de38b['infowindow'] = new google.maps.InfoWindow({content: $lea8d1106c77e4036e2ee9789f24de38b});var infowindow = new google.maps.InfoWindow({content: $lea8d1106c77e4036e2ee9789f24de38b});google.maps.event.addListener(m_ea8d1106c77e4036e2ee9789f24de38b, 'click', function() {infowindow.open(map,m_ea8d1106c77e4036e2ee9789f24de38b);});$marker.push(m_ea8d1106c77e4036e2ee9789f24de38b);}});}google.maps.event.addDomListener(window, 'load', initialize);