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(42.4995,-83.2895)};var g_86d26d99c38599b1526ef81bd49f8e9f = new google.maps.Geocoder();g_86d26d99c38599b1526ef81bd49f8e9f.geocode( { 'address': "24725 W 12 Mile Rd, Ste 108, Southfield, MI 48034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-onemain-financial'), mapOptions);}document.getElementById('57de923b').innerHTML += ' | View Map';var $l86d26d99c38599b1526ef81bd49f8e9f = '

OneMain Financial

Address: 24725 W 12 Mile Rd, Ste 108, Southfield, MI 48034, USA
Phone: (248) 304-4479
';var m_86d26d99c38599b1526ef81bd49f8e9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_86d26d99c38599b1526ef81bd49f8e9f['infowindow'] = new google.maps.InfoWindow({content: $l86d26d99c38599b1526ef81bd49f8e9f});var infowindow = new google.maps.InfoWindow({content: $l86d26d99c38599b1526ef81bd49f8e9f});google.maps.event.addListener(m_86d26d99c38599b1526ef81bd49f8e9f, 'click', function() {infowindow.open(map,m_86d26d99c38599b1526ef81bd49f8e9f);});$marker.push(m_86d26d99c38599b1526ef81bd49f8e9f);}});}google.maps.event.addDomListener(window, 'load', initialize);