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.7099,-123.974)};var g_23a51660bf1c5e4a14fcb7d0ad53da57 = new google.maps.Geocoder();g_23a51660bf1c5e4a14fcb7d0ad53da57.geocode( { 'address': "1975 Winchester Avenue, Reedsport, OR 97467"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedsport-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('reedsport-OR-umpqua-bank'), mapOptions);}document.getElementById('a747b000').innerHTML += ' | View Map';var $l23a51660bf1c5e4a14fcb7d0ad53da57 = '

Umpqua Bank

Address: 1975 Winchester Avenue, Reedsport, OR 97467
Phone: (541) 271-2178
';var m_23a51660bf1c5e4a14fcb7d0ad53da57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_23a51660bf1c5e4a14fcb7d0ad53da57['infowindow'] = new google.maps.InfoWindow({content: $l23a51660bf1c5e4a14fcb7d0ad53da57});var infowindow = new google.maps.InfoWindow({content: $l23a51660bf1c5e4a14fcb7d0ad53da57});google.maps.event.addListener(m_23a51660bf1c5e4a14fcb7d0ad53da57, 'click', function() {infowindow.open(map,m_23a51660bf1c5e4a14fcb7d0ad53da57);});$marker.push(m_23a51660bf1c5e4a14fcb7d0ad53da57);}});}google.maps.event.addDomListener(window, 'load', initialize);