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(48.5886,-117.839)};var g_f975be57d54ef68347008cf4816af5f7 = new google.maps.Geocoder();g_f975be57d54ef68347008cf4816af5f7.geocode( { 'address': "621 S Main St, Colville, WA 99114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colville-WA-americanwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('colville-WA-americanwest-bank'), mapOptions);}document.getElementById('56aa523b').innerHTML += ' | View Map';var $lf975be57d54ef68347008cf4816af5f7 = '

AmericanWest Bank

Address: 621 S Main St, Colville, WA 99114
Phone: (509) 684-5017
';var m_f975be57d54ef68347008cf4816af5f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AmericanWest Bank',});m_f975be57d54ef68347008cf4816af5f7['infowindow'] = new google.maps.InfoWindow({content: $lf975be57d54ef68347008cf4816af5f7});var infowindow = new google.maps.InfoWindow({content: $lf975be57d54ef68347008cf4816af5f7});google.maps.event.addListener(m_f975be57d54ef68347008cf4816af5f7, 'click', function() {infowindow.open(map,m_f975be57d54ef68347008cf4816af5f7);});$marker.push(m_f975be57d54ef68347008cf4816af5f7);}});}google.maps.event.addDomListener(window, 'load', initialize);