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.0211,-81.0767)};var g_84ee37a792997ba87f5dc1043926c485 = new google.maps.Geocoder();g_84ee37a792997ba87f5dc1043926c485.geocode( { 'address': "178 Greystone Blvd, Columbia, SC 29210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-drivetime-used-cars'), mapOptions);}document.getElementById('0db09f26').innerHTML += ' | View Map';var $l84ee37a792997ba87f5dc1043926c485 = '

DriveTime Used Cars

Address: 178 Greystone Blvd, Columbia, SC 29210, USA
Phone: (803) 223-0840
';var m_84ee37a792997ba87f5dc1043926c485 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_84ee37a792997ba87f5dc1043926c485['infowindow'] = new google.maps.InfoWindow({content: $l84ee37a792997ba87f5dc1043926c485});var infowindow = new google.maps.InfoWindow({content: $l84ee37a792997ba87f5dc1043926c485});google.maps.event.addListener(m_84ee37a792997ba87f5dc1043926c485, 'click', function() {infowindow.open(map,m_84ee37a792997ba87f5dc1043926c485);});$marker.push(m_84ee37a792997ba87f5dc1043926c485);}});}google.maps.event.addDomListener(window, 'load', initialize);