var underscore = Object.keys(map)[0].substr(0,1);
var underscore = ' _'.substr(1,1);
map[underscore + "canMoveTo"] = function() { return true };