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.9538,-118.198)};var g_dfa54381225d763cc2e6b12d2d6c64ac = new google.maps.Geocoder();g_dfa54381225d763cc2e6b12d2d6c64ac.geocode( { 'address': "4101 Firestone Blvd, South Gate, CA 90280, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-gate-CA-fast-credit-auto-imports').style.display = '';map = new google.maps.Map(document.getElementById('south-gate-CA-fast-credit-auto-imports'), mapOptions);}document.getElementById('384ce146').innerHTML += ' | View Map';var $ldfa54381225d763cc2e6b12d2d6c64ac = '

Fast Credit Auto Imports

Address: 4101 Firestone Blvd, South Gate, CA 90280, USA
Phone: (323) 567-2856
';var m_dfa54381225d763cc2e6b12d2d6c64ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Credit Auto Imports',});m_dfa54381225d763cc2e6b12d2d6c64ac['infowindow'] = new google.maps.InfoWindow({content: $ldfa54381225d763cc2e6b12d2d6c64ac});var infowindow = new google.maps.InfoWindow({content: $ldfa54381225d763cc2e6b12d2d6c64ac});google.maps.event.addListener(m_dfa54381225d763cc2e6b12d2d6c64ac, 'click', function() {infowindow.open(map,m_dfa54381225d763cc2e6b12d2d6c64ac);});$marker.push(m_dfa54381225d763cc2e6b12d2d6c64ac);}});}google.maps.event.addDomListener(window, 'load', initialize);