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.0383,-121.304)};var g_ca0a0d9ae9acb2a210da33a438c55a5a = new google.maps.Geocoder();g_ca0a0d9ae9acb2a210da33a438c55a5a.geocode( { 'address': "1120 SE 3rd St Ste 100, Bend, OR 97702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bend-OR-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('bend-OR-onemain-financial'), mapOptions);}document.getElementById('ca081b84').innerHTML += ' | View Map';var $lca0a0d9ae9acb2a210da33a438c55a5a = '

OneMain Financial

Address: 1120 SE 3rd St Ste 100, Bend, OR 97702, USA
Phone: (541) 318-4209
';var m_ca0a0d9ae9acb2a210da33a438c55a5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ca0a0d9ae9acb2a210da33a438c55a5a['infowindow'] = new google.maps.InfoWindow({content: $lca0a0d9ae9acb2a210da33a438c55a5a});var infowindow = new google.maps.InfoWindow({content: $lca0a0d9ae9acb2a210da33a438c55a5a});google.maps.event.addListener(m_ca0a0d9ae9acb2a210da33a438c55a5a, 'click', function() {infowindow.open(map,m_ca0a0d9ae9acb2a210da33a438c55a5a);});$marker.push(m_ca0a0d9ae9acb2a210da33a438c55a5a);}});}google.maps.event.addDomListener(window, 'load', initialize);