tags:

views:

4

answers:

1

I am using the link iframe code, directly from the google maps site, but the map when rendered on the page is very different. It is too close and it lacks the custom objects I have placed on the map.

The map is saved and public.

    <iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0"
 marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;
amp;msid=105969386264938156859.0004933a7b5534e8bb519&amp;ll=51.442667,-2.076416&
amp;spn=0.032099,0.051327&amp;z=13&amp;output=embed"></iframe><br /><small>View
 <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;
amp;msid=105969386264938156859.0004933a7b5534e8bb519&amp;ll=51.442667,-2.076416&
amp;spn=0.032099,0.051327&amp;z=13&amp;source=embed" style="color:#0000FF;
text-align:left">Fitzgraham Academy of Dance</a> in a larger map</small>
A: 

The embedded maps are shaky at best, I recommend you look into Google Maps API and program a perfect map for yourself

I suggest you look at this link. It allows you to control the content a lot better. If you have any issues look at the source code on the Samples.

Daniel Hanly