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.912,-119.57)};var g_8ff230802a5fc5ebe0e023c18c017788 = new google.maps.Geocoder();g_8ff230802a5fc5ebe0e023c18c017788.geocode( { 'address': "131 Evergreen Ave NW, Royal City, WA 99357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-city-WA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('royal-city-WA-u-s-bank'), mapOptions);}document.getElementById('afe2c198').innerHTML += ' | View Map';var $l8ff230802a5fc5ebe0e023c18c017788 = '

U.S. Bank

Address: 131 Evergreen Ave NW, Royal City, WA 99357
Phone: (509) 346-2233
';var m_8ff230802a5fc5ebe0e023c18c017788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_8ff230802a5fc5ebe0e023c18c017788['infowindow'] = new google.maps.InfoWindow({content: $l8ff230802a5fc5ebe0e023c18c017788});var infowindow = new google.maps.InfoWindow({content: $l8ff230802a5fc5ebe0e023c18c017788});google.maps.event.addListener(m_8ff230802a5fc5ebe0e023c18c017788, 'click', function() {infowindow.open(map,m_8ff230802a5fc5ebe0e023c18c017788);});$marker.push(m_8ff230802a5fc5ebe0e023c18c017788);}});}google.maps.event.addDomListener(window, 'load', initialize);