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.1293,-119.277)};var g_001d908c7637618bb0a8af0c8be5cd41 = new google.maps.Geocoder();g_001d908c7637618bb0a8af0c8be5cd41.geocode( { 'address': "101 E 4th Ave, Moses Lake, WA 98837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moses-lake-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('moses-lake-WA-umpqua-bank'), mapOptions);}document.getElementById('8caa866c').innerHTML += ' | View Map';var $l001d908c7637618bb0a8af0c8be5cd41 = '

Umpqua Bank

Address: 101 E 4th Ave, Moses Lake, WA 98837, USA
Phone: (509) 765-7867
';var m_001d908c7637618bb0a8af0c8be5cd41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_001d908c7637618bb0a8af0c8be5cd41['infowindow'] = new google.maps.InfoWindow({content: $l001d908c7637618bb0a8af0c8be5cd41});var infowindow = new google.maps.InfoWindow({content: $l001d908c7637618bb0a8af0c8be5cd41});google.maps.event.addListener(m_001d908c7637618bb0a8af0c8be5cd41, 'click', function() {infowindow.open(map,m_001d908c7637618bb0a8af0c8be5cd41);});$marker.push(m_001d908c7637618bb0a8af0c8be5cd41);}});}google.maps.event.addDomListener(window, 'load', initialize);