It would look like this:
var p1 = 343, p2 = 5, p3 = 6, p4 = 2, p5 = 86528, p6 = 875433,
p7 = longitude, p8 = latitude, p9 = 'COORDENADAS';
Note that you have 9 parameters there, you need to save in 9 variables. I could use the array too, but I think it's even better in this case that there are 9 variables. The only thing that should change in relation to what I did is give more meaningful names to the variables, indicating what each parameter is.
You may think it is not a good solution, but I do not see a better one, even though there are other creatives. I do not really know why you need this, you may not even have this need. It does not make much sense to do this. It's possible that all the design of the application is wrong.