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(32.3475,-90.325)};var g_3a2bd6ef282973d6495c35cff504dbad = new google.maps.Geocoder();g_3a2bd6ef282973d6495c35cff504dbad.geocode( { 'address': "719 Clinton Pkwy, Clinton, MS 39056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-onemain-financial'), mapOptions);}document.getElementById('d6eb6957').innerHTML += ' | View Map';var $l3a2bd6ef282973d6495c35cff504dbad = '

OneMain Financial

Address: 719 Clinton Pkwy, Clinton, MS 39056, USA
Phone: (601) 924-4602
';var m_3a2bd6ef282973d6495c35cff504dbad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_3a2bd6ef282973d6495c35cff504dbad['infowindow'] = new google.maps.InfoWindow({content: $l3a2bd6ef282973d6495c35cff504dbad});var infowindow = new google.maps.InfoWindow({content: $l3a2bd6ef282973d6495c35cff504dbad});google.maps.event.addListener(m_3a2bd6ef282973d6495c35cff504dbad, 'click', function() {infowindow.open(map,m_3a2bd6ef282973d6495c35cff504dbad);});$marker.push(m_3a2bd6ef282973d6495c35cff504dbad);}});}google.maps.event.addDomListener(window, 'load', initialize);