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.2878,-121.935)};var g_3bb3e286bd8322812a5ba6efb62f21e8 = new google.maps.Geocoder();g_3bb3e286bd8322812a5ba6efb62f21e8.geocode( { 'address': "1999 S Bascom Ave #700, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-benegroup').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-benegroup'), mapOptions);}document.getElementById('6441067d').innerHTML += ' | View Map';var $l3bb3e286bd8322812a5ba6efb62f21e8 = '

BeneGroup

Address: 1999 S Bascom Ave #700, Campbell, CA 95008, USA
Phone: (408) 315-2834
';var m_3bb3e286bd8322812a5ba6efb62f21e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BeneGroup',});m_3bb3e286bd8322812a5ba6efb62f21e8['infowindow'] = new google.maps.InfoWindow({content: $l3bb3e286bd8322812a5ba6efb62f21e8});var infowindow = new google.maps.InfoWindow({content: $l3bb3e286bd8322812a5ba6efb62f21e8});google.maps.event.addListener(m_3bb3e286bd8322812a5ba6efb62f21e8, 'click', function() {infowindow.open(map,m_3bb3e286bd8322812a5ba6efb62f21e8);});$marker.push(m_3bb3e286bd8322812a5ba6efb62f21e8);}});}google.maps.event.addDomListener(window, 'load', initialize);