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.923,-81.9776)};var g_42df59afa006b663c24c6399a9484998 = new google.maps.Geocoder();g_42df59afa006b663c24c6399a9484998.geocode( { 'address': "1611 John B White Sr Blvd, Spartanburg, SC 29301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-american-auto-title-loan').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-american-auto-title-loan'), mapOptions);}document.getElementById('66297356').innerHTML += ' | View Map';var $l42df59afa006b663c24c6399a9484998 = '

American Auto Title Loan

Address: 1611 John B White Sr Blvd, Spartanburg, SC 29301, USA
Phone: (864) 576-1701
';var m_42df59afa006b663c24c6399a9484998 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Auto Title Loan',});m_42df59afa006b663c24c6399a9484998['infowindow'] = new google.maps.InfoWindow({content: $l42df59afa006b663c24c6399a9484998});var infowindow = new google.maps.InfoWindow({content: $l42df59afa006b663c24c6399a9484998});google.maps.event.addListener(m_42df59afa006b663c24c6399a9484998, 'click', function() {infowindow.open(map,m_42df59afa006b663c24c6399a9484998);});$marker.push(m_42df59afa006b663c24c6399a9484998);}});}google.maps.event.addDomListener(window, 'load', initialize);