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.2481,-70.5998)};var g_f31a1965338ed4efc2fab8bef7adef4d = new google.maps.Geocoder();g_f31a1965338ed4efc2fab8bef7adef4d.geocode( { 'address': "196 Main St, Ogunquit, ME 03907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogunquit-ME-bangor-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ogunquit-ME-bangor-savings-bank'), mapOptions);}document.getElementById('367be86f').innerHTML += ' | View Map';var $lf31a1965338ed4efc2fab8bef7adef4d = '

Bangor Savings Bank

Address: 196 Main St, Ogunquit, ME 03907, USA
Phone: (207) 420-3965
';var m_f31a1965338ed4efc2fab8bef7adef4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bangor Savings Bank',});m_f31a1965338ed4efc2fab8bef7adef4d['infowindow'] = new google.maps.InfoWindow({content: $lf31a1965338ed4efc2fab8bef7adef4d});var infowindow = new google.maps.InfoWindow({content: $lf31a1965338ed4efc2fab8bef7adef4d});google.maps.event.addListener(m_f31a1965338ed4efc2fab8bef7adef4d, 'click', function() {infowindow.open(map,m_f31a1965338ed4efc2fab8bef7adef4d);});$marker.push(m_f31a1965338ed4efc2fab8bef7adef4d);}});}google.maps.event.addDomListener(window, 'load', initialize);