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.6746,-118.15)};var g_44f831f358aaca5d951059c08c0966cf = new google.maps.Geocoder();g_44f831f358aaca5d951059c08c0966cf.geocode( { 'address': "1102 W Ave K, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-california-budget-finance').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-california-budget-finance'), mapOptions);}document.getElementById('ffb14a20').innerHTML += ' | View Map';var $l44f831f358aaca5d951059c08c0966cf = '

California Budget Finance

Address: 1102 W Ave K, Lancaster, CA 93534, USA
Phone: (661) 940-9909
';var m_44f831f358aaca5d951059c08c0966cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Budget Finance',});m_44f831f358aaca5d951059c08c0966cf['infowindow'] = new google.maps.InfoWindow({content: $l44f831f358aaca5d951059c08c0966cf});var infowindow = new google.maps.InfoWindow({content: $l44f831f358aaca5d951059c08c0966cf});google.maps.event.addListener(m_44f831f358aaca5d951059c08c0966cf, 'click', function() {infowindow.open(map,m_44f831f358aaca5d951059c08c0966cf);});$marker.push(m_44f831f358aaca5d951059c08c0966cf);}});}google.maps.event.addDomListener(window, 'load', initialize);