is there anyway i can save the map position and zoom a user sets on the google map on my site so when they refresh the page it will load the map to their last position and zoom level?
i thought about possibly saving the map co-ordinates and zoom level in a session variable but im not 100% sure how i would update the session variable each time the map was moved/zoomed?
i think i know how i can get the session variable back into the map, its just getting it to update the variable?