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(31.6562,-84.1752)};var g_e85bd9594f71c41d805efd2db6472bdf = new google.maps.Geocoder();g_e85bd9594f71c41d805efd2db6472bdf.geocode( { 'address': "1208 US Highway 19 S, Ste A, Leesburg, GA 31763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-GA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-GA-onemain-financial'), mapOptions);}document.getElementById('2c000610').innerHTML += ' | View Map';var $le85bd9594f71c41d805efd2db6472bdf = '

OneMain Financial

Address: 1208 US Highway 19 S, Ste A, Leesburg, GA 31763, USA
Phone: (229) 435-7771
';var m_e85bd9594f71c41d805efd2db6472bdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_e85bd9594f71c41d805efd2db6472bdf['infowindow'] = new google.maps.InfoWindow({content: $le85bd9594f71c41d805efd2db6472bdf});var infowindow = new google.maps.InfoWindow({content: $le85bd9594f71c41d805efd2db6472bdf});google.maps.event.addListener(m_e85bd9594f71c41d805efd2db6472bdf, 'click', function() {infowindow.open(map,m_e85bd9594f71c41d805efd2db6472bdf);});$marker.push(m_e85bd9594f71c41d805efd2db6472bdf);}});}google.maps.event.addDomListener(window, 'load', initialize);