Say I have a map div:
____________________
| |
| |
| |
| m |
| |
| |
| x |
|___________________|
m is where the marker is now (actually I don't really care where the marker is initially). I want to move the marker 5% div height, 8% div width from the bottom left corner to the x location (moving by pixels is okay too). Given that the map size can be of any size, how would I go about moving a marker from m to location x in the map.
Note: Just to clarify, I don't want the location(lat, lng) of the marker to change, but rather move the map such that the marker moves in the map div to location x.