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.4994,-122.42)};var g_215a71a12769b056c3c32e7299f1c5ed = new google.maps.Geocoder();g_215a71a12769b056c3c32e7299f1c5ed.geocode( { 'address': "247 E Powell Blvd, Gresham, OR 97030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gresham-OR-oregonians-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gresham-OR-oregonians-credit-union'), mapOptions);}document.getElementById('0264a8d1').innerHTML += ' | View Map';var $l215a71a12769b056c3c32e7299f1c5ed = '

Oregonians Credit Union

Address: 247 E Powell Blvd, Gresham, OR 97030
Phone: (503) 239-5336
';var m_215a71a12769b056c3c32e7299f1c5ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregonians Credit Union',});m_215a71a12769b056c3c32e7299f1c5ed['infowindow'] = new google.maps.InfoWindow({content: $l215a71a12769b056c3c32e7299f1c5ed});var infowindow = new google.maps.InfoWindow({content: $l215a71a12769b056c3c32e7299f1c5ed});google.maps.event.addListener(m_215a71a12769b056c3c32e7299f1c5ed, 'click', function() {infowindow.open(map,m_215a71a12769b056c3c32e7299f1c5ed);});$marker.push(m_215a71a12769b056c3c32e7299f1c5ed);}});}google.maps.event.addDomListener(window, 'load', initialize);