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.2879,-121.935)};var g_acbbf22cf61fdf95629a830a01ee01ed = new google.maps.Geocoder();g_acbbf22cf61fdf95629a830a01ee01ed.geocode( { 'address': "Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-california-secured-funding').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-california-secured-funding'), mapOptions);}document.getElementById('fc413c2b').innerHTML += ' | View Map';var $lacbbf22cf61fdf95629a830a01ee01ed = '

California Secured Funding

Address: Campbell, CA 95008, USA
Phone: (408) 558-0845
';var m_acbbf22cf61fdf95629a830a01ee01ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Secured Funding',});m_acbbf22cf61fdf95629a830a01ee01ed['infowindow'] = new google.maps.InfoWindow({content: $lacbbf22cf61fdf95629a830a01ee01ed});var infowindow = new google.maps.InfoWindow({content: $lacbbf22cf61fdf95629a830a01ee01ed});google.maps.event.addListener(m_acbbf22cf61fdf95629a830a01ee01ed, 'click', function() {infowindow.open(map,m_acbbf22cf61fdf95629a830a01ee01ed);});$marker.push(m_acbbf22cf61fdf95629a830a01ee01ed);}});}google.maps.event.addDomListener(window, 'load', initialize);