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(46.5133,-67.866)};var g_18deebfd3cdbf52408d279755141e027 = new google.maps.Geocoder();g_18deebfd3cdbf52408d279755141e027.geocode( { 'address': "8 Lincoln Street, Mars Hill, ME 04758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mars-hill-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mars-hill-ME-camden-national-bank'), mapOptions);}document.getElementById('2d1921ca').innerHTML += ' | View Map';var $l18deebfd3cdbf52408d279755141e027 = '

Camden National Bank

Address: 8 Lincoln Street, Mars Hill, ME 04758, USA
Phone: (207) 425-4560
';var m_18deebfd3cdbf52408d279755141e027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_18deebfd3cdbf52408d279755141e027['infowindow'] = new google.maps.InfoWindow({content: $l18deebfd3cdbf52408d279755141e027});var infowindow = new google.maps.InfoWindow({content: $l18deebfd3cdbf52408d279755141e027});google.maps.event.addListener(m_18deebfd3cdbf52408d279755141e027, 'click', function() {infowindow.open(map,m_18deebfd3cdbf52408d279755141e027);});$marker.push(m_18deebfd3cdbf52408d279755141e027);}});}google.maps.event.addDomListener(window, 'load', initialize);