|  |  | 
 |  |  |         <div class="charts_btn"> | 
 |  |  |         </div> | 
 |  |  |     </div> | 
 |  |  |     <!--<div class="search_box"> | 
 |  |  |         <button id="searchBtn" type="button">搜索</button> | 
 |  |  |         <textarea style="width: 200px;height:200px;" id="searchParam"></textarea> | 
 |  |  |     </div>--> | 
 |  |  |     <!-- <div class="search_box"> | 
 |  |  |          <button id="searchBtn" type="button">搜索</button> | 
 |  |  |          <textarea style="width: 200px;height:200px;" id="searchParam"></textarea> | 
 |  |  |      </div>--> | 
 |  |  |     <!-- <div id="popup_box"> | 
 |  |  |           <div id="equ_list" class="listview"> | 
 |  |  |           </div> | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     function callJS(jsonData) { | 
 |  |  |         // $("#searchParam").val(jsonData); | 
 |  |  |         var jsonData = JSON.parse(jsonData); | 
 |  |  |         var methodName = jsonData.methodName; | 
 |  |  |         if ("JumpBaiduMap" == methodName) { |