Following is the error :
Code: Select all
'+ phocaLocation +'
'; infoPhocaWindowGlobal.open(mapPhocaMap, markerPhocaMarkerGlobal ); if (window.parent) window.parent.phocaSelectMap_jform_latitude(phocaLocation.lat()); if (window.parent) window.parent.phocaSelectMap_jform_longitude(phocaLocation.lng()); if (window.parent) setPMGPSLatitudeJForm( phocaLocation.lat()); if (window.parent) setPMGPSLongitudeJForm( phocaLocation.lng()); } else { alert("Geocode not found (" + status + ")"); } }); } } function initialize() { tstPhocaMap.setAttribute("oldValue",0); tstPhocaMap.setAttribute("refreshMap",0); tstIntPhocaMap = setInterval("CheckPhocaMap()",500); } google.setOnLoadCallback(initialize); //]]>
Any help is much appreciated. Thanks in advance.