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.9039,-98.7078)};var g_eec59c7684a72391e4c0756933d6a4a9 = new google.maps.Geocoder();g_eec59c7684a72391e4c0756933d6a4a9.geocode( { 'address': "503 1st Ave S b, Jamestown, ND 58401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-ND-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-ND-onemain-financial'), mapOptions);}document.getElementById('645ab09f').innerHTML += ' | View Map';var $leec59c7684a72391e4c0756933d6a4a9 = '

OneMain Financial

Address: 503 1st Ave S b, Jamestown, ND 58401, USA
Phone: (701) 252-6516
';var m_eec59c7684a72391e4c0756933d6a4a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_eec59c7684a72391e4c0756933d6a4a9['infowindow'] = new google.maps.InfoWindow({content: $leec59c7684a72391e4c0756933d6a4a9});var infowindow = new google.maps.InfoWindow({content: $leec59c7684a72391e4c0756933d6a4a9});google.maps.event.addListener(m_eec59c7684a72391e4c0756933d6a4a9, 'click', function() {infowindow.open(map,m_eec59c7684a72391e4c0756933d6a4a9);});$marker.push(m_eec59c7684a72391e4c0756933d6a4a9);}});}google.maps.event.addDomListener(window, 'load', initialize);