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(43.2574,-70.6029)};var g_3c057cb2b41f22c0e740974d7a428918 = new google.maps.Geocoder();g_3c057cb2b41f22c0e740974d7a428918.geocode( { 'address': "142 Main St, Ogunquit, ME 03907"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogunquit-ME-kennebunk-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ogunquit-ME-kennebunk-savings-bank'), mapOptions);}document.getElementById('bfe41a31').innerHTML += ' | View Map';var $l3c057cb2b41f22c0e740974d7a428918 = '

Kennebunk Savings Bank

Address: 142 Main St, Ogunquit, ME 03907
Phone: (207) 646-9991
';var m_3c057cb2b41f22c0e740974d7a428918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kennebunk Savings Bank',});m_3c057cb2b41f22c0e740974d7a428918['infowindow'] = new google.maps.InfoWindow({content: $l3c057cb2b41f22c0e740974d7a428918});var infowindow = new google.maps.InfoWindow({content: $l3c057cb2b41f22c0e740974d7a428918});google.maps.event.addListener(m_3c057cb2b41f22c0e740974d7a428918, 'click', function() {infowindow.open(map,m_3c057cb2b41f22c0e740974d7a428918);});$marker.push(m_3c057cb2b41f22c0e740974d7a428918);}});}google.maps.event.addDomListener(window, 'load', initialize);