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(47.0102,-123.411)};var g_146777c25fa9755117e2a841be9f1c92 = new google.maps.Geocoder();g_146777c25fa9755117e2a841be9f1c92.geocode( { 'address': "106 South Third St., PO Box 637, Elma, WA 98541"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elma-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('elma-WA-umpqua-bank'), mapOptions);}document.getElementById('039d30c7').innerHTML += ' | View Map';var $l146777c25fa9755117e2a841be9f1c92 = '

Umpqua Bank

Address: 106 South Third St., PO Box 637, Elma, WA 98541
Phone: (360) 346-4000
';var m_146777c25fa9755117e2a841be9f1c92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_146777c25fa9755117e2a841be9f1c92['infowindow'] = new google.maps.InfoWindow({content: $l146777c25fa9755117e2a841be9f1c92});var infowindow = new google.maps.InfoWindow({content: $l146777c25fa9755117e2a841be9f1c92});google.maps.event.addListener(m_146777c25fa9755117e2a841be9f1c92, 'click', function() {infowindow.open(map,m_146777c25fa9755117e2a841be9f1c92);});$marker.push(m_146777c25fa9755117e2a841be9f1c92);}});}google.maps.event.addDomListener(window, 'load', initialize);