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.3301,-90.8643)};var g_40ead786a8ec589d3d7b15a8552199ad = new google.maps.Geocoder();g_40ead786a8ec589d3d7b15a8552199ad.geocode( { 'address': "3046 Indiana Ave a, Vicksburg, MS 39180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-onemain-financial'), mapOptions);}document.getElementById('92acc9f2').innerHTML += ' | View Map';var $l40ead786a8ec589d3d7b15a8552199ad = '

OneMain Financial

Address: 3046 Indiana Ave a, Vicksburg, MS 39180, USA
Phone: (601) 636-1551
';var m_40ead786a8ec589d3d7b15a8552199ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_40ead786a8ec589d3d7b15a8552199ad['infowindow'] = new google.maps.InfoWindow({content: $l40ead786a8ec589d3d7b15a8552199ad});var infowindow = new google.maps.InfoWindow({content: $l40ead786a8ec589d3d7b15a8552199ad});google.maps.event.addListener(m_40ead786a8ec589d3d7b15a8552199ad, 'click', function() {infowindow.open(map,m_40ead786a8ec589d3d7b15a8552199ad);});$marker.push(m_40ead786a8ec589d3d7b15a8552199ad);}});}google.maps.event.addDomListener(window, 'load', initialize);