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.7967,-122.791)};var g_871841b1fe24082f84495949a8cf9b22 = new google.maps.Geocoder();g_871841b1fe24082f84495949a8cf9b22.geocode( { 'address': "393 E Florence St, Stayton, OR 97383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stayton-OR-nw-preferred-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stayton-OR-nw-preferred-federal-credit-union'), mapOptions);}document.getElementById('3d8221fd').innerHTML += ' | View Map';var $l871841b1fe24082f84495949a8cf9b22 = '

NW Preferred Federal Credit Union

Address: 393 E Florence St, Stayton, OR 97383, USA
Phone: (503) 769-3489
';var m_871841b1fe24082f84495949a8cf9b22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NW Preferred Federal Credit Union',});m_871841b1fe24082f84495949a8cf9b22['infowindow'] = new google.maps.InfoWindow({content: $l871841b1fe24082f84495949a8cf9b22});var infowindow = new google.maps.InfoWindow({content: $l871841b1fe24082f84495949a8cf9b22});google.maps.event.addListener(m_871841b1fe24082f84495949a8cf9b22, 'click', function() {infowindow.open(map,m_871841b1fe24082f84495949a8cf9b22);});$marker.push(m_871841b1fe24082f84495949a8cf9b22);}});}google.maps.event.addDomListener(window, 'load', initialize);