diff --git a/html/script.js b/html/script.js
index c1edb92..16d200f 100644
--- a/html/script.js
+++ b/html/script.js
@@ -2263,6 +2263,7 @@ function initMap() {
if (window && window.location && window.location.protocol == 'https:'
&& !SiteOverride && (globeIndex || uuid || askLocation)
+ && !usp.has('icao') && !usp.has("lat") && !usp.has("lon")
&& localStorage['geoFindMeFirstVisit'] == undefined) {
jQuery("#geoFindMeDialog").dialog({
resizable: false,