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?
Edit:
The solution I went with finally was adding the JS files to the drupal header using the php command drupal_set_html_head() which was found through this link provided by Nikit. I could get nothing else to work properly.