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(45.2088,-117.866)};var g_f1d8ba46eba3b647c1767b827d289ecf = new google.maps.Geocoder();g_f1d8ba46eba3b647c1767b827d289ecf.geocode( { 'address': "144 S Main St, Union, OR 97883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-OR-umpqua-bank'), mapOptions);}document.getElementById('843ec993').innerHTML += ' | View Map';var $lf1d8ba46eba3b647c1767b827d289ecf = '

Umpqua Bank

Address: 144 S Main St, Union, OR 97883, USA
Phone: (541) 562-1318
';var m_f1d8ba46eba3b647c1767b827d289ecf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_f1d8ba46eba3b647c1767b827d289ecf['infowindow'] = new google.maps.InfoWindow({content: $lf1d8ba46eba3b647c1767b827d289ecf});var infowindow = new google.maps.InfoWindow({content: $lf1d8ba46eba3b647c1767b827d289ecf});google.maps.event.addListener(m_f1d8ba46eba3b647c1767b827d289ecf, 'click', function() {infowindow.open(map,m_f1d8ba46eba3b647c1767b827d289ecf);});$marker.push(m_f1d8ba46eba3b647c1767b827d289ecf);}});}google.maps.event.addDomListener(window, 'load', initialize);