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(32.7425,-117.03)};var g_4aa5f9cc4f8f0cf5b09da82f9766192d = new google.maps.Geocoder();g_4aa5f9cc4f8f0cf5b09da82f9766192d.geocode( { 'address': "7809 Broadway, Lemon Grove, CA 91945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lemon-grove-CA-california-budget-finance').style.display = '';map = new google.maps.Map(document.getElementById('lemon-grove-CA-california-budget-finance'), mapOptions);}document.getElementById('a794c730').innerHTML += ' | View Map';var $l4aa5f9cc4f8f0cf5b09da82f9766192d = '

California Budget Finance

Address: 7809 Broadway, Lemon Grove, CA 91945, USA
Phone: (619) 667-0227
';var m_4aa5f9cc4f8f0cf5b09da82f9766192d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Budget Finance',});m_4aa5f9cc4f8f0cf5b09da82f9766192d['infowindow'] = new google.maps.InfoWindow({content: $l4aa5f9cc4f8f0cf5b09da82f9766192d});var infowindow = new google.maps.InfoWindow({content: $l4aa5f9cc4f8f0cf5b09da82f9766192d});google.maps.event.addListener(m_4aa5f9cc4f8f0cf5b09da82f9766192d, 'click', function() {infowindow.open(map,m_4aa5f9cc4f8f0cf5b09da82f9766192d);});$marker.push(m_4aa5f9cc4f8f0cf5b09da82f9766192d);}});}google.maps.event.addDomListener(window, 'load', initialize);