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(34.0711,-117.905)};var g_ae7c23077660b61649b9b2a30cec216c = new google.maps.Geocoder();g_ae7c23077660b61649b9b2a30cec216c.geocode( { 'address': "1900 E Garvey Ave S, West Covina, CA 91791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-drivetime-used-cars'), mapOptions);}document.getElementById('d6a67aeb').innerHTML += ' | View Map';var $lae7c23077660b61649b9b2a30cec216c = '

DriveTime Used Cars

Address: 1900 E Garvey Ave S, West Covina, CA 91791, USA
Phone: (626) 646-2660
';var m_ae7c23077660b61649b9b2a30cec216c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_ae7c23077660b61649b9b2a30cec216c['infowindow'] = new google.maps.InfoWindow({content: $lae7c23077660b61649b9b2a30cec216c});var infowindow = new google.maps.InfoWindow({content: $lae7c23077660b61649b9b2a30cec216c});google.maps.event.addListener(m_ae7c23077660b61649b9b2a30cec216c, 'click', function() {infowindow.open(map,m_ae7c23077660b61649b9b2a30cec216c);});$marker.push(m_ae7c23077660b61649b9b2a30cec216c);}});}google.maps.event.addDomListener(window, 'load', initialize);