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_0c836be97564457619349887cf51b3ba = new google.maps.Geocoder();g_0c836be97564457619349887cf51b3ba.geocode( { 'address': "6835 Almaden Rd, San Jose, CA 95120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-innovative-capital-resources').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-innovative-capital-resources'), mapOptions);}document.getElementById('84b35198').innerHTML += ' | View Map';var $l0c836be97564457619349887cf51b3ba = '

Innovative Capital Resources

Address: 6835 Almaden Rd, San Jose, CA 95120
Phone: (408) 927-7159
';var m_0c836be97564457619349887cf51b3ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Innovative Capital Resources',});m_0c836be97564457619349887cf51b3ba['infowindow'] = new google.maps.InfoWindow({content: $l0c836be97564457619349887cf51b3ba});var infowindow = new google.maps.InfoWindow({content: $l0c836be97564457619349887cf51b3ba});google.maps.event.addListener(m_0c836be97564457619349887cf51b3ba, 'click', function() {infowindow.open(map,m_0c836be97564457619349887cf51b3ba);});$marker.push(m_0c836be97564457619349887cf51b3ba);}});}google.maps.event.addDomListener(window, 'load', initialize);