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(44.7985,-122.792)};var g_b6dc7e6bfa4aaef81e8a0626940058cb = new google.maps.Geocoder();g_b6dc7e6bfa4aaef81e8a0626940058cb.geocode( { 'address': "480 N 3rd Ave, Stayton, OR 97383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stayton-OR-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('stayton-OR-us-bank-branch'), mapOptions);}document.getElementById('cfce5652').innerHTML += ' | View Map';var $lb6dc7e6bfa4aaef81e8a0626940058cb = '

U.S. Bank Branch

Address: 480 N 3rd Ave, Stayton, OR 97383, USA
Phone: (503) 769-2168
';var m_b6dc7e6bfa4aaef81e8a0626940058cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_b6dc7e6bfa4aaef81e8a0626940058cb['infowindow'] = new google.maps.InfoWindow({content: $lb6dc7e6bfa4aaef81e8a0626940058cb});var infowindow = new google.maps.InfoWindow({content: $lb6dc7e6bfa4aaef81e8a0626940058cb});google.maps.event.addListener(m_b6dc7e6bfa4aaef81e8a0626940058cb, 'click', function() {infowindow.open(map,m_b6dc7e6bfa4aaef81e8a0626940058cb);});$marker.push(m_b6dc7e6bfa4aaef81e8a0626940058cb);}});}google.maps.event.addDomListener(window, 'load', initialize);