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.3821,-121.913)};var g_8ab82264340d89b4c426369808bd77b9 = new google.maps.Geocoder();g_8ab82264340d89b4c426369808bd77b9.geocode( { 'address': "2055 Junction Ave #115, San Jose, CA 95131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-roundleaf-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-roundleaf-inc'), mapOptions);}document.getElementById('614e8929').innerHTML += ' | View Map';var $l8ab82264340d89b4c426369808bd77b9 = '

Roundleaf, Inc.

Address: 2055 Junction Ave #115, San Jose, CA 95131, USA
Phone: (408) 912-2323
';var m_8ab82264340d89b4c426369808bd77b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roundleaf, Inc.',});m_8ab82264340d89b4c426369808bd77b9['infowindow'] = new google.maps.InfoWindow({content: $l8ab82264340d89b4c426369808bd77b9});var infowindow = new google.maps.InfoWindow({content: $l8ab82264340d89b4c426369808bd77b9});google.maps.event.addListener(m_8ab82264340d89b4c426369808bd77b9, 'click', function() {infowindow.open(map,m_8ab82264340d89b4c426369808bd77b9);});$marker.push(m_8ab82264340d89b4c426369808bd77b9);}});}google.maps.event.addDomListener(window, 'load', initialize);