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.3567,-121.818)};var g_f7ce06530c8b74382f8f8e852a5beda6 = new google.maps.Geocoder();g_f7ce06530c8b74382f8f8e852a5beda6.geocode( { 'address': "3136 Story Rd #3, San Jose, CA 95127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-ses-llc').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-ses-llc'), mapOptions);}document.getElementById('1e5a09f2').innerHTML += ' | View Map';var $lf7ce06530c8b74382f8f8e852a5beda6 = '

SES LLC

Address: 3136 Story Rd #3, San Jose, CA 95127, USA
Phone: (408) 825-4000
';var m_f7ce06530c8b74382f8f8e852a5beda6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SES LLC',});m_f7ce06530c8b74382f8f8e852a5beda6['infowindow'] = new google.maps.InfoWindow({content: $lf7ce06530c8b74382f8f8e852a5beda6});var infowindow = new google.maps.InfoWindow({content: $lf7ce06530c8b74382f8f8e852a5beda6});google.maps.event.addListener(m_f7ce06530c8b74382f8f8e852a5beda6, 'click', function() {infowindow.open(map,m_f7ce06530c8b74382f8f8e852a5beda6);});$marker.push(m_f7ce06530c8b74382f8f8e852a5beda6);}});}google.maps.event.addDomListener(window, 'load', initialize);