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(47.8996,-97.0675)};var g_ee73f91bbb6930107e04958ff7324c83 = new google.maps.Geocoder();g_ee73f91bbb6930107e04958ff7324c83.geocode( { 'address': "2100 S Columbia Rd #112, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-onemain-financial'), mapOptions);}document.getElementById('4481011b').innerHTML += ' | View Map';var $lee73f91bbb6930107e04958ff7324c83 = '

OneMain Financial

Address: 2100 S Columbia Rd #112, Grand Forks, ND 58201, USA
Phone: (701) 772-7114
';var m_ee73f91bbb6930107e04958ff7324c83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ee73f91bbb6930107e04958ff7324c83['infowindow'] = new google.maps.InfoWindow({content: $lee73f91bbb6930107e04958ff7324c83});var infowindow = new google.maps.InfoWindow({content: $lee73f91bbb6930107e04958ff7324c83});google.maps.event.addListener(m_ee73f91bbb6930107e04958ff7324c83, 'click', function() {infowindow.open(map,m_ee73f91bbb6930107e04958ff7324c83);});$marker.push(m_ee73f91bbb6930107e04958ff7324c83);}});}google.maps.event.addDomListener(window, 'load', initialize);