SyntaxFix
Write A Post
Hire A Developer
Questions
You could just call getPosition() on the Marker - have you tried that?
getPosition()
Marker
If you're on the deprecated, v2 of the JavaScript API, you can call getLatLng() on GMarker.
getLatLng()
GMarker