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.6312,-124.04)};var g_f8eb278a8bce873ef365b45e939da38a = new google.maps.Geocoder();g_f8eb278a8bce873ef365b45e939da38a.geocode( { 'address': "909 SE Bay Blvd, Newport, OR 97365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-OR-oregon-coast-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-OR-oregon-coast-bank'), mapOptions);}document.getElementById('62898805').innerHTML += ' | View Map';var $lf8eb278a8bce873ef365b45e939da38a = '

Oregon Coast Bank

Address: 909 SE Bay Blvd, Newport, OR 97365, USA
Phone: (541) 265-9000
';var m_f8eb278a8bce873ef365b45e939da38a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Coast Bank',});m_f8eb278a8bce873ef365b45e939da38a['infowindow'] = new google.maps.InfoWindow({content: $lf8eb278a8bce873ef365b45e939da38a});var infowindow = new google.maps.InfoWindow({content: $lf8eb278a8bce873ef365b45e939da38a});google.maps.event.addListener(m_f8eb278a8bce873ef365b45e939da38a, 'click', function() {infowindow.open(map,m_f8eb278a8bce873ef365b45e939da38a);});$marker.push(m_f8eb278a8bce873ef365b45e939da38a);}});}google.maps.event.addDomListener(window, 'load', initialize);