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.6463,-124.053)};var g_adbcfdb984993faf87ddf5241a087537 = new google.maps.Geocoder();g_adbcfdb984993faf87ddf5241a087537.geocode( { 'address': "1250 North Coast Highway, Newport, OR 97365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('newport-OR-umpqua-bank'), mapOptions);}document.getElementById('05d834b2').innerHTML += ' | View Map';var $ladbcfdb984993faf87ddf5241a087537 = '

Umpqua Bank

Address: 1250 North Coast Highway, Newport, OR 97365, USA
Phone: (541) 574-6223
';var m_adbcfdb984993faf87ddf5241a087537 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_adbcfdb984993faf87ddf5241a087537['infowindow'] = new google.maps.InfoWindow({content: $ladbcfdb984993faf87ddf5241a087537});var infowindow = new google.maps.InfoWindow({content: $ladbcfdb984993faf87ddf5241a087537});google.maps.event.addListener(m_adbcfdb984993faf87ddf5241a087537, 'click', function() {infowindow.open(map,m_adbcfdb984993faf87ddf5241a087537);});$marker.push(m_adbcfdb984993faf87ddf5241a087537);}});}google.maps.event.addDomListener(window, 'load', initialize);