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(45.8573,-122.823)};var g_b93934a018b52bc42af253ca036d9750 = new google.maps.Geocoder();g_b93934a018b52bc42af253ca036d9750.geocode( { 'address': "275 S Columbia River Hwy, St Helens, OR 97051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-helens-OR-st-helens-wauna-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-helens-OR-st-helens-wauna-credit-union'), mapOptions);}document.getElementById('7dd72008').innerHTML += ' | View Map';var $lb93934a018b52bc42af253ca036d9750 = '

St Helens Wauna Credit Union

Address: 275 S Columbia River Hwy, St Helens, OR 97051, USA
Phone: (800) 773-3236
';var m_b93934a018b52bc42af253ca036d9750 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Helens Wauna Credit Union',});m_b93934a018b52bc42af253ca036d9750['infowindow'] = new google.maps.InfoWindow({content: $lb93934a018b52bc42af253ca036d9750});var infowindow = new google.maps.InfoWindow({content: $lb93934a018b52bc42af253ca036d9750});google.maps.event.addListener(m_b93934a018b52bc42af253ca036d9750, 'click', function() {infowindow.open(map,m_b93934a018b52bc42af253ca036d9750);});$marker.push(m_b93934a018b52bc42af253ca036d9750);}});}google.maps.event.addDomListener(window, 'load', initialize);