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.1264,-119.296)};var g_41bd01b23faa87024e96ad893180b078 = new google.maps.Geocoder();g_41bd01b23faa87024e96ad893180b078.geocode( { 'address': "322 S Division St, Moses Lake, WA 98837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moses-lake-WA-americanwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('moses-lake-WA-americanwest-bank'), mapOptions);}document.getElementById('c1a3b88b').innerHTML += ' | View Map';var $l41bd01b23faa87024e96ad893180b078 = '

AmericanWest Bank

Address: 322 S Division St, Moses Lake, WA 98837
Phone: (509) 766-5929
';var m_41bd01b23faa87024e96ad893180b078 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmericanWest Bank',});m_41bd01b23faa87024e96ad893180b078['infowindow'] = new google.maps.InfoWindow({content: $l41bd01b23faa87024e96ad893180b078});var infowindow = new google.maps.InfoWindow({content: $l41bd01b23faa87024e96ad893180b078});google.maps.event.addListener(m_41bd01b23faa87024e96ad893180b078, 'click', function() {infowindow.open(map,m_41bd01b23faa87024e96ad893180b078);});$marker.push(m_41bd01b23faa87024e96ad893180b078);}});}google.maps.event.addDomListener(window, 'load', initialize);