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(39.7036,-75.5703)};var g_586e9e74831fd1e4ceca7472982058eb = new google.maps.Geocoder();g_586e9e74831fd1e4ceca7472982058eb.geocode( { 'address': "2225 N Dupont Hwy, New Castle, DE 19720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-DE-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-DE-drivetime-used-cars'), mapOptions);}document.getElementById('8217411b').innerHTML += ' | View Map';var $l586e9e74831fd1e4ceca7472982058eb = '

DriveTime Used Cars

Address: 2225 N Dupont Hwy, New Castle, DE 19720, USA
Phone: (302) 304-7950
';var m_586e9e74831fd1e4ceca7472982058eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_586e9e74831fd1e4ceca7472982058eb['infowindow'] = new google.maps.InfoWindow({content: $l586e9e74831fd1e4ceca7472982058eb});var infowindow = new google.maps.InfoWindow({content: $l586e9e74831fd1e4ceca7472982058eb});google.maps.event.addListener(m_586e9e74831fd1e4ceca7472982058eb, 'click', function() {infowindow.open(map,m_586e9e74831fd1e4ceca7472982058eb);});$marker.push(m_586e9e74831fd1e4ceca7472982058eb);}});}google.maps.event.addDomListener(window, 'load', initialize);