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.4974,-81.9579)};var g_f4421bf91a078e840a17a40997136dd4 = new google.maps.Geocoder();g_f4421bf91a078e840a17a40997136dd4.geocode( { 'address': "1109 Knox Ave #10, North Augusta, SC 29841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-onemain-financial'), mapOptions);}document.getElementById('8a84cc15').innerHTML += ' | View Map';var $lf4421bf91a078e840a17a40997136dd4 = '

OneMain Financial

Address: 1109 Knox Ave #10, North Augusta, SC 29841, USA
Phone: (803) 279-0585
';var m_f4421bf91a078e840a17a40997136dd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_f4421bf91a078e840a17a40997136dd4['infowindow'] = new google.maps.InfoWindow({content: $lf4421bf91a078e840a17a40997136dd4});var infowindow = new google.maps.InfoWindow({content: $lf4421bf91a078e840a17a40997136dd4});google.maps.event.addListener(m_f4421bf91a078e840a17a40997136dd4, 'click', function() {infowindow.open(map,m_f4421bf91a078e840a17a40997136dd4);});$marker.push(m_f4421bf91a078e840a17a40997136dd4);}});}google.maps.event.addDomListener(window, 'load', initialize);