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(42.1679,-123.647)};var g_03a07d614ab1040c167f45a3560de124 = new google.maps.Geocoder();g_03a07d614ab1040c167f45a3560de124.geocode( { 'address': "110 N. Redwood Hwy 199, Cave Junction, OR 97523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cave-junction-OR-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('cave-junction-OR-umpqua-bank'), mapOptions);}document.getElementById('660c87e2').innerHTML += ' | View Map';var $l03a07d614ab1040c167f45a3560de124 = '

Umpqua Bank

Address: 110 N. Redwood Hwy 199, Cave Junction, OR 97523, USA
Phone: (541) 592-3126
';var m_03a07d614ab1040c167f45a3560de124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_03a07d614ab1040c167f45a3560de124['infowindow'] = new google.maps.InfoWindow({content: $l03a07d614ab1040c167f45a3560de124});var infowindow = new google.maps.InfoWindow({content: $l03a07d614ab1040c167f45a3560de124});google.maps.event.addListener(m_03a07d614ab1040c167f45a3560de124, 'click', function() {infowindow.open(map,m_03a07d614ab1040c167f45a3560de124);});$marker.push(m_03a07d614ab1040c167f45a3560de124);}});}google.maps.event.addDomListener(window, 'load', initialize);