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(40.7243,-111.898)};var g_3481c7309ff8df02f4fa0b26750e587e = new google.maps.Geocoder();g_3481c7309ff8df02f4fa0b26750e587e.geocode( { 'address': "237 2100 S, South Salt Lake, UT 84115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-salt-lake-UT-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('south-salt-lake-UT-onemain-financial'), mapOptions);}document.getElementById('94812ad4').innerHTML += ' | View Map';var $l3481c7309ff8df02f4fa0b26750e587e = '

OneMain Financial

Address: 237 2100 S, South Salt Lake, UT 84115, USA
Phone: (801) 467-4223
';var m_3481c7309ff8df02f4fa0b26750e587e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_3481c7309ff8df02f4fa0b26750e587e['infowindow'] = new google.maps.InfoWindow({content: $l3481c7309ff8df02f4fa0b26750e587e});var infowindow = new google.maps.InfoWindow({content: $l3481c7309ff8df02f4fa0b26750e587e});google.maps.event.addListener(m_3481c7309ff8df02f4fa0b26750e587e, 'click', function() {infowindow.open(map,m_3481c7309ff8df02f4fa0b26750e587e);});$marker.push(m_3481c7309ff8df02f4fa0b26750e587e);}});}google.maps.event.addDomListener(window, 'load', initialize);