Adding Google Map to Contact Info Page in Drupal
- by clang1234
I'm trying to display a Google Map inside a drupal page. The map will only have the business location marker on it, with no need for a user to submitted their own markers.
So far I've loaded the Gmap, Location, and CCK modules. I've attempted to enable a location field for Page content types, which allows me to input an address, but this doesn't display the actual map.
I'm sure I'm missing something simple here. Any help?