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.0488,-122.16)};var g_026b731b9456908b946ec015462ff29d = new google.maps.Geocoder();g_026b731b9456908b946ec015462ff29d.geocode( { 'address': "555 1st St #102, Benicia, CA 94510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benicia-CA-guy-benjamin').style.display = '';map = new google.maps.Map(document.getElementById('benicia-CA-guy-benjamin'), mapOptions);}document.getElementById('1dc59998').innerHTML += ' | View Map';var $l026b731b9456908b946ec015462ff29d = '

Guy Benjamin

Address: 555 1st St #102, Benicia, CA 94510, USA
Phone: (707) 392-5179
';var m_026b731b9456908b946ec015462ff29d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guy Benjamin',});m_026b731b9456908b946ec015462ff29d['infowindow'] = new google.maps.InfoWindow({content: $l026b731b9456908b946ec015462ff29d});var infowindow = new google.maps.InfoWindow({content: $l026b731b9456908b946ec015462ff29d});google.maps.event.addListener(m_026b731b9456908b946ec015462ff29d, 'click', function() {infowindow.open(map,m_026b731b9456908b946ec015462ff29d);});$marker.push(m_026b731b9456908b946ec015462ff29d);}});}google.maps.event.addDomListener(window, 'load', initialize);