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(37.3189,-120.493)};var g_a1c62fbf4642034e14471693862c7434 = new google.maps.Geocoder();g_a1c62fbf4642034e14471693862c7434.geocode( { 'address': "1340 W Olive Ave #102, Merced, CA 95348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-california-budget-finance').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-california-budget-finance'), mapOptions);}document.getElementById('27d86aeb').innerHTML += ' | View Map';var $la1c62fbf4642034e14471693862c7434 = '

California Budget Finance

Address: 1340 W Olive Ave #102, Merced, CA 95348, USA
Phone: (209) 385-0392
';var m_a1c62fbf4642034e14471693862c7434 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Budget Finance',});m_a1c62fbf4642034e14471693862c7434['infowindow'] = new google.maps.InfoWindow({content: $la1c62fbf4642034e14471693862c7434});var infowindow = new google.maps.InfoWindow({content: $la1c62fbf4642034e14471693862c7434});google.maps.event.addListener(m_a1c62fbf4642034e14471693862c7434, 'click', function() {infowindow.open(map,m_a1c62fbf4642034e14471693862c7434);});$marker.push(m_a1c62fbf4642034e14471693862c7434);}});}google.maps.event.addDomListener(window, 'load', initialize);