see if using GLatLng instead of GPoint helps: var point = new GLatLng(#dLatitude#, #dLongitude#);
(use same in your centerAndZoom() function call) also, i do not remember why now, but i had to use map = new google.maps.Map2(...) instead of new GMap2(...) to make it work... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jenny Gavin-Wear wrote: > hi all .. trying to get a marker to show on the google map api ... extract > of code below .. > > anyone have any ideas as to why my marker isn't visible, please? > > tia, jenny > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322465 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

