I've looked, and will continue to look through many more forum posts, but I have not found a solution to this simple question.
Easy enough, I get some data from a server, I manipulate this data in my .php file and create four variables. My variables are (for simplicity) $v1, $v2, $v3, $v4. Now I also have a .js file that I would like to use these four variables in. Specifically, I would like to use these variables in a google maps marker (but you don't have to answer if you do not know) but how might I grab these variables and use their values in my google maps marker (.js file)?