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(46.8612,-96.8679)};var g_bfaadb09eb2d1eb21b7b5f1eac3ea902 = new google.maps.Geocoder();g_bfaadb09eb2d1eb21b7b5f1eac3ea902.geocode( { 'address': "4900 13th Ave SW #2, Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-onemain-financial'), mapOptions);}document.getElementById('d8a8f1ba').innerHTML += ' | View Map';var $lbfaadb09eb2d1eb21b7b5f1eac3ea902 = '

OneMain Financial

Address: 4900 13th Ave SW #2, Fargo, ND 58103, USA
Phone: (701) 293-9200
';var m_bfaadb09eb2d1eb21b7b5f1eac3ea902 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_bfaadb09eb2d1eb21b7b5f1eac3ea902['infowindow'] = new google.maps.InfoWindow({content: $lbfaadb09eb2d1eb21b7b5f1eac3ea902});var infowindow = new google.maps.InfoWindow({content: $lbfaadb09eb2d1eb21b7b5f1eac3ea902});google.maps.event.addListener(m_bfaadb09eb2d1eb21b7b5f1eac3ea902, 'click', function() {infowindow.open(map,m_bfaadb09eb2d1eb21b7b5f1eac3ea902);});$marker.push(m_bfaadb09eb2d1eb21b7b5f1eac3ea902);}});}google.maps.event.addDomListener(window, 'load', initialize);