To be more precise, what I try to accomplish is that while I Drag a Google Map there\'s a Google Maps Marker that stays fixed
You can use google map drag event:
google.maps.event.addListener(map, 'dragend', function() { marker.setPosition(map.getCenter()); } );