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(46.1922,-123.808)};var g_96fa4d32d0cf6d317c065e61fc29b6ad = new google.maps.Geocoder();g_96fa4d32d0cf6d317c065e61fc29b6ad.geocode( { 'address': "3250 Leif Erikson Dr, Astoria, OR 97103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('astoria-OR-astoria-safeway-wauna-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('astoria-OR-astoria-safeway-wauna-credit-union'), mapOptions);}document.getElementById('37f1d8e7').innerHTML += ' | View Map';var $l96fa4d32d0cf6d317c065e61fc29b6ad = '

Astoria Safeway Wauna Credit Union

Address: 3250 Leif Erikson Dr, Astoria, OR 97103, USA
Phone: (800) 773-3236
';var m_96fa4d32d0cf6d317c065e61fc29b6ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Safeway Wauna Credit Union',});m_96fa4d32d0cf6d317c065e61fc29b6ad['infowindow'] = new google.maps.InfoWindow({content: $l96fa4d32d0cf6d317c065e61fc29b6ad});var infowindow = new google.maps.InfoWindow({content: $l96fa4d32d0cf6d317c065e61fc29b6ad});google.maps.event.addListener(m_96fa4d32d0cf6d317c065e61fc29b6ad, 'click', function() {infowindow.open(map,m_96fa4d32d0cf6d317c065e61fc29b6ad);});$marker.push(m_96fa4d32d0cf6d317c065e61fc29b6ad);}});}google.maps.event.addDomListener(window, 'load', initialize);