Hello experienced Drupal users,
Here is what I am aiming to do:

1. Allow permissioned users to create a custom-content node. The node type is defined using CCK with custom fields. (I know how to do this already.)

2. Allow those users to add a map to the node they create (obviously the map points to the location relevant to their node content). Ideally, they would be able to enter their address, and the address would be converted to a lat & long that could be inserted in the map macro, and the map macro would be automatically added to their node.

The result would be a node with the user's custom content and a map pointing to their entered location.

I have read the documentation on GMap and searched the forums, and cannot figure out how to automate any of that second process. Is this possible in Drupal?

Any help is greatly appreciated.