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_35598cfdc8dfc57bfc329c04dfea84a8 = new google.maps.Geocoder();g_35598cfdc8dfc57bfc329c04dfea84a8.geocode( { 'address': "2010 Story Rd, San Jose, CA 95122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-micro-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-micro-branch'), mapOptions);}document.getElementById('c97da3cc').innerHTML += ' | View Map';var $l35598cfdc8dfc57bfc329c04dfea84a8 = '

Micro Branch

Address: 2010 Story Rd, San Jose, CA 95122
Phone: (408) 347-9559
';var m_35598cfdc8dfc57bfc329c04dfea84a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Micro Branch',});m_35598cfdc8dfc57bfc329c04dfea84a8['infowindow'] = new google.maps.InfoWindow({content: $l35598cfdc8dfc57bfc329c04dfea84a8});var infowindow = new google.maps.InfoWindow({content: $l35598cfdc8dfc57bfc329c04dfea84a8});google.maps.event.addListener(m_35598cfdc8dfc57bfc329c04dfea84a8, 'click', function() {infowindow.open(map,m_35598cfdc8dfc57bfc329c04dfea84a8);});$marker.push(m_35598cfdc8dfc57bfc329c04dfea84a8);}});}google.maps.event.addDomListener(window, 'load', initialize);