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.5123,-122.64)};var g_98321aa0069213f160a772b5cf4437e4 = new google.maps.Geocoder();g_98321aa0069213f160a772b5cf4437e4.geocode( { 'address': "2537 SE Hawthorne Blvd, Portland, OR 97214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-rivermark-community-credit-union---portland').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-rivermark-community-credit-union---portland'), mapOptions);}document.getElementById('a7da388b').innerHTML += ' | View Map';var $l98321aa0069213f160a772b5cf4437e4 = '

Rivermark Community Credit Union - Portland

Address: 2537 SE Hawthorne Blvd, Portland, OR 97214, USA
Phone: (503) 626-6600
';var m_98321aa0069213f160a772b5cf4437e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rivermark Community Credit Union - Portland',});m_98321aa0069213f160a772b5cf4437e4['infowindow'] = new google.maps.InfoWindow({content: $l98321aa0069213f160a772b5cf4437e4});var infowindow = new google.maps.InfoWindow({content: $l98321aa0069213f160a772b5cf4437e4});google.maps.event.addListener(m_98321aa0069213f160a772b5cf4437e4, 'click', function() {infowindow.open(map,m_98321aa0069213f160a772b5cf4437e4);});$marker.push(m_98321aa0069213f160a772b5cf4437e4);}});}google.maps.event.addDomListener(window, 'load', initialize);