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(33.5093,-88.4337)};var g_70c0d4c17ed7f7e4639681d4873ad701 = new google.maps.Geocoder();g_70c0d4c17ed7f7e4639681d4873ad701.geocode( { 'address': "1213 Highway 45 N, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-onemain-financial'), mapOptions);}document.getElementById('53c59a18').innerHTML += ' | View Map';var $l70c0d4c17ed7f7e4639681d4873ad701 = '

OneMain Financial

Address: 1213 Highway 45 N, Columbus, MS 39705, USA
Phone: (662) 327-9672
';var m_70c0d4c17ed7f7e4639681d4873ad701 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_70c0d4c17ed7f7e4639681d4873ad701['infowindow'] = new google.maps.InfoWindow({content: $l70c0d4c17ed7f7e4639681d4873ad701});var infowindow = new google.maps.InfoWindow({content: $l70c0d4c17ed7f7e4639681d4873ad701});google.maps.event.addListener(m_70c0d4c17ed7f7e4639681d4873ad701, 'click', function() {infowindow.open(map,m_70c0d4c17ed7f7e4639681d4873ad701);});$marker.push(m_70c0d4c17ed7f7e4639681d4873ad701);}});}google.maps.event.addDomListener(window, 'load', initialize);