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.9263,-117.42)};var g_b7fc08d4dae0fd1fb483fba139979cc1 = new google.maps.Geocoder();g_b7fc08d4dae0fd1fb483fba139979cc1.geocode( { 'address': "8341 Indiana Ave, Riverside, CA 92504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-drivetime-used-cars'), mapOptions);}document.getElementById('31b4e6c2').innerHTML += ' | View Map';var $lb7fc08d4dae0fd1fb483fba139979cc1 = '

DriveTime Used Cars

Address: 8341 Indiana Ave, Riverside, CA 92504, USA
Phone: (951) 353-2277
';var m_b7fc08d4dae0fd1fb483fba139979cc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_b7fc08d4dae0fd1fb483fba139979cc1['infowindow'] = new google.maps.InfoWindow({content: $lb7fc08d4dae0fd1fb483fba139979cc1});var infowindow = new google.maps.InfoWindow({content: $lb7fc08d4dae0fd1fb483fba139979cc1});google.maps.event.addListener(m_b7fc08d4dae0fd1fb483fba139979cc1, 'click', function() {infowindow.open(map,m_b7fc08d4dae0fd1fb483fba139979cc1);});$marker.push(m_b7fc08d4dae0fd1fb483fba139979cc1);}});}google.maps.event.addDomListener(window, 'load', initialize);