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.3068,-122.261)};var g_62b4521aec8fe13ad75560a2b41b2f95 = new google.maps.Geocoder();g_62b4521aec8fe13ad75560a2b41b2f95.geocode( { 'address': "401 15th St NE, Auburn, WA 98002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-WA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-WA-u-s-bank'), mapOptions);}document.getElementById('78b1d4fc').innerHTML += ' | View Map';var $l62b4521aec8fe13ad75560a2b41b2f95 = '

U.S. Bank

Address: 401 15th St NE, Auburn, WA 98002
Phone: (253) 939-7000
';var m_62b4521aec8fe13ad75560a2b41b2f95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_62b4521aec8fe13ad75560a2b41b2f95['infowindow'] = new google.maps.InfoWindow({content: $l62b4521aec8fe13ad75560a2b41b2f95});var infowindow = new google.maps.InfoWindow({content: $l62b4521aec8fe13ad75560a2b41b2f95});google.maps.event.addListener(m_62b4521aec8fe13ad75560a2b41b2f95, 'click', function() {infowindow.open(map,m_62b4521aec8fe13ad75560a2b41b2f95);});$marker.push(m_62b4521aec8fe13ad75560a2b41b2f95);}});}google.maps.event.addDomListener(window, 'load', initialize);