the way that you have it now, you close te createMap function with
the } that is before this line:
function search_control() {}
you need to take that }
and move it after the lines that say:
document.getElementById("auto").style.top="5px";
document.getElementById("auto").style.left="5px";
although I suspect that you should be referencing the "map" element on
those two lines and not the "auto", but I guess you can try it and see
if it works
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.