不知道为什么会发生JS错误

问题描述

| 我有美国各州的页面: http://www.comehike.com/outdoors/country.PHP?country_id=1&country_name=United%20个州 据我所知,如果您单击某个状态下的远足链接,则会加载右侧的地图。 但是如果您出于某些原因单击\“ Guam \”,那是唯一无法加载地图的地方。知道为什么会这样吗?我看到JS错误,但不确定为什么只在该页面上发生。 谢谢     

解决方法

        
Error: missing ) after argument list
Source File: http://www.comehike.com/outdoors/state.php?country_id=1&state_id=13&state_name=Guam&country_name=
Line: 1,Column: 23
Source Code:
initialize( 13.444304  144.793732 ); placeParkMarkers ( );
出现此错误 您需要用ѭ1分隔两个坐标值
initialize( 13.444304,144.793732 );