I'm a rather novice javascript programmer, but I am trying to populate a drop-down select object with the results of a neo4j query. The issue I am having is that I put my neo4j query code into a function, but I can't seem to get my calling function t...