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.3852,-121.897)};var g_aa8cb12cf9bdaf4c309614e7a427b480 = new google.maps.Geocoder();g_aa8cb12cf9bdaf4c309614e7a427b480.geocode( { 'address': "636 Blossom Hill Rd, San Jose, CA 95123"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-apoyo-financiero').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-apoyo-financiero'), mapOptions);}document.getElementById('5cafafea').innerHTML += ' | View Map';var $laa8cb12cf9bdaf4c309614e7a427b480 = '

Apoyo Financiero

Address: 636 Blossom Hill Rd, San Jose, CA 95123
Phone: (408) 620-7716
';var m_aa8cb12cf9bdaf4c309614e7a427b480 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apoyo Financiero',});m_aa8cb12cf9bdaf4c309614e7a427b480['infowindow'] = new google.maps.InfoWindow({content: $laa8cb12cf9bdaf4c309614e7a427b480});var infowindow = new google.maps.InfoWindow({content: $laa8cb12cf9bdaf4c309614e7a427b480});google.maps.event.addListener(m_aa8cb12cf9bdaf4c309614e7a427b480, 'click', function() {infowindow.open(map,m_aa8cb12cf9bdaf4c309614e7a427b480);});$marker.push(m_aa8cb12cf9bdaf4c309614e7a427b480);}});}google.maps.event.addDomListener(window, 'load', initialize);