Make it global? Never tried that, but I will.
Edit: It worked! Thank you so much! It took less than 10 seconds to fix.
Also how would I add points from a file?
Glad it worked It was awhile since I used the plugin so it was a bit of a long shot lol
As for adding points, I believe you would have to load the file with AJAX then put the data into an array perhaps? What kind of file is it? If its CSV there is a plugin to do CSV to array IIRC.
Then just loop through the array adding the points (the google map plugin should have a add point at x,y).
I might be confusing the google map plugin functionality with my own additions...so if the add point by x,y is not there let me know.