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(46.8218,-123.089)};var g_40689c70babbfea9c87fc4fc81bf3583 = new google.maps.Geocoder();g_40689c70babbfea9c87fc4fc81bf3583.geocode( { 'address': "9921 Hwy. 12 SW, Rochester, WA 98579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochester-WA-umpqua-bank'), mapOptions);}document.getElementById('a85c68bf').innerHTML += ' | View Map';var $l40689c70babbfea9c87fc4fc81bf3583 = '

Umpqua Bank

Address: 9921 Hwy. 12 SW, Rochester, WA 98579, USA
Phone: (360) 273-5509
';var m_40689c70babbfea9c87fc4fc81bf3583 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_40689c70babbfea9c87fc4fc81bf3583['infowindow'] = new google.maps.InfoWindow({content: $l40689c70babbfea9c87fc4fc81bf3583});var infowindow = new google.maps.InfoWindow({content: $l40689c70babbfea9c87fc4fc81bf3583});google.maps.event.addListener(m_40689c70babbfea9c87fc4fc81bf3583, 'click', function() {infowindow.open(map,m_40689c70babbfea9c87fc4fc81bf3583);});$marker.push(m_40689c70babbfea9c87fc4fc81bf3583);}});}google.maps.event.addDomListener(window, 'load', initialize);