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.7604,-122.934)};var g_dae1bdd89c4ea6442f579338b3a56542 = new google.maps.Geocoder();g_dae1bdd89c4ea6442f579338b3a56542.geocode( { 'address': "52691 Columbia River Hwy, Scappoose, OR 97056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scappoose-OR-st-helens-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('scappoose-OR-st-helens-community-federal-credit-union'), mapOptions);}document.getElementById('7c7c852a').innerHTML += ' | View Map';var $ldae1bdd89c4ea6442f579338b3a56542 = '

St Helens Community Federal Credit Union

Address: 52691 Columbia River Hwy, Scappoose, OR 97056
Phone: (503) 366-6421
';var m_dae1bdd89c4ea6442f579338b3a56542 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Helens Community Federal Credit Union',});m_dae1bdd89c4ea6442f579338b3a56542['infowindow'] = new google.maps.InfoWindow({content: $ldae1bdd89c4ea6442f579338b3a56542});var infowindow = new google.maps.InfoWindow({content: $ldae1bdd89c4ea6442f579338b3a56542});google.maps.event.addListener(m_dae1bdd89c4ea6442f579338b3a56542, 'click', function() {infowindow.open(map,m_dae1bdd89c4ea6442f579338b3a56542);});$marker.push(m_dae1bdd89c4ea6442f579338b3a56542);}});}google.maps.event.addDomListener(window, 'load', initialize);