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.0625,-117.209)};var g_262604eb4d6d77681c1460791a47c3c8 = new google.maps.Geocoder();g_262604eb4d6d77681c1460791a47c3c8.geocode( { 'address': "1615 W Redlands Blvd, Redlands, CA 92373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redlands-CA-california-budget-finance').style.display = '';map = new google.maps.Map(document.getElementById('redlands-CA-california-budget-finance'), mapOptions);}document.getElementById('a9eb33ee').innerHTML += ' | View Map';var $l262604eb4d6d77681c1460791a47c3c8 = '

California Budget Finance

Address: 1615 W Redlands Blvd, Redlands, CA 92373, USA
Phone: (909) 792-8816
';var m_262604eb4d6d77681c1460791a47c3c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Budget Finance',});m_262604eb4d6d77681c1460791a47c3c8['infowindow'] = new google.maps.InfoWindow({content: $l262604eb4d6d77681c1460791a47c3c8});var infowindow = new google.maps.InfoWindow({content: $l262604eb4d6d77681c1460791a47c3c8});google.maps.event.addListener(m_262604eb4d6d77681c1460791a47c3c8, 'click', function() {infowindow.open(map,m_262604eb4d6d77681c1460791a47c3c8);});$marker.push(m_262604eb4d6d77681c1460791a47c3c8);}});}google.maps.event.addDomListener(window, 'load', initialize);