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.8165,-118.309)};var g_9f891892add7cb307ec94c5ad62bc9cb = new google.maps.Geocoder();g_9f891892add7cb307ec94c5ad62bc9cb.geocode( { 'address': "1668 Sepulveda Blvd, Torrance, CA 90501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrance-CA-fast-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('torrance-CA-fast-auto-loans-inc'), mapOptions);}document.getElementById('6338a2bf').innerHTML += ' | View Map';var $l9f891892add7cb307ec94c5ad62bc9cb = '

Fast Auto Loans, Inc.

Address: 1668 Sepulveda Blvd, Torrance, CA 90501, USA
Phone: (562) 387-2620
';var m_9f891892add7cb307ec94c5ad62bc9cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Auto Loans, Inc.',});m_9f891892add7cb307ec94c5ad62bc9cb['infowindow'] = new google.maps.InfoWindow({content: $l9f891892add7cb307ec94c5ad62bc9cb});var infowindow = new google.maps.InfoWindow({content: $l9f891892add7cb307ec94c5ad62bc9cb});google.maps.event.addListener(m_9f891892add7cb307ec94c5ad62bc9cb, 'click', function() {infowindow.open(map,m_9f891892add7cb307ec94c5ad62bc9cb);});$marker.push(m_9f891892add7cb307ec94c5ad62bc9cb);}});}google.maps.event.addDomListener(window, 'load', initialize);