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_0a797fd202caabdf02c7dad773d6d027 = new google.maps.Geocoder();g_0a797fd202caabdf02c7dad773d6d027.geocode( { 'address': "10400 SE Main St, Portland, OR 97222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-clackamas-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-clackamas-federal-credit-union'), mapOptions);}document.getElementById('4e2813a1').innerHTML += ' | View Map';var $l0a797fd202caabdf02c7dad773d6d027 = '

Clackamas Federal Credit Union

Address: 10400 SE Main St, Portland, OR 97222
Phone: (503) 653-7788
';var m_0a797fd202caabdf02c7dad773d6d027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clackamas Federal Credit Union',});m_0a797fd202caabdf02c7dad773d6d027['infowindow'] = new google.maps.InfoWindow({content: $l0a797fd202caabdf02c7dad773d6d027});var infowindow = new google.maps.InfoWindow({content: $l0a797fd202caabdf02c7dad773d6d027});google.maps.event.addListener(m_0a797fd202caabdf02c7dad773d6d027, 'click', function() {infowindow.open(map,m_0a797fd202caabdf02c7dad773d6d027);});$marker.push(m_0a797fd202caabdf02c7dad773d6d027);}});}google.maps.event.addDomListener(window, 'load', initialize);