First I made a Google Fusion table with few points with Latitue and Logitude geo-coded Names.
Then imported into fusion table
See an example here
https://code.earthengine.google.com/78e9375af2c31dbb5381dede4a46d922
Then imported into fusion table
The cryptic code in the FeatureCollection is the ID of the fusion table.
// import the fusion table
var Da = ee.FeatureCollection('ft:18RyzwhfBU0TVFa4HWFEp778Tkd9YV-X1pE_Q1hq6').geometry();
// Set center of map
Map.centerObject(Da, 6);
// show the layer
Map.addLayer(Da);
See an example here
https://code.earthengine.google.com/78e9375af2c31dbb5381dede4a46d922