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.2296,-121.967)};var g_3232b891cab7becfcb2802ac96bb7515 = new google.maps.Geocoder();g_3232b891cab7becfcb2802ac96bb7515.geocode( { 'address': "455 Los Gatos Blvd #100, Los Gatos, CA 95032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-gatos-CA-victoria-capital-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-gatos-CA-victoria-capital-inc'), mapOptions);}document.getElementById('9bea3cb9').innerHTML += ' | View Map';var $l3232b891cab7becfcb2802ac96bb7515 = '

Victoria Capital, Inc.

Address: 455 Los Gatos Blvd #100, Los Gatos, CA 95032, USA
Phone: (408) 399-0103
';var m_3232b891cab7becfcb2802ac96bb7515 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victoria Capital, Inc.',});m_3232b891cab7becfcb2802ac96bb7515['infowindow'] = new google.maps.InfoWindow({content: $l3232b891cab7becfcb2802ac96bb7515});var infowindow = new google.maps.InfoWindow({content: $l3232b891cab7becfcb2802ac96bb7515});google.maps.event.addListener(m_3232b891cab7becfcb2802ac96bb7515, 'click', function() {infowindow.open(map,m_3232b891cab7becfcb2802ac96bb7515);});$marker.push(m_3232b891cab7becfcb2802ac96bb7515);}});}google.maps.event.addDomListener(window, 'load', initialize);