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(35.256,-81.1056)};var g_e720b4c896b842753765181cebfe8ad5 = new google.maps.Geocoder();g_e720b4c896b842753765181cebfe8ad5.geocode( { 'address': "4304 Wilkinson Blvd, Gastonia, NC 28056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-drivetime-used-cars'), mapOptions);}document.getElementById('e70999b9').innerHTML += ' | View Map';var $le720b4c896b842753765181cebfe8ad5 = '

DriveTime Used Cars

Address: 4304 Wilkinson Blvd, Gastonia, NC 28056, USA
Phone: (704) 823-1153
';var m_e720b4c896b842753765181cebfe8ad5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_e720b4c896b842753765181cebfe8ad5['infowindow'] = new google.maps.InfoWindow({content: $le720b4c896b842753765181cebfe8ad5});var infowindow = new google.maps.InfoWindow({content: $le720b4c896b842753765181cebfe8ad5});google.maps.event.addListener(m_e720b4c896b842753765181cebfe8ad5, 'click', function() {infowindow.open(map,m_e720b4c896b842753765181cebfe8ad5);});$marker.push(m_e720b4c896b842753765181cebfe8ad5);}});}google.maps.event.addDomListener(window, 'load', initialize);