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(48.1924,-101.299)};var g_3da4c8cefbe5b7998f05bb990a1871b9 = new google.maps.Geocoder();g_3da4c8cefbe5b7998f05bb990a1871b9.geocode( { 'address': "401 40th Ave SW #141, Minot, ND 58701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minot-ND-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('minot-ND-onemain-financial'), mapOptions);}document.getElementById('966564d2').innerHTML += ' | View Map';var $l3da4c8cefbe5b7998f05bb990a1871b9 = '

OneMain Financial

Address: 401 40th Ave SW #141, Minot, ND 58701, USA
Phone: (701) 839-7537
';var m_3da4c8cefbe5b7998f05bb990a1871b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_3da4c8cefbe5b7998f05bb990a1871b9['infowindow'] = new google.maps.InfoWindow({content: $l3da4c8cefbe5b7998f05bb990a1871b9});var infowindow = new google.maps.InfoWindow({content: $l3da4c8cefbe5b7998f05bb990a1871b9});google.maps.event.addListener(m_3da4c8cefbe5b7998f05bb990a1871b9, 'click', function() {infowindow.open(map,m_3da4c8cefbe5b7998f05bb990a1871b9);});$marker.push(m_3da4c8cefbe5b7998f05bb990a1871b9);}});}google.maps.event.addDomListener(window, 'load', initialize);