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.3056,-69.9766)};var g_539ef09cdaadc97ead9ad8794efde829 = new google.maps.Geocoder();g_539ef09cdaadc97ead9ad8794efde829.geocode( { 'address': "18 Main St, Winthrop, ME 04364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winthrop-ME-camden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('winthrop-ME-camden-national-bank'), mapOptions);}document.getElementById('44be62f4').innerHTML += ' | View Map';var $l539ef09cdaadc97ead9ad8794efde829 = '

Camden National Bank

Address: 18 Main St, Winthrop, ME 04364, USA
Phone: (207) 377-3159
';var m_539ef09cdaadc97ead9ad8794efde829 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camden National Bank',});m_539ef09cdaadc97ead9ad8794efde829['infowindow'] = new google.maps.InfoWindow({content: $l539ef09cdaadc97ead9ad8794efde829});var infowindow = new google.maps.InfoWindow({content: $l539ef09cdaadc97ead9ad8794efde829});google.maps.event.addListener(m_539ef09cdaadc97ead9ad8794efde829, 'click', function() {infowindow.open(map,m_539ef09cdaadc97ead9ad8794efde829);});$marker.push(m_539ef09cdaadc97ead9ad8794efde829);}});}google.maps.event.addDomListener(window, 'load', initialize);