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.9594,-81.9045)};var g_c90285f2b119feb2d712e57c15cb4fd2 = new google.maps.Geocoder();g_c90285f2b119feb2d712e57c15cb4fd2.geocode( { 'address': "961 E Main St, Spartanburg, SC 29302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-american-credit-acceptance-llc').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-american-credit-acceptance-llc'), mapOptions);}document.getElementById('b30f517b').innerHTML += ' | View Map';var $lc90285f2b119feb2d712e57c15cb4fd2 = '

American Credit Acceptance LLC

Address: 961 E Main St, Spartanburg, SC 29302, USA
Phone: (866) 441-0251
';var m_c90285f2b119feb2d712e57c15cb4fd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Credit Acceptance LLC',});m_c90285f2b119feb2d712e57c15cb4fd2['infowindow'] = new google.maps.InfoWindow({content: $lc90285f2b119feb2d712e57c15cb4fd2});var infowindow = new google.maps.InfoWindow({content: $lc90285f2b119feb2d712e57c15cb4fd2});google.maps.event.addListener(m_c90285f2b119feb2d712e57c15cb4fd2, 'click', function() {infowindow.open(map,m_c90285f2b119feb2d712e57c15cb4fd2);});$marker.push(m_c90285f2b119feb2d712e57c15cb4fd2);}});}google.maps.event.addDomListener(window, 'load', initialize);