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.5398,-123.365)};var g_c9192bb327ea10b13ad82cc3c088164e = new google.maps.Geocoder();g_c9192bb327ea10b13ad82cc3c088164e.geocode( { 'address': "1446 Main St, Philomath, OR 97370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philomath-OR-oregon-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philomath-OR-oregon-state-credit-union'), mapOptions);}document.getElementById('bac925b5').innerHTML += ' | View Map';var $lc9192bb327ea10b13ad82cc3c088164e = '

Oregon State Credit Union

Address: 1446 Main St, Philomath, OR 97370, USA
Phone: (800) 732-0173
';var m_c9192bb327ea10b13ad82cc3c088164e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon State Credit Union',});m_c9192bb327ea10b13ad82cc3c088164e['infowindow'] = new google.maps.InfoWindow({content: $lc9192bb327ea10b13ad82cc3c088164e});var infowindow = new google.maps.InfoWindow({content: $lc9192bb327ea10b13ad82cc3c088164e});google.maps.event.addListener(m_c9192bb327ea10b13ad82cc3c088164e, 'click', function() {infowindow.open(map,m_c9192bb327ea10b13ad82cc3c088164e);});$marker.push(m_c9192bb327ea10b13ad82cc3c088164e);}});}google.maps.event.addDomListener(window, 'load', initialize);