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.3992,-122.722)};var g_58a41683fe371ea85a2c2c67f048d6f7 = new google.maps.Geocoder();g_58a41683fe371ea85a2c2c67f048d6f7.geocode( { 'address': "1890 Main St, Sweet Home, OR 97386, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sweet-home-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('sweet-home-OR-umpqua-bank'), mapOptions);}document.getElementById('374be6a5').innerHTML += ' | View Map';var $l58a41683fe371ea85a2c2c67f048d6f7 = '

Umpqua Bank

Address: 1890 Main St, Sweet Home, OR 97386, USA
Phone: (541) 258-7080
';var m_58a41683fe371ea85a2c2c67f048d6f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_58a41683fe371ea85a2c2c67f048d6f7['infowindow'] = new google.maps.InfoWindow({content: $l58a41683fe371ea85a2c2c67f048d6f7});var infowindow = new google.maps.InfoWindow({content: $l58a41683fe371ea85a2c2c67f048d6f7});google.maps.event.addListener(m_58a41683fe371ea85a2c2c67f048d6f7, 'click', function() {infowindow.open(map,m_58a41683fe371ea85a2c2c67f048d6f7);});$marker.push(m_58a41683fe371ea85a2c2c67f048d6f7);}});}google.maps.event.addDomListener(window, 'load', initialize);