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.2233,-123.366)};var g_1458c6647dbf7cca56dff7bfe0576ebb = new google.maps.Geocoder();g_1458c6647dbf7cca56dff7bfe0576ebb.geocode( { 'address': "2933 W Lorraine Ave, Roseburg, OR 97471"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseburg-OR-umpqua-wealth').style.display = '';map = new google.maps.Map(document.getElementById('roseburg-OR-umpqua-wealth'), mapOptions);}document.getElementById('618878a1').innerHTML += ' | View Map';var $l1458c6647dbf7cca56dff7bfe0576ebb = '

Umpqua Wealth

Address: 2933 W Lorraine Ave, Roseburg, OR 97471
Phone: (541) 229-5433
';var m_1458c6647dbf7cca56dff7bfe0576ebb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Wealth',});m_1458c6647dbf7cca56dff7bfe0576ebb['infowindow'] = new google.maps.InfoWindow({content: $l1458c6647dbf7cca56dff7bfe0576ebb});var infowindow = new google.maps.InfoWindow({content: $l1458c6647dbf7cca56dff7bfe0576ebb});google.maps.event.addListener(m_1458c6647dbf7cca56dff7bfe0576ebb, 'click', function() {infowindow.open(map,m_1458c6647dbf7cca56dff7bfe0576ebb);});$marker.push(m_1458c6647dbf7cca56dff7bfe0576ebb);}});}google.maps.event.addDomListener(window, 'load', initialize);