緯度経度の取得(google maps)

表示している地図の中心緯度経度の取得
map.getCenter();


プロットしたマーカーの緯度経度の取得
marker.getPoint();


ズームレベルの取得
map.getZoom();

HTML5