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.6309,-123.072)};var g_9df9cb353b50ae66020b81a626ad6eaf = new google.maps.Geocoder();g_9df9cb353b50ae66020b81a626ad6eaf.geocode( { 'address': "2818 Santiam Hwy SE, Albany, OR 97322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-OR-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('albany-OR-onemain-financial'), mapOptions);}document.getElementById('6b2f56aa').innerHTML += ' | View Map';var $l9df9cb353b50ae66020b81a626ad6eaf = '

OneMain Financial

Address: 2818 Santiam Hwy SE, Albany, OR 97322, USA
Phone: (541) 928-3760
';var m_9df9cb353b50ae66020b81a626ad6eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_9df9cb353b50ae66020b81a626ad6eaf['infowindow'] = new google.maps.InfoWindow({content: $l9df9cb353b50ae66020b81a626ad6eaf});var infowindow = new google.maps.InfoWindow({content: $l9df9cb353b50ae66020b81a626ad6eaf});google.maps.event.addListener(m_9df9cb353b50ae66020b81a626ad6eaf, 'click', function() {infowindow.open(map,m_9df9cb353b50ae66020b81a626ad6eaf);});$marker.push(m_9df9cb353b50ae66020b81a626ad6eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);