I have a website with some custom profile properties:
OfficeAddress, OfficeAddressLine2, OfficeCity, OfficeState, OfficeZip, OfficeHours, OfficePhone, OfficeFax
All users will have valid addresses.
I would like to create a google map that shows these locations on the fly. If someone changes their address, it should change on the map.
Is there a good module to do this? I looked at the DNN Maps core module but it seems to be an abandoned project... and you have to manually edit the GeoCodes.
I don't mind adding Office Longitude and Office Latitude to the profile properties... then users can really pinpoint where they want their office to be.
Any third party modules? A link to google maps directions when clicking on a "pin" would also be great.
Thanks!