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(33.0195,-96.9855)};var g_93afd871df3aa7c71d03f3bf84f0ffea = new google.maps.Geocoder();g_93afd871df3aa7c71d03f3bf84f0ffea.geocode( { 'address': "1653 S Interstate 35 E, Lewisville, TX 75067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-TX-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-TX-drivetime-used-cars'), mapOptions);}document.getElementById('ef7cc73b').innerHTML += ' | View Map';var $l93afd871df3aa7c71d03f3bf84f0ffea = '

DriveTime Used Cars

Address: 1653 S Interstate 35 E, Lewisville, TX 75067, USA
Phone: (972) 219-2351
';var m_93afd871df3aa7c71d03f3bf84f0ffea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_93afd871df3aa7c71d03f3bf84f0ffea['infowindow'] = new google.maps.InfoWindow({content: $l93afd871df3aa7c71d03f3bf84f0ffea});var infowindow = new google.maps.InfoWindow({content: $l93afd871df3aa7c71d03f3bf84f0ffea});google.maps.event.addListener(m_93afd871df3aa7c71d03f3bf84f0ffea, 'click', function() {infowindow.open(map,m_93afd871df3aa7c71d03f3bf84f0ffea);});$marker.push(m_93afd871df3aa7c71d03f3bf84f0ffea);}});}google.maps.event.addDomListener(window, 'load', initialize);