I have searched every post pertaining to missing markers with gmap I could find and still cannot resolve this problem. I am using Gmap 6x1.0 and Location 6x3.0. I have created a custom theme for displaying the map and everything works great with the exception of the marker displaying on the view. The markers display correctly on the edit page, just not the view page. The view page recognizes the location when zoomed, but again, just no markers. The node can be viewed at http://dev.slyd.us/drupal/foundation/node/53. I am using the following code on my theme:

print gmap_simple_map($lat, $long, '', '', 12, 'default', 'default', 'FALSE', '');

If anyone can provide assistance it would be greatly appreciated.