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.5318,-122.696)};var g_bafe5a19bbef4152f217efc037c1be59 = new google.maps.Geocoder();g_bafe5a19bbef4152f217efc037c1be59.geocode( { 'address': "2148 NW Overton St, Portland, OR 97210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-legacy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-legacy-federal-credit-union'), mapOptions);}document.getElementById('51155790').innerHTML += ' | View Map';var $lbafe5a19bbef4152f217efc037c1be59 = '

Legacy Federal Credit Union

Address: 2148 NW Overton St, Portland, OR 97210, USA
Phone: (503) 413-7474
';var m_bafe5a19bbef4152f217efc037c1be59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Federal Credit Union',});m_bafe5a19bbef4152f217efc037c1be59['infowindow'] = new google.maps.InfoWindow({content: $lbafe5a19bbef4152f217efc037c1be59});var infowindow = new google.maps.InfoWindow({content: $lbafe5a19bbef4152f217efc037c1be59});google.maps.event.addListener(m_bafe5a19bbef4152f217efc037c1be59, 'click', function() {infowindow.open(map,m_bafe5a19bbef4152f217efc037c1be59);});$marker.push(m_bafe5a19bbef4152f217efc037c1be59);}});}google.maps.event.addDomListener(window, 'load', initialize);