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.3375,-121.894)};var g_798dc909619033d2d9b2950db0c7f832 = new google.maps.Geocoder();g_798dc909619033d2d9b2950db0c7f832.geocode( { 'address': "111 W St John St #800, San Jose, CA 95113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-opportunity-fund---small-business-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-opportunity-fund---small-business-loans'), mapOptions);}document.getElementById('dbfdc2ff').innerHTML += ' | View Map';var $l798dc909619033d2d9b2950db0c7f832 = '

Opportunity Fund - Small Business Loans

Address: 111 W St John St #800, San Jose, CA 95113, USA
Phone: (408) 297-0204
';var m_798dc909619033d2d9b2950db0c7f832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Opportunity Fund - Small Business Loans',});m_798dc909619033d2d9b2950db0c7f832['infowindow'] = new google.maps.InfoWindow({content: $l798dc909619033d2d9b2950db0c7f832});var infowindow = new google.maps.InfoWindow({content: $l798dc909619033d2d9b2950db0c7f832});google.maps.event.addListener(m_798dc909619033d2d9b2950db0c7f832, 'click', function() {infowindow.open(map,m_798dc909619033d2d9b2950db0c7f832);});$marker.push(m_798dc909619033d2d9b2950db0c7f832);}});}google.maps.event.addDomListener(window, 'load', initialize);