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(34.2501,-80.6429)};var g_3316e7da525c16d9392554ad07e119be = new google.maps.Geocoder();g_3316e7da525c16d9392554ad07e119be.geocode( { 'address': "1670 Springdale Dr #18, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-onemain-financial'), mapOptions);}document.getElementById('7c6a4272').innerHTML += ' | View Map';var $l3316e7da525c16d9392554ad07e119be = '

OneMain Financial

Address: 1670 Springdale Dr #18, Camden, SC 29020, USA
Phone: (803) 432-8484
';var m_3316e7da525c16d9392554ad07e119be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_3316e7da525c16d9392554ad07e119be['infowindow'] = new google.maps.InfoWindow({content: $l3316e7da525c16d9392554ad07e119be});var infowindow = new google.maps.InfoWindow({content: $l3316e7da525c16d9392554ad07e119be});google.maps.event.addListener(m_3316e7da525c16d9392554ad07e119be, 'click', function() {infowindow.open(map,m_3316e7da525c16d9392554ad07e119be);});$marker.push(m_3316e7da525c16d9392554ad07e119be);}});}google.maps.event.addDomListener(window, 'load', initialize);