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.8171,-82.3403)};var g_c4eae21c1c8d52c4171021de24f6a35c = new google.maps.Geocoder();g_c4eae21c1c8d52c4171021de24f6a35c.geocode( { 'address': "2736 Laurens Rd, Greenville, SC 29607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-drivetime-used-cars'), mapOptions);}document.getElementById('af299c66').innerHTML += ' | View Map';var $lc4eae21c1c8d52c4171021de24f6a35c = '

DriveTime Used Cars

Address: 2736 Laurens Rd, Greenville, SC 29607, USA
Phone: (864) 631-0180
';var m_c4eae21c1c8d52c4171021de24f6a35c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_c4eae21c1c8d52c4171021de24f6a35c['infowindow'] = new google.maps.InfoWindow({content: $lc4eae21c1c8d52c4171021de24f6a35c});var infowindow = new google.maps.InfoWindow({content: $lc4eae21c1c8d52c4171021de24f6a35c});google.maps.event.addListener(m_c4eae21c1c8d52c4171021de24f6a35c, 'click', function() {infowindow.open(map,m_c4eae21c1c8d52c4171021de24f6a35c);});$marker.push(m_c4eae21c1c8d52c4171021de24f6a35c);}});}google.maps.event.addDomListener(window, 'load', initialize);