/*	Google Maps JavaScript	*/

GoogleMapsInterface=function() {
	this.googleMaps = [];
}

GoogleMapsInterface.prototype.addMap=function() {

}