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(46.7655,-117.192)};var g_109a0ca3bc27f3e96597370d5c8cf03d = new google.maps.Geocoder();g_109a0ca3bc27f3e96597370d5c8cf03d.geocode( { 'address': "225 N Grand Avenue, Pullman, WA 99163"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pullman-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('pullman-WA-umpqua-bank'), mapOptions);}document.getElementById('07d97df8').innerHTML += ' | View Map';var $l109a0ca3bc27f3e96597370d5c8cf03d = '

Umpqua Bank

Address: 225 N Grand Avenue, Pullman, WA 99163
Phone: (509) 332-2042
';var m_109a0ca3bc27f3e96597370d5c8cf03d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_109a0ca3bc27f3e96597370d5c8cf03d['infowindow'] = new google.maps.InfoWindow({content: $l109a0ca3bc27f3e96597370d5c8cf03d});var infowindow = new google.maps.InfoWindow({content: $l109a0ca3bc27f3e96597370d5c8cf03d});google.maps.event.addListener(m_109a0ca3bc27f3e96597370d5c8cf03d, 'click', function() {infowindow.open(map,m_109a0ca3bc27f3e96597370d5c8cf03d);});$marker.push(m_109a0ca3bc27f3e96597370d5c8cf03d);}});}google.maps.event.addDomListener(window, 'load', initialize);