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.2214,-121.981)};var g_f8c4d365c7523d458d3f017efa667bed = new google.maps.Geocoder();g_f8c4d365c7523d458d3f017efa667bed.geocode( { 'address': "11 E Main St, Los Gatos, CA 95030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-xcapital-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-xcapital-inc'), mapOptions);}document.getElementById('52d36933').innerHTML += ' | View Map';var $lf8c4d365c7523d458d3f017efa667bed = '

Xcapital Inc

Address: 11 E Main St, Los Gatos, CA 95030, USA
Phone: (408) 354-4800
';var m_f8c4d365c7523d458d3f017efa667bed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Xcapital Inc',});m_f8c4d365c7523d458d3f017efa667bed['infowindow'] = new google.maps.InfoWindow({content: $lf8c4d365c7523d458d3f017efa667bed});var infowindow = new google.maps.InfoWindow({content: $lf8c4d365c7523d458d3f017efa667bed});google.maps.event.addListener(m_f8c4d365c7523d458d3f017efa667bed, 'click', function() {infowindow.open(map,m_f8c4d365c7523d458d3f017efa667bed);});$marker.push(m_f8c4d365c7523d458d3f017efa667bed);}});}google.maps.event.addDomListener(window, 'load', initialize);