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.8989,-117.02)};var g_b2ea5e977c5fc1ccfa74171a9723dd61 = new google.maps.Geocoder();g_b2ea5e977c5fc1ccfa74171a9723dd61.geocode( { 'address': "621 E Main St, Barstow, CA 92311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-california-budget-finance').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-california-budget-finance'), mapOptions);}document.getElementById('b59ab413').innerHTML += ' | View Map';var $lb2ea5e977c5fc1ccfa74171a9723dd61 = '

California Budget Finance

Address: 621 E Main St, Barstow, CA 92311, USA
Phone: (760) 255-1978
';var m_b2ea5e977c5fc1ccfa74171a9723dd61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Budget Finance',});m_b2ea5e977c5fc1ccfa74171a9723dd61['infowindow'] = new google.maps.InfoWindow({content: $lb2ea5e977c5fc1ccfa74171a9723dd61});var infowindow = new google.maps.InfoWindow({content: $lb2ea5e977c5fc1ccfa74171a9723dd61});google.maps.event.addListener(m_b2ea5e977c5fc1ccfa74171a9723dd61, 'click', function() {infowindow.open(map,m_b2ea5e977c5fc1ccfa74171a9723dd61);});$marker.push(m_b2ea5e977c5fc1ccfa74171a9723dd61);}});}google.maps.event.addDomListener(window, 'load', initialize);