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.8013,-122.275)};var g_ec8290aa4eb987c563a83a0f07a219bf = new google.maps.Geocoder();g_ec8290aa4eb987c563a83a0f07a219bf.geocode( { 'address': "825 Washington St #330, Oakland, CA 94607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-law-office-of-jeff-d-hoffman').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-law-office-of-jeff-d-hoffman'), mapOptions);}document.getElementById('a92deb35').innerHTML += ' | View Map';var $lec8290aa4eb987c563a83a0f07a219bf = '

Law Office of Jeff D. Hoffman

Address: 825 Washington St #330, Oakland, CA 94607, USA
Phone: (510) 451-0290
';var m_ec8290aa4eb987c563a83a0f07a219bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Office of Jeff D. Hoffman',});m_ec8290aa4eb987c563a83a0f07a219bf['infowindow'] = new google.maps.InfoWindow({content: $lec8290aa4eb987c563a83a0f07a219bf});var infowindow = new google.maps.InfoWindow({content: $lec8290aa4eb987c563a83a0f07a219bf});google.maps.event.addListener(m_ec8290aa4eb987c563a83a0f07a219bf, 'click', function() {infowindow.open(map,m_ec8290aa4eb987c563a83a0f07a219bf);});$marker.push(m_ec8290aa4eb987c563a83a0f07a219bf);}});}google.maps.event.addDomListener(window, 'load', initialize);