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.8059,-122.796)};var g_195052f7e7bff7fe016437a5329cbff8 = new google.maps.Geocoder();g_195052f7e7bff7fe016437a5329cbff8.geocode( { 'address': "1535 N 1ST AVE, Stayton, OR 97383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stayton-OR-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('stayton-OR-wells-fargo-bank'), mapOptions);}document.getElementById('9d394d58').innerHTML += ' | View Map';var $l195052f7e7bff7fe016437a5329cbff8 = '

Wells Fargo Bank

Address: 1535 N 1ST AVE, Stayton, OR 97383, USA
Phone: (503) 769-8892
';var m_195052f7e7bff7fe016437a5329cbff8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_195052f7e7bff7fe016437a5329cbff8['infowindow'] = new google.maps.InfoWindow({content: $l195052f7e7bff7fe016437a5329cbff8});var infowindow = new google.maps.InfoWindow({content: $l195052f7e7bff7fe016437a5329cbff8});google.maps.event.addListener(m_195052f7e7bff7fe016437a5329cbff8, 'click', function() {infowindow.open(map,m_195052f7e7bff7fe016437a5329cbff8);});$marker.push(m_195052f7e7bff7fe016437a5329cbff8);}});}google.maps.event.addDomListener(window, 'load', initialize);