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.6752,-118.156)};var g_5b555679f3d246c37745ae7b7652c74d = new google.maps.Geocoder();g_5b555679f3d246c37745ae7b7652c74d.geocode( { 'address': "1525 W Ave K, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-fast-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-fast-auto-loans-inc'), mapOptions);}document.getElementById('b7ec131d').innerHTML += ' | View Map';var $l5b555679f3d246c37745ae7b7652c74d = '

Fast Auto Loans, Inc.

Address: 1525 W Ave K, Lancaster, CA 93534, USA
Phone: (661) 674-4268
';var m_5b555679f3d246c37745ae7b7652c74d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Auto Loans, Inc.',});m_5b555679f3d246c37745ae7b7652c74d['infowindow'] = new google.maps.InfoWindow({content: $l5b555679f3d246c37745ae7b7652c74d});var infowindow = new google.maps.InfoWindow({content: $l5b555679f3d246c37745ae7b7652c74d});google.maps.event.addListener(m_5b555679f3d246c37745ae7b7652c74d, 'click', function() {infowindow.open(map,m_5b555679f3d246c37745ae7b7652c74d);});$marker.push(m_5b555679f3d246c37745ae7b7652c74d);}});}google.maps.event.addDomListener(window, 'load', initialize);