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.0309,-69.4895)};var g_a8e7eb4f5984274da19e1b6852ace4d4 = new google.maps.Geocoder();g_a8e7eb4f5984274da19e1b6852ace4d4.geocode( { 'address': "165 Main St, Damariscotta, ME 04543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('damariscotta-ME-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('damariscotta-ME-wells-fargo-bank'), mapOptions);}document.getElementById('2b3ca6db').innerHTML += ' | View Map';var $la8e7eb4f5984274da19e1b6852ace4d4 = '

Wells Fargo Bank

Address: 165 Main St, Damariscotta, ME 04543
Phone: (207) 563-6600
';var m_a8e7eb4f5984274da19e1b6852ace4d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a8e7eb4f5984274da19e1b6852ace4d4['infowindow'] = new google.maps.InfoWindow({content: $la8e7eb4f5984274da19e1b6852ace4d4});var infowindow = new google.maps.InfoWindow({content: $la8e7eb4f5984274da19e1b6852ace4d4});google.maps.event.addListener(m_a8e7eb4f5984274da19e1b6852ace4d4, 'click', function() {infowindow.open(map,m_a8e7eb4f5984274da19e1b6852ace4d4);});$marker.push(m_a8e7eb4f5984274da19e1b6852ace4d4);}});}google.maps.event.addDomListener(window, 'load', initialize);