I get a javascript error:
Error: map is not defined
Source File: http://kidsmedicalcare.com/map30.htm
Line: 27
Your map variable is local to your initialize function.
I would suggest moving your code that creates the marker inside the
initialize function, which is initializing the map variable after the
page finishes loading.
-- Larry