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.7192,-121.291)};var g_feab2a7af4044d4d1dadf7688ea6caca = new google.maps.Geocoder();g_feab2a7af4044d4d1dadf7688ea6caca.geocode( { 'address': "8421 Auburn Blvd #145B, Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-oak-view-law-group').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-oak-view-law-group'), mapOptions);}document.getElementById('871b739c').innerHTML += ' | View Map';var $lfeab2a7af4044d4d1dadf7688ea6caca = '

Oak View Law Group

Address: 8421 Auburn Blvd #145B, Citrus Heights, CA 95610, USA
Phone: (800) 530-6854
';var m_feab2a7af4044d4d1dadf7688ea6caca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oak View Law Group',});m_feab2a7af4044d4d1dadf7688ea6caca['infowindow'] = new google.maps.InfoWindow({content: $lfeab2a7af4044d4d1dadf7688ea6caca});var infowindow = new google.maps.InfoWindow({content: $lfeab2a7af4044d4d1dadf7688ea6caca});google.maps.event.addListener(m_feab2a7af4044d4d1dadf7688ea6caca, 'click', function() {infowindow.open(map,m_feab2a7af4044d4d1dadf7688ea6caca);});$marker.push(m_feab2a7af4044d4d1dadf7688ea6caca);}});}google.maps.event.addDomListener(window, 'load', initialize);