JGooMap Button Editor

Now, available for Joomla 1.6.1 and above. Joomla 1.6.0 has a bug where it prevents the saving of javascript into a Joomla Content Article.
A Professional version is in the works.
Change Log
==========
Varsion 0.18.2 March 29, 2011
* Ported to Joomla 1.6.1++
Version 0.18.0 Feb 6,2011
* Added Easy Search Map location to the module parameters.
Version(for Joomla 1.5) 0.17.2
* Removed exrta div inserted into article.
Version 0.17.0
* Update to Google Map 3, Google Map API Key is no longer need.
Version 0.16.0
* Ability to dynamically resize the map in JGooMap Editor
* Ability optional choose to open the tool's map in a iframe shadow box or a new window.
* Ability to turn on and off the Google Search Bar in the tool's map.
* Added the option for default controls.
* Ability to add the 3D Large Map control to a map.
Version 0.15.0
* Fixed issue when javascript is inserted with TinyMCE 3.2.4.1+ and Joomla 1.5.14 the script tag is filtered incorrectly by the content editor while saving.
* Added installation help file.
* Add upgraded method to install file.
* Added width parameter for the Info Window.
* Added width parameter for the Marker's Info Window.
Version 0.14.2
* Using GMap2 class instead of GMap class.
* Fix issue with TinyMCE 2.0 and IE for Joomla version 1.5.0 to 1.5.12.
Version 0.14
* Change Name to JGooMap
* Changed License to GPL.
* Interface Change to accommodate smaller screens.
* Add Go button to quickly pan map to desired location of latitude and longitude.
* Ability to add the Google Search Bar
* Ability to add routes to the map.
* Add functionality to disable controls when setting map to fixed position.
* Disable some controls when others are enabled.
* Ability to change marker's title.
Version 0.13
* Added support for JCE Editor
However if I add 2 maps the second map is displayed in position one and position 2 just displays "Google map"
Is this plug-in incapable of showing multiple maps?
"Google Map
function initializeGoogleMap(){ if (GBrowserIsCompatible()) { var gmap = document.getElementById('gmap'); var map = new GMap( gmap, { mapTypes: G_DEFAULT_MAP_TYPES, size: new GSize(400, 300) } ); map.setCenter( new GLatLng( 46.86770273172814, 18.10546875), 7); map.enableDragging(); map.disableScrollWheelZoom(); var control; } } GEvent.addDomListener(window, 'load', initializeGoogleMap); GEvent.addDomListener(window, 'unload', GUnload); "
System: clear Joomla 1.5.10 stable ver., wampserver
Please setup the article and content editor parameters correctly or the insert javascript will be black listed from the saved article.

