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.9322,-118.119)};var g_66f30fcae1cc588263093e14c93f8a69 = new google.maps.Geocoder();g_66f30fcae1cc588263093e14c93f8a69.geocode( { 'address': "9262 Firestone Blvd, Downey, CA 90241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downey-CA-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('downey-CA-drivetime-used-cars'), mapOptions);}document.getElementById('b64df06c').innerHTML += ' | View Map';var $l66f30fcae1cc588263093e14c93f8a69 = '

DriveTime Used Cars

Address: 9262 Firestone Blvd, Downey, CA 90241, USA
Phone: (562) 940-9360
';var m_66f30fcae1cc588263093e14c93f8a69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_66f30fcae1cc588263093e14c93f8a69['infowindow'] = new google.maps.InfoWindow({content: $l66f30fcae1cc588263093e14c93f8a69});var infowindow = new google.maps.InfoWindow({content: $l66f30fcae1cc588263093e14c93f8a69});google.maps.event.addListener(m_66f30fcae1cc588263093e14c93f8a69, 'click', function() {infowindow.open(map,m_66f30fcae1cc588263093e14c93f8a69);});$marker.push(m_66f30fcae1cc588263093e14c93f8a69);}});}google.maps.event.addDomListener(window, 'load', initialize);