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.2783,-121.955)};var g_4f4462c0029f8008f3e8329ea28fbdbb = new google.maps.Geocoder();g_4f4462c0029f8008f3e8329ea28fbdbb.geocode( { 'address': "1475 S Bascom Ave, Campbell, CA 95008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-silicon-valley-capital-funding').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-silicon-valley-capital-funding'), mapOptions);}document.getElementById('72b13f82').innerHTML += ' | View Map';var $l4f4462c0029f8008f3e8329ea28fbdbb = '

Silicon Valley Capital Funding

Address: 1475 S Bascom Ave, Campbell, CA 95008
Phone: (408) 558-6600
';var m_4f4462c0029f8008f3e8329ea28fbdbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silicon Valley Capital Funding',});m_4f4462c0029f8008f3e8329ea28fbdbb['infowindow'] = new google.maps.InfoWindow({content: $l4f4462c0029f8008f3e8329ea28fbdbb});var infowindow = new google.maps.InfoWindow({content: $l4f4462c0029f8008f3e8329ea28fbdbb});google.maps.event.addListener(m_4f4462c0029f8008f3e8329ea28fbdbb, 'click', function() {infowindow.open(map,m_4f4462c0029f8008f3e8329ea28fbdbb);});$marker.push(m_4f4462c0029f8008f3e8329ea28fbdbb);}});}google.maps.event.addDomListener(window, 'load', initialize);