When i embed a map from my maps i use the link that googgle maps provides me This map i can manipulate with Google Maps Data API and Java
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?source=embed&amp;hl=el&amp;geocode=&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;
msid=118122212106261754884.00047ec38974a377d47dd&
ll=39.527348,21.00174&spn=0,0&output=embed"></iframe><br />
but then i can't put it on a div and manipulate it with Google Maps API and Javascript to catch events for example
Now if i use The "Hello, World" of Google Maps i can do all of the above but this map is not in "My Maps" so i can't use the gui and all the operations the google maps give me for a kind of "administration" on the map
How can i combine these technologies? Can Mapplets help me? Click here for an example i made In this example i cannot manipulate the second map with javascript i.e. setCenter() on the map
I'am confused :(