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.8549,-122.826)};var g_9c0f8b8536f786adc7c08b22753a63e6 = new google.maps.Geocoder();g_9c0f8b8536f786adc7c08b22753a63e6.geocode( { 'address': "425 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-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-helens-OR-st-helens-community-credit-union'), mapOptions);}document.getElementById('34f1efc0').innerHTML += ' | View Map';var $l9c0f8b8536f786adc7c08b22753a63e6 = '

St. Helens Community Credit Union

Address: 425 S Columbia River Hwy, St Helens, OR 97051, USA
Phone: (503) 397-2376
';var m_9c0f8b8536f786adc7c08b22753a63e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. Helens Community Credit Union',});m_9c0f8b8536f786adc7c08b22753a63e6['infowindow'] = new google.maps.InfoWindow({content: $l9c0f8b8536f786adc7c08b22753a63e6});var infowindow = new google.maps.InfoWindow({content: $l9c0f8b8536f786adc7c08b22753a63e6});google.maps.event.addListener(m_9c0f8b8536f786adc7c08b22753a63e6, 'click', function() {infowindow.open(map,m_9c0f8b8536f786adc7c08b22753a63e6);});$marker.push(m_9c0f8b8536f786adc7c08b22753a63e6);}});}google.maps.event.addDomListener(window, 'load', initialize);