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.4986,-122.692)};var g_fb46cc3d5c4ddc9aa17344eb575b728c = new google.maps.Geocoder();g_fb46cc3d5c4ddc9aa17344eb575b728c.geocode( { 'address': "1430 N Killingsworth St, Portland, OR 97217"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-advantage-nw-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-advantage-nw-federal-credit-union'), mapOptions);}document.getElementById('99320077').innerHTML += ' | View Map';var $lfb46cc3d5c4ddc9aa17344eb575b728c = '

Advantage NW Federal Credit Union

Address: 1430 N Killingsworth St, Portland, OR 97217
Phone: (503) 283-5193
';var m_fb46cc3d5c4ddc9aa17344eb575b728c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage NW Federal Credit Union',});m_fb46cc3d5c4ddc9aa17344eb575b728c['infowindow'] = new google.maps.InfoWindow({content: $lfb46cc3d5c4ddc9aa17344eb575b728c});var infowindow = new google.maps.InfoWindow({content: $lfb46cc3d5c4ddc9aa17344eb575b728c});google.maps.event.addListener(m_fb46cc3d5c4ddc9aa17344eb575b728c, 'click', function() {infowindow.open(map,m_fb46cc3d5c4ddc9aa17344eb575b728c);});$marker.push(m_fb46cc3d5c4ddc9aa17344eb575b728c);}});}google.maps.event.addDomListener(window, 'load', initialize);