> at the code and let me know if there are any errors before i copy and
> paste the code 50 times lol.

Hin't : don't copy and paste fifty times.  Put the code in an external
file and re-use it.   You coud rejig it to take parameters from the
main page if you're going to have fifty different locations.

> http://www.localkaraokeshows.com/temp.html

This line -
    <script src="/key.js"></script>
does nothing, you have no key.js file

Do you really want the MStatusControl panel at the bottom?
Remove
    <script src="/MStatusControl.js"></script>
and
     var pos = new GControlPosition(G_ANCHOR_BOTTOM_LEFT, new GSize(0,
-85));
     map.addControl(new MStatusControl({position:pos}));
if you don't want it.


None of this code at the end does anything useful, the map and ads
options have already been set up and used, these get ignored.  You can
take it right out -
  var map;
  var mapOptions = {
     googleBarOptions : {
          style : "new",
          adsOptions: {
                  client: "partner-pub-2586540563481565",
                  channel: "8289234203",
                  adsafe: "high",
                  language: "en"
           }
      }
 }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to