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.8826,-117.592)};var g_a7bf4a8a36a18b548af1c20a8978ef69 = new google.maps.Geocoder();g_a7bf4a8a36a18b548af1c20a8978ef69.geocode( { 'address': "1450 Pomona Rd, Corona, CA 92883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-carcredit-autogroup').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-carcredit-autogroup'), mapOptions);}document.getElementById('9ef824f9').innerHTML += ' | View Map';var $la7bf4a8a36a18b548af1c20a8978ef69 = '

CarCredit AutoGroup

Address: 1450 Pomona Rd, Corona, CA 92883, USA
Phone: (951) 898-1944
';var m_a7bf4a8a36a18b548af1c20a8978ef69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CarCredit AutoGroup',});m_a7bf4a8a36a18b548af1c20a8978ef69['infowindow'] = new google.maps.InfoWindow({content: $la7bf4a8a36a18b548af1c20a8978ef69});var infowindow = new google.maps.InfoWindow({content: $la7bf4a8a36a18b548af1c20a8978ef69});google.maps.event.addListener(m_a7bf4a8a36a18b548af1c20a8978ef69, 'click', function() {infowindow.open(map,m_a7bf4a8a36a18b548af1c20a8978ef69);});$marker.push(m_a7bf4a8a36a18b548af1c20a8978ef69);}});}google.maps.event.addDomListener(window, 'load', initialize);