(lat, lng, zoom)
| 1187 | } |
| 1188 | |
| 1189 | function centerMap (lat, lng, zoom) { |
| 1190 | var loc = new google.maps.LatLng(lat, lng) |
| 1191 | |
| 1192 | map.setCenter(loc) |
| 1193 | |
| 1194 | if (zoom) { |
| 1195 | storeZoom = false |
| 1196 | map.setZoom(zoom) |
| 1197 | } |
| 1198 | } |
| 1199 | |
| 1200 | function i8ln (word) { |
| 1201 | if ($.isEmptyObject(i8lnDictionary) && language !== 'en' && languageLookups < languageLookupThreshold) { |