$(document).ready(function(){IntialSetUpofMapSections()});function IntialSetUpofMapSections(){$(".googleMap").remove();$(".mapEditArea").each(function(){var a=this.id;a=a.replace("address","");$(".mapEditArea").hide();$(this).parent().append('<div id="map_canvas'+a+'" class="googleMap"></div>');initializeAndShowGoogleMap(a)})};
