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(28.7726,-81.2794)};var g_0df4decd39ceef9f9273076a08f8420e = new google.maps.Geocoder();g_0df4decd39ceef9f9273076a08f8420e.geocode( { 'address': "2904 S Orlando Dr, Sanford, FL 32773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-FL-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('sanford-FL-drivetime-used-cars'), mapOptions);}document.getElementById('ccafdd27').innerHTML += ' | View Map';var $l0df4decd39ceef9f9273076a08f8420e = '

DriveTime Used Cars

Address: 2904 S Orlando Dr, Sanford, FL 32773, USA
Phone: (407) 324-4440
';var m_0df4decd39ceef9f9273076a08f8420e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_0df4decd39ceef9f9273076a08f8420e['infowindow'] = new google.maps.InfoWindow({content: $l0df4decd39ceef9f9273076a08f8420e});var infowindow = new google.maps.InfoWindow({content: $l0df4decd39ceef9f9273076a08f8420e});google.maps.event.addListener(m_0df4decd39ceef9f9273076a08f8420e, 'click', function() {infowindow.open(map,m_0df4decd39ceef9f9273076a08f8420e);});$marker.push(m_0df4decd39ceef9f9273076a08f8420e);}});}google.maps.event.addDomListener(window, 'load', initialize);