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(38.5786,-121.498)};var g_976e5a7c9f5586745269c99891652285 = new google.maps.Geocoder();g_976e5a7c9f5586745269c99891652285.geocode( { 'address': "770 L St #950, Sacramento, CA 95814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-attorneys-funding-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-attorneys-funding-group-inc'), mapOptions);}document.getElementById('654eeb04').innerHTML += ' | View Map';var $l976e5a7c9f5586745269c99891652285 = '

Attorneys Funding Group, Inc.

Address: 770 L St #950, Sacramento, CA 95814, USA
Phone: (916) 844-0303
';var m_976e5a7c9f5586745269c99891652285 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Attorneys Funding Group, Inc.',});m_976e5a7c9f5586745269c99891652285['infowindow'] = new google.maps.InfoWindow({content: $l976e5a7c9f5586745269c99891652285});var infowindow = new google.maps.InfoWindow({content: $l976e5a7c9f5586745269c99891652285});google.maps.event.addListener(m_976e5a7c9f5586745269c99891652285, 'click', function() {infowindow.open(map,m_976e5a7c9f5586745269c99891652285);});$marker.push(m_976e5a7c9f5586745269c99891652285);}});}google.maps.event.addDomListener(window, 'load', initialize);