Fix for Code

  1.   //Add JavaScript to sycn rollover of titles to map markers.
  2.   drupal_add_js('function showGmapMarkerText(markerID) {
  3.    marker = Drupal.settings.gmap.auto1map.markers[markerID];
  4.    marker.marker.openInfoWindowHtml(marker.text);
  5.    }', 'inline', 'header');
  6.  
  7. You need to change the 'auto1map' to be whatever your map id is.

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.