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(44.9466,-123.049)};var g_401438b35a2576fa07a108950975ce88 = new google.maps.Geocoder();g_401438b35a2576fa07a108950975ce88.geocode( { 'address': "510 Wallace Rd NW, Salem, OR 97304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-oregon-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-oregon-state-credit-union'), mapOptions);}document.getElementById('0a723b3a').innerHTML += ' | View Map';var $l401438b35a2576fa07a108950975ce88 = '

Oregon State Credit Union

Address: 510 Wallace Rd NW, Salem, OR 97304, USA
Phone: (800) 732-0173
';var m_401438b35a2576fa07a108950975ce88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon State Credit Union',});m_401438b35a2576fa07a108950975ce88['infowindow'] = new google.maps.InfoWindow({content: $l401438b35a2576fa07a108950975ce88});var infowindow = new google.maps.InfoWindow({content: $l401438b35a2576fa07a108950975ce88});google.maps.event.addListener(m_401438b35a2576fa07a108950975ce88, 'click', function() {infowindow.open(map,m_401438b35a2576fa07a108950975ce88);});$marker.push(m_401438b35a2576fa07a108950975ce88);}});}google.maps.event.addDomListener(window, 'load', initialize);