diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..3be9129b9f Binary files /dev/null and b/.DS_Store differ diff --git a/express-back-end/.DS_Store b/express-back-end/.DS_Store new file mode 100644 index 0000000000..3785bf9515 Binary files /dev/null and b/express-back-end/.DS_Store differ diff --git a/express-back-end/.gitignore b/express-back-end/.gitignore index 713d5006da..5a00c13d41 100644 --- a/express-back-end/.gitignore +++ b/express-back-end/.gitignore @@ -1,2 +1,3 @@ node_modules/ .env +.DS_Store diff --git a/express-back-end/.vscode/settings.json b/express-back-end/.vscode/settings.json new file mode 100644 index 0000000000..f49be6d3cf --- /dev/null +++ b/express-back-end/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "usersdatabase" + ] +} \ No newline at end of file diff --git a/express-back-end/README.md b/express-back-end/README.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/express-back-end/middleware/authorization.js b/express-back-end/middleware/authorization.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/express-back-end/package-lock.json b/express-back-end/package-lock.json new file mode 100644 index 0000000000..5ba372ee5c --- /dev/null +++ b/express-back-end/package-lock.json @@ -0,0 +1,3030 @@ +{ + "name": "express-back-end", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "express-back-end", + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "bcrypt": "^5.1.1", + "body-parser": "^1.20.2", + "cors": "^2.8.5", + "dotenv": "^16.4.1", + "express": "^4.16.4", + "nodemon": "^3.0.3", + "pg": "^8.11.3" + } + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/are-we-there-yet/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/bcrypt": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz", + "integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==", + "hasInstallScript": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.11", + "node-addon-api": "^5.0.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer-writer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", + "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "dependencies": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/dotenv": { + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha512-bl1LAgiQc4ZWr++pNYUdRe/alecaHFeHxIJ/pNciqGdKXghaTCOwKkbKp6ye7pKZGu/GcaSXFk8PBVhgs+dJdA==", + "optional": true, + "peer": true, + "dependencies": { + "iconv-lite": "~0.4.13" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/express/node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "dependencies": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "dependencies": { + "get-intrinsic": "^1.2.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-addon-api": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz", + "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" + }, + "node_modules/nodemon": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^4", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/nodemon/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/nodemon/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/packet-reader": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz", + "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==" + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/pg": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.3.tgz", + "integrity": "sha512-+9iuvG8QfaaUrrph+kpF24cXkH1YOOUeArRNYIxq1viYHZagBxrTno7cecY1Fa44tJeZvaoG+Djpkc3JwehN5g==", + "dependencies": { + "buffer-writer": "2.0.0", + "packet-reader": "1.0.0", + "pg-connection-string": "^2.6.2", + "pg-pool": "^3.6.1", + "pg-protocol": "^1.6.0", + "pg-types": "^2.1.0", + "pgpass": "1.x" + }, + "engines": { + "node": ">= 8.0.0" + }, + "optionalDependencies": { + "pg-cloudflare": "^1.1.1" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } + } + }, + "node_modules/pg-cloudflare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz", + "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==", + "optional": true + }, + "node_modules/pg-connection-string": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", + "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==" + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-pool": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.1.tgz", + "integrity": "sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz", + "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==" + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "node_modules/set-function-length": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz", + "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==", + "dependencies": { + "define-data-property": "^1.1.1", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.2", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "dependencies": { + "@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "requires": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "dependencies": { + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + } + }, + "node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "requires": { + "abbrev": "1" + } + } + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "requires": { + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" + }, + "are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "bcrypt": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz", + "integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==", + "requires": { + "@mapbox/node-pre-gyp": "^1.0.11", + "node-addon-api": "^5.0.0" + } + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" + }, + "body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "buffer-writer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz", + "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==" + }, + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + }, + "call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "requires": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "requires": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + } + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + }, + "detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==" + }, + "dotenv": { + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", + "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==" + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha512-bl1LAgiQc4ZWr++pNYUdRe/alecaHFeHxIJ/pNciqGdKXghaTCOwKkbKp6ye7pKZGu/GcaSXFk8PBVhgs+dJdA==", + "optional": true, + "peer": true, + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + } + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + } + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + } + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "requires": { + "minipass": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "requires": { + "yallist": "^4.0.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "optional": true + }, + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + }, + "gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "requires": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + } + }, + "get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "requires": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "requires": { + "get-intrinsic": "^1.2.2" + } + }, + "has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + }, + "hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "requires": { + "function-bind": "^1.1.2" + } + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "requires": { + "agent-base": "6", + "debug": "4" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "requires": { + "yallist": "^4.0.0" + } + } + } + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "node-addon-api": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz", + "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" + }, + "nodemon": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", + "requires": { + "chokidar": "^3.5.2", + "debug": "^4", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "requires": { + "abbrev": "1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "requires": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" + }, + "object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "requires": { + "wrappy": "1" + } + }, + "packet-reader": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz", + "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "pg": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.3.tgz", + "integrity": "sha512-+9iuvG8QfaaUrrph+kpF24cXkH1YOOUeArRNYIxq1viYHZagBxrTno7cecY1Fa44tJeZvaoG+Djpkc3JwehN5g==", + "requires": { + "buffer-writer": "2.0.0", + "packet-reader": "1.0.0", + "pg-cloudflare": "^1.1.1", + "pg-connection-string": "^2.6.2", + "pg-pool": "^3.6.1", + "pg-protocol": "^1.6.0", + "pg-types": "^2.1.0", + "pgpass": "1.x" + } + }, + "pg-cloudflare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz", + "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==", + "optional": true + }, + "pg-connection-string": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", + "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==" + }, + "pg-int8": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" + }, + "pg-pool": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.1.tgz", + "integrity": "sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==", + "requires": {} + }, + "pg-protocol": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz", + "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==" + }, + "pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "requires": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + } + }, + "pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "requires": { + "split2": "^4.1.0" + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" + }, + "postgres-bytea": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", + "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==" + }, + "postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" + }, + "postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "requires": { + "xtend": "^4.0.0" + } + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + } + }, + "pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "requires": { + "side-channel": "^1.0.4" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "requires": { + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + } + } + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "set-function-length": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz", + "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==", + "requires": { + "define-data-property": "^1.1.1", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.2", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.1" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "requires": { + "semver": "^7.5.3" + } + }, + "split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + }, + "touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "requires": { + "nopt": "~1.0.10" + } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "requires": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/express-back-end/package.json b/express-back-end/package.json index 587e3fc2cc..7f76485e2f 100644 --- a/express-back-end/package.json +++ b/express-back-end/package.json @@ -6,11 +6,16 @@ "author": "garrettgsb", "license": "MIT", "scripts": { - "go": "nodemon server.js" + "go": "nodemon server.js", + "start": "concurrently \"npm run go\" \"cd ../react-front-end && npm start\"" }, "dependencies": { - "body-parser": "^1.18.3", + "bcrypt": "^5.1.1", + "body-parser": "^1.20.2", + "cors": "^2.8.5", + "dotenv": "^16.4.1", "express": "^4.16.4", - "nodemon": "^1.18.7" + "nodemon": "^3.0.3", + "pg": "^8.11.3" } } diff --git a/express-back-end/routes/favorites.js b/express-back-end/routes/favorites.js new file mode 100644 index 0000000000..4fd67a2ba2 --- /dev/null +++ b/express-back-end/routes/favorites.js @@ -0,0 +1,55 @@ +// favorites.js + +const router = require("express").Router(); +const pool = require("../db"); +const authorization = require("../middleware/authorization"); + +// Add a favorite gas station + +router.post("/", authorization, async (req, res) => { + try { + const { user_id, gas_station_id } = req.body; + const newFavorite = await pool.query( + "INSERT INTO favorites (user_id, gas_station_id) VALUES ($1, $2) RETURNING *", + [user_id, gas_station_id] + ); + res.json(newFavorite.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Get all favorite gas stations for a user + +router.get("/:id", authorization, async (req, res) => { + try { + const { id } = req.params; + const favorites = await pool.query( + "SELECT * FROM favorites WHERE user_id = $1", + [id] + ); + res.json(favorites.rows); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Delete a favorite gas station + +router.delete("/:id", authorization, async (req, res) => { + try { + const { id } = req.params; + const deleteFavorite = await pool.query( + "DELETE FROM favorites WHERE favorite_id = $1", + [id] + ); + res.json("Favorite was deleted"); + } catch (err) { + console.log(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; diff --git a/express-back-end/routes/favoritesRoutes.js b/express-back-end/routes/favoritesRoutes.js new file mode 100644 index 0000000000..766fc5cf2f --- /dev/null +++ b/express-back-end/routes/favoritesRoutes.js @@ -0,0 +1,11 @@ +// favoritesRoutes.js +import express from 'express'; +const router = express.Router(); + +router.post('/removeAll', (req, res) => { + // Implement the logic to remove all favorites + console.log('All favorites removed'); + res.json({ success: true, message: 'All favorites removed.' }); +}); + +export default router; diff --git a/express-back-end/routes/gas-station-price.js b/express-back-end/routes/gas-station-price.js new file mode 100644 index 0000000000..3319bb80bd --- /dev/null +++ b/express-back-end/routes/gas-station-price.js @@ -0,0 +1,81 @@ +// gas-station-price.js + +const router = require("express").Router(); +const pool = require("../db"); +const authorization = require("../middleware/authorization"); + +// Get all gas station prices +router.get("/", async (req, res) => { + try { + const gasStationPrices = await pool.query( + "SELECT * FROM gas_station_price" + ); + res.json(gasStationPrices.rows); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Get a gas station price +router.get("/:id", async (req, res) => { + try { + const { id } = req.params; + const gasStationPrice = await pool.query( + "SELECT * FROM gas_station_price WHERE gas_station_price_id = $1", + [id] + ); + res.json(gasStationPrice.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Add a gas station price +router.post("/", authorization, async (req, res) => { + try { + const { gas_station_id, gas_type_id, price, date } = req.body; + const newGasStationPrice = await pool.query( + "INSERT INTO gas_station_price (gas_station_id, gas_type_id, price, date) VALUES ($1, $2, $3, $4) RETURNING *", + [gas_station_id, gas_type_id, price, date] + ); + res.json(newGasStationPrice.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Update a gas station price +router.put("/:id", authorization, async (req, res) => { + try { + const { id } = req.params; + const { gas_station_id, gas_type_id, price, date } = req.body; + const updateGasStationPrice = await pool.query( + "UPDATE gas_station_price SET gas_station_id = $1, gas_type_id = $2, price = $3, date = $4 WHERE gas_station_price_id = $5", + [gas_station_id, gas_type_id, price, date, id] + ); + res.json("Gas station price was updated!"); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Delete a gas station price +router.delete("/:id", authorization, async (req, res) => { + try { + const { id } = req.params; + const deleteGasStationPrice = await pool.query( + "DELETE FROM gas_station_price WHERE gas_station_price_id = $1", + [id] + ); + res.json("Gas station price was deleted!"); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; diff --git a/express-back-end/routes/gas-stations.js b/express-back-end/routes/gas-stations.js new file mode 100644 index 0000000000..63308d97d5 --- /dev/null +++ b/express-back-end/routes/gas-stations.js @@ -0,0 +1,104 @@ +const router = require("express").Router(); +const db = require('../src/db/connection'); +const authorization = require("../middleware/authorization"); + + +// Get all gas stations within a certain distance of the user's location +router.get("/", async (req, res) => { + try { + const { lat, lng } = req.query; + + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE ST_DistanceSphere( + ST_MakePoint(l.lng, l.lat), + ST_MakePoint($1, $2) + ) < 10000; + `; + + const gasStations = await db.query(query, [lng, lat]); + res.json(gasStations.rows); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + + +// Get a gas station +router.get("/:id", async (req, res) => { + try { + const { id } = req.params; + const gasStation = await db.query( + "SELECT * FROM gas_stations WHERE gas_station_id = $1", + [id] + ); + res.json(gasStation.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Add a gas station +router.post("/", async (req, res) => { + try { + const { name, address, city, state, zip, lat, long } = req.body; + const newGasStation = await db.query( + "INSERT INTO gas_stations (gas_station_name, gas_station_address, gas_station_city, gas_station_state, gas_station_zip, gas_station_lat, gas_station_long) VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING *", + [name, address, city, state, zip, lat, long] + ); + res.json(newGasStation.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Update a gas station +router.put("/:id", async (req, res) => { + try { + const { id } = req.params; + const { name, address, city, state, zip, lat, long } = req.body; + const updateGasStation = await db.query( + "UPDATE gas_stations SET gas_station_name = $1, gas_station_address = $2, gas_station_city = $3, gas_station_state = $4, gas_station_zip = $5, gas_station_lat = $6, gas_station_long = $7 WHERE gas_station_id = $8 RETURNING *", + [name, address, city, state, zip, lat, long, id] + ); + res.json(updateGasStation.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Delete a gas station +router.delete("/:id", async (req, res) => { + try { + const { id } = req.params; + const deleteGasStation = await db.query( + "DELETE FROM gas_stations WHERE gas_station_id = $1", + [id] + ); + res.json("Gas station was deleted"); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; + diff --git a/express-back-end/routes/historyRoutes.js b/express-back-end/routes/historyRoutes.js new file mode 100644 index 0000000000..3845098f66 --- /dev/null +++ b/express-back-end/routes/historyRoutes.js @@ -0,0 +1,11 @@ +// historyRoutes.js +import express from 'express'; +const router = express.Router(); + +router.post('/clear', (req, res) => { + // Implement the logic to clear search history + console.log('Search history cleared'); + res.json({ success: true, message: 'Search history cleared.' }); +}); + +export default router; diff --git a/express-back-end/routes/location.js b/express-back-end/routes/location.js new file mode 100644 index 0000000000..9fee320265 --- /dev/null +++ b/express-back-end/routes/location.js @@ -0,0 +1,14 @@ +// location.js + +const router = require("express").Router(); +const pool = require("../db"); +const authorization = require("../middleware/authorization"); + +// Get location of user from search bar +// TODO, still need to implement this + + +// allow or deny location sharing + + +module.exports = router; diff --git a/express-back-end/routes/logout.js b/express-back-end/routes/logout.js new file mode 100644 index 0000000000..7bb8e05ce8 --- /dev/null +++ b/express-back-end/routes/logout.js @@ -0,0 +1,16 @@ +// logout.js + +const router = require("express").Router(); +const pool = require("../db"); +const authorization = require("../middleware/authorization"); + +router.post("/", authorization, async (req, res) => { + try { + res.json("Logged out"); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; diff --git a/express-back-end/routes/register.js b/express-back-end/routes/register.js new file mode 100644 index 0000000000..146b63cce2 --- /dev/null +++ b/express-back-end/routes/register.js @@ -0,0 +1,40 @@ +// register.js + +const router = require("express").Router(); +const pool = require("../db"); +const bcrypt = require("bcrypt"); +const jwtGenerator = require("../utils/jwtGenerator"); + +// Registering +router.post("/", async (req, res) => { + try { + const { name, email, password } = req.body; + + // + const user = await pool.query( + "SELECT * FROM users WHERE user_email = $1", + [email] + ); + + if (user.rows.length !== 0) { + return res.status(401).send("User already exists"); + } else { + const saltRound = 10; + const salt = await bcrypt.genSalt(saltRound); + const bcryptPassword = await bcrypt.hash(password, salt); // hash the password + + const newUser = await pool.query( + "INSERT INTO users (user_name, user_email, user_password) VALUES ($1, $2, $3) RETURNING *", + [name, email, bcryptPassword] + ); // insert the new user into the database + + const token = jwtGenerator(newUser.rows[0].user_id); + res.json({ token }); + } + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; diff --git a/express-back-end/routes/settingsRoutes.js b/express-back-end/routes/settingsRoutes.js new file mode 100644 index 0000000000..06ea7da210 --- /dev/null +++ b/express-back-end/routes/settingsRoutes.js @@ -0,0 +1,26 @@ +import express from 'express'; +const router = express.Router(); + +// Mock database for demonstration +let settings = { + notification: 'on', + distanceUnit: 'miles', + preciseLocation: 'on' +}; + +router.post('/notification', (req, res) => { + settings.notification = req.body.notification; + res.json({ success: true, settings }); +}); + +router.post('/distanceUnit', (req, res) => { + settings.distanceUnit = req.body.distanceUnit; + res.json({ success: true, settings }); +}); + +router.post('/preciseLocation', (req, res) => { + settings.preciseLocation = req.body.preciseLocation; + res.json({ success: true, settings }); +}); + +export default router; diff --git a/express-back-end/routes/user-location.js b/express-back-end/routes/user-location.js new file mode 100644 index 0000000000..39a33bcdb5 --- /dev/null +++ b/express-back-end/routes/user-location.js @@ -0,0 +1,19 @@ +// user-location.js +const router = require("express").Router(); +const db = require('../src/db/connection'); + +// Handle user location data +router.post("/", async (req, res) => { + try { + const { latitude, longitude } = req.body; + + + + res.status(200).json({ message: 'User location received successfully' }); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; \ No newline at end of file diff --git a/express-back-end/routes/users.js b/express-back-end/routes/users.js new file mode 100644 index 0000000000..4badb1be4c --- /dev/null +++ b/express-back-end/routes/users.js @@ -0,0 +1,68 @@ +// users.js +//note to self: check back on this later + +const router = require("express").Router(); +const pool = require("../db"); +const bcrypt = require("bcrypt"); + +// Get all users + +router.get("/", async (req, res) => { + try { + const users = await pool.query("SELECT * FROM users"); + res.json(users.rows); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// add a user to the database + +router.post("/", async (req, res) => { + try { + const { user_name, user_email, user_password } = req.body; + + const user = await pool.query( + "SELECT * FROM users WHERE user_email = $1", + [user_email] + ); + + if (user.rows.length !== 0) { + return res.status(401).send("User already exists"); + } else { + const saltRound = 10; + const salt = await bcrypt.genSalt(saltRound); + const bcryptPassword = await bcrypt.hash(user_password, salt); // hash the password + + const newUser = await pool.query( + "INSERT INTO users (user_name, user_email, user_password) VALUES ($1, $2, $3) RETURNING *", + [user_name, user_email, bcryptPassword] + ); // insert the new user into the database + + res.json(newUser.rows[0]); + } + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +// Get a user + +router.get("/:id", async (req, res) => { + try { + const { id } = req.params; + const user = await pool.query( + "SELECT * FROM users WHERE user_id = $1", + [id] + ); // insert the new user into the database + + res.json(user.rows[0]); + } catch (err) { + console.error(err.message); + res.status(500).send("Server error"); + } +}); + +module.exports = router; diff --git a/express-back-end/server.js b/express-back-end/server.js index f423c2f67a..c6811e224b 100644 --- a/express-back-end/server.js +++ b/express-back-end/server.js @@ -1,19 +1,52 @@ -const Express = require('express'); -const App = Express(); -const BodyParser = require('body-parser'); -const PORT = 8080; +const express = require("express"); +const app = express(); +const cors = require("cors"); -// Express Configuration -App.use(BodyParser.urlencoded({ extended: false })); -App.use(BodyParser.json()); -App.use(Express.static('public')); +// Middleware +app.use(express.json()); +app.use(cors()); -// Sample GET route -App.get('/api/data', (req, res) => res.json({ - message: "Seems to work!", -})); +// Routes +const gasStationRoute = require("./routes/gas-stations"); +const userLocationRoute = require("./routes/user-location"); +//const gasStationPriceRoute = require("./routes/gasStationPrice"); +//const favoritesRoute = require("./routes/favorites"); +//const loginRoute = require("./routes/login"); +//const registerRoute = require("./routes/register"); +//const userRoute = require("./routes/user"); +//const reviewRoute = require("./routes/review"); +//const notificationRoute = require("./routes/notification"); +//const locationRoute = require("./routes/location"); +//const updateRoute = require("./routes/update"); +//const accountRoute = require("./routes/account"); +//const settingsRoute = require("./routes/settings"); -App.listen(PORT, () => { - // eslint-disable-next-line no-console - console.log(`Express seems to be listening on port ${PORT} so that's pretty good 👍`); +// Use routes +app.use("/api/gas-stations", gasStationRoute); +app.use("/api/user-location", userLocationRoute); +//app.use("/api/gasStationPrice", gasStationPriceRoute); +//app.use("/api/favorites", favoritesRoute); +//app.use("/api/login", loginRoute); +//app.use("/api/register", registerRoute); +//app.use("/api/user", userRoute); +//app.use("/api/review", reviewRoute); +//app.use("/api/notification", notificationRoute); +//app.use("/api/location", locationRoute); +//app.use("/api/update", updateRoute); +//app.use("/api/account", accountRoute); +//app.use("/api/settings", settingsRoute); + +// // Sample GET route +// app.get("/api/data", (req, res) => +// res.json({ +// message: "Seems to work!", +// }) +// ); + +// Start the server +const PORT = process.env.PORT || 8080; +app.listen(PORT, () => { + console.log( + `Express seems to be listening on port ${PORT} so that's pretty good 👍` + ); }); diff --git a/express-back-end/src/db/connection.js b/express-back-end/src/db/connection.js new file mode 100644 index 0000000000..57246f9899 --- /dev/null +++ b/express-back-end/src/db/connection.js @@ -0,0 +1,20 @@ +// PG database client/connection setup +const { Pool } = require('pg'); + +const dbParams = { + host: 'localhost', + port: 5432, + user: 'postgres', + password: 'postgres', + database: 'gas' +}; + +const db = new Pool(dbParams); + +db.connect(() => { + console.log('Connected to database'); +}); + + + +module.exports = db; diff --git a/express-back-end/src/db/queries/queries.js b/express-back-end/src/db/queries/queries.js new file mode 100644 index 0000000000..474f599f6d --- /dev/null +++ b/express-back-end/src/db/queries/queries.js @@ -0,0 +1,242 @@ +const db = require('../connection'); + +const searchGasStationsByPostalCode = (postalCode) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE l.postal_code ILIKE $1; + `; + + return db.query(query, [`%${postalCode}%`]) + .then(data => { + return data.rows; + }); +}; +// query 2 +const searchGasStationsByCity = (city) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE l.city ILIKE $1; + `; + + return db.query(query, [`%${city}%`]) + .then(data => { + return data.rows; + }); +}; +// query 3 +const filterGasStationsByDistance = (lat, lng) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE ST_Distance( + ST_MakePoint(l.lng, l.lat)::geography, + ST_MakePoint($1, $2)::geography) <= 10000; + `; + + return db.query(query, [lng, lat]) + .then(data => { + return data.rows; + }); +}; +// query 4 +const searchByPostalCodeFilterByPaymentMethod = (postalCode, paymentMethod) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE l.postal_code ILIKE $1 AND gs.payment_method ILIKE $2; + `; + + return db.query(query, [`%${postalCode.trim()}%`, `%${paymentMethod}%`]) + .then(data => { + return data.rows; + }); +}; +// query 5 +const seachByCityFilterByPaymentMethod = (city, paymentMethod) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE l.city ILIKE $1 AND gs.payment_method ILIKE $2; + `; + + return db.query(query, [`%${city}%`, `%${paymentMethod}%`]) + .then(data => { + return data.rows; + }); +}; + +//query 6 +const searchByLocationFilterByPayementMethod = (lat, lng, paymentMethod) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + l.lat, + l.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM gas_stations gs + JOIN locations l ON gs.id = l.gas_station_id + JOIN gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN reviews r ON gs.id = r.gas_station_id + WHERE ST_Distance( + ST_MakePoint(l.lng, l.lat)::geography, + ST_MakePoint($1, $2)::geography + ) <= 10000 AND gs.payment_method ILIKE $3; + `; + + return db.query(query, [lng, lat, paymentMethod]) + .then(data => { + return data.rows; + }); +}; + +//query 7 +const searchGasStationsByKeyword = (keyword) => { + const query = ` + SELECT + gs.name, + gs.vicinity, + gs.payment_method, + gs.fuel_type, + loc.lat, + loc.lng, + gp.regular_price, + gp.premium_price, + gp.diesel_price, + r.rating + FROM + gas_stations gs + JOIN + locations loc ON gs.id = loc.gas_station_id + LEFT JOIN + gas_prices gp ON gs.id = gp.gas_station_id + LEFT JOIN + reviews r ON gs.id = r.gas_station_id + WHERE + LOWER(gs.name) LIKE LOWER($1) + OR LOWER(loc.street) LIKE LOWER($1) + OR LOWER(loc.city) LIKE LOWER($1) + OR LOWER(loc.province) LIKE LOWER($1) + OR LOWER(loc.postal_code) LIKE LOWER($1); + `; + + return db.query(query, [`%${keyword}%`]) + .then(data => { + return data.rows; + }) + .catch(error => { + console.error('Error executing query:', error); + throw error; + }); +}; + + + +//tests +const userLat = 49.88; // lat +const userLng = -119.49; // lng +const paymentMethod = '%debit%'; //payment method +const postalCode= 'n3y 2m7' +const city= 'Victoria' +const keyword= 'shell' + + + + + + + +//searchGasStationsByPostalCode(postalCode) +//searchGasStationsByCity(city) +//filterGasStationsByDistance(userLat, userLng) +//searchByPostalCodeFilterByPaymentMethod(postalCode,paymentMethod) +//seachByCityFilterByPaymentMethod(city,paymentMethod) +//searchByLocationFilterByPayementMethod (userLat, userLng, paymentMethod) +searchGasStationsByKeyword(keyword) + .then(results => { + console.log('Query results:', results); + }) + .catch(error => { + console.error('Error:', error); + }); + +module.exports = { + searchGasStationsByPostalCode, + searchGasStationsByCity, + filterGasStationsByDistance, + searchByPostalCodeFilterByPaymentMethod, + seachByCityFilterByPaymentMethod, + searchByLocationFilterByPayementMethod +}; diff --git a/express-back-end/src/db/schema/cities.js b/express-back-end/src/db/schema/cities.js new file mode 100644 index 0000000000..f2ebedafcb --- /dev/null +++ b/express-back-end/src/db/schema/cities.js @@ -0,0 +1,103 @@ +const cities = [ + { name: 'Toronto', lat: 43.70, lng: -79.42 }, + { name: 'Montreal', lat: 45.51, lng: -73.59 }, + { name: 'Vancouver', lat: 49.28, lng: -123.12 }, + { name: 'Calgary', lat: 51.05, lng: -114.07 }, + { name: 'Edmonton', lat: 53.54, lng: -113.49 }, + { name: 'Ottawa', lat: 45.42, lng: -75.69 }, + { name: 'Winnipeg', lat: 49.90, lng: -97.13 }, + { name: 'Quebec City', lat: 46.81, lng: -71.21 }, + { name: 'Hamilton', lat: 43.26, lng: -79.87 }, + { name: 'Kitchener', lat: 43.45, lng: -80.49 }, + { name: 'London', lat: 42.98, lng: -81.23 }, + { name: 'St. Catharines', lat: 43.16, lng: -79.25 }, + { name: 'Halifax', lat: 44.65, lng: -63.58 }, + { name: 'Oshawa', lat: 43.92, lng: -78.86 }, + { name: 'Victoria', lat: 48.43, lng: -123.37 }, + { name: 'Windsor', lat: 42.31, lng: -83.04 }, + { name: 'Saskatoon', lat: 52.13, lng: -106.66 }, + { name: 'Regina', lat: 50.45, lng: -104.61 }, + { name: 'Barrie', lat: 44.39, lng: -79.69 }, + { name: 'St. John\'s', lat: 47.56, lng: -52.71 }, + { name: 'Abbotsford', lat: 49.05, lng: -122.33 }, + { name: 'Sherbrooke', lat: 45.40, lng: -71.90 }, + { name: 'Kelowna', lat: 49.88, lng: -119.49 }, + { name: 'Trois-Rivières', lat: 46.34, lng: -72.54 }, + { name: 'Guelph', lat: 43.55, lng: -80.25 }, + { name: 'Kingston', lat: 44.23, lng: -76.49 }, + { name: 'Sudbury', lat: 46.49, lng: -80.99 }, + { name: 'Chicoutimi', lat: 48.42, lng: -71.06 }, + { name: 'Thunder Bay', lat: 48.40, lng: -89.26 }, + { name: 'Kanata', lat: 45.34, lng: -75.92 }, + { name: 'Red Deer', lat: 52.28, lng: -113.81 }, + { name: 'Nanaimo', lat: 49.16, lng: -123.94 }, + { name: 'Kamloops', lat: 50.67, lng: -120.35 }, + { name: 'Belleville', lat: 44.16, lng: -77.39 }, + { name: 'Fredericton', lat: 45.96, lng: -66.64 }, + { name: 'Chilliwack', lat: 49.16, lng: -121.95 }, + { name: 'Saint John', lat: 45.27, lng: -66.07 }, + { name: 'Moncton', lat: 46.09, lng: -64.80 }, + { name: 'Milton', lat: 43.51, lng: -79.88 }, + { name: 'Sarnia', lat: 42.98, lng: -82.41 }, + { name: 'Saint-Laurent', lat: 45.52, lng: -73.70 }, + { name: 'Maple Ridge', lat: 49.22, lng: -122.60 }, + { name: 'Drummondville', lat: 45.88, lng: -72.48 }, + { name: 'Prince George', lat: 53.92, lng: -122.75 }, + { name: 'Medicine Hat', lat: 50.04, lng: -110.68 }, + { name: 'Norfolk County', lat: 42.84, lng: -80.31 }, + { name: 'Granby', lat: 45.40, lng: -72.73 }, + { name: 'Newmarket', lat: 44.05, lng: -79.46 }, + { name: 'Sault Ste. Marie', lat: 46.51, lng: -84.33 }, + { name: 'Vernon', lat: 50.26, lng: -119.27 }, + { name: 'St. Thomas', lat: 42.78, lng: -81.19 }, + { name: 'Courtenay', lat: 49.69, lng: -125.00 }, + { name: 'Victoriaville', lat: 46.05, lng: -71.97 }, + { name: 'Brandon', lat: 49.85, lng: -99.95 }, + { name: 'Woodstock', lat: 43.13, lng: -80.75 }, + { name: 'Timmins', lat: 48.47, lng: -81.33 }, + { name: 'Dartmouth', lat: 44.67, lng: -63.57 }, + { name: 'Leamington', lat: 42.05, lng: -82.59 }, + { name: 'Grande Prairie', lat: 55.17, lng: -118.79 }, + { name: 'Blainville', lat: 45.66, lng: -73.88 }, + { name: 'Welland', lat: 42.99, lng: -79.25 }, + { name: 'Airdrie', lat: 51.29, lng: -114.01 }, + { name: 'Stouffville', lat: 43.97, lng: -79.25 }, + { name: 'Mascouche', lat: 45.76, lng: -73.61 }, + { name: 'Owen Sound', lat: 44.57, lng: -80.94 }, + { name: 'Rimouski', lat: 48.45, lng: -68.53 }, + { name: 'Prince Albert', lat: 53.20, lng: -105.75 }, + { name: 'Orillia', lat: 44.61, lng: -79.42 }, + { name: 'West Kelowna', lat: 49.86, lng: -119.57 }, + { name: 'Bathurst', lat: 47.62, lng: -65.65 }, + { name: 'Leduc', lat: 53.26, lng: -113.55 }, + { name: 'Rouyn-Noranda', lat: 48.24, lng: -79.03 }, + { name: 'White Rock', lat: 49.03, lng: -122.80 }, + { name: 'Lloydminster', lat: 53.28, lng: -110.00 }, + { name: 'Salaberry-de-Valleyfield', lat: 45.26, lng: -74.13 }, + { name: 'Miramichi', lat: 47.02, lng: -65.46 }, + { name: 'Port Alberni', lat: 49.23, lng: -124.80 }, + { name: 'Penticton', lat: 49.49, lng: -119.59 }, + { name: 'Fort St. John', lat: 56.25, lng: -120.85 }, + { name: 'Bolton', lat: 43.87, lng: -79.73 }, + { name: 'Quispamsis', lat: 45.42, lng: -65.95 }, + { name: 'Boucherville', lat: 45.61, lng: -73.43 }, + { name: 'LaSalle', lat: 45.43, lng: -73.61 }, + { name: 'Cranbrook', lat: 49.51, lng: -115.77 }, + { name: 'Midland', lat: 44.75, lng: -79.88 }, + { name: 'Charlottetown', lat: 46.24, lng: -63.14 }, + { name: 'Sept-Îles', lat: 50.20, lng: -66.38 }, + { name: 'Yellowknife', lat: 62.45, lng: -114.38 }, + { name: 'Corner Brook', lat: 48.95, lng: -57.95 }, + { name: 'Fort Erie', lat: 42.92, lng: -78.92 }, + { name: 'Salmon Arm', lat: 50.70, lng: -119.28 }, + { name: 'Port Hope', lat: 43.95, lng: -78.30 }, + { name: 'Cobourg', lat: 43.96, lng: -78.17 }, + { name: 'Amos', lat: 48.56, lng: -78.11 }, + { name: 'L-Ancienne-Lorette', lat: 46.80, lng: -71.35 }, + { name: 'Campbell River', lat: 50.02, lng: -125.24 }, + { name: 'Red Deer County', lat: 52.19, lng: -113.92 }, + { name: 'Brooks', lat: 50.57, lng: -111.89 } +]; + +console.log(cities); + \ No newline at end of file diff --git a/express-back-end/src/db/schema/coordinate_geocoding.mjs b/express-back-end/src/db/schema/coordinate_geocoding.mjs new file mode 100644 index 0000000000..d65bd58dcf --- /dev/null +++ b/express-back-end/src/db/schema/coordinate_geocoding.mjs @@ -0,0 +1,65 @@ +import pkg from 'pg'; +const { Pool } = pkg; + +import axios from 'axios'; + + +// Set up PostgreSQL connection + +const pool = new Pool({ + user: 'fedamuhammadian', + host: 'localhost', + database: 'gas', + password: 'admin', + port: 5432, +}); + +async function geocodeAndInsert() { + try { + const gasStationsQuery = 'SELECT id, name, lat, lng FROM gas_stations'; + const gasStationsResult = await pool.query(gasStationsQuery); + + for (const gasStation of gasStationsResult.rows) { + const { id, name, lat, lng } = gasStation; + const apiKey = 'AIzaSyD4tdfGXq-CBKyMaMSNmo3U8CMMGEhE0vA'; + const apiUrl = `https://maps.googleapis.com/maps/api/geocode/json?latlng=${lat},${lng}&key=${apiKey}`; + + const response = await axios.get(apiUrl); + const result = response.data.results[0]; + + // Extract address components + const street = result.address_components.find(component => + component.types.includes('route') + )?.long_name; + const city = result.address_components.find(component => + component.types.includes('locality') + )?.long_name; + const province = result.address_components.find(component => + component.types.includes('administrative_area_level_1') + )?.long_name; + const postalCode = result.address_components.find(component => + component.types.includes('postal_code') + )?.long_name; + + // Insert data into the locations table + const locationsInsertQuery = ` + INSERT INTO locations (gas_station_id, street, city, province, postal_code, lat, lng) + VALUES ($1, $2, $3, $4, $5, $6, $7) + `; + + const values = [id, street, city, province, postalCode, lat, lng]; + await pool.query(locationsInsertQuery, values); + + console.log(`Inserted location data for ${name}`); + } + + console.log('Geocoding and insertion process completed.'); + pool.end(); // Close the database connection + } catch (error) { + console.error('Error:', error.message); + } +} + +geocodeAndInsert(); + + diff --git a/express-back-end/src/db/schema/create.sql b/express-back-end/src/db/schema/create.sql new file mode 100644 index 0000000000..f4d445c931 --- /dev/null +++ b/express-back-end/src/db/schema/create.sql @@ -0,0 +1,56 @@ +DROP TABLE IF EXISTS gas_stations; +CREATE TABLE gas_stations( + id INTEGER NOT NULL PRIMARY KEY + ,name VARCHAR(255) NOT NULL + ,vicinity VARCHAR(255) NOT NULL + ,payment_method VARCHAR(255) + ,fuel_type VARCHAR(255) +); + + +DROP TABLE IF EXISTS gas_prices; +CREATE TABLE gas_prices( + id SERIAL NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,regular_price NUMERIC(4,2) NOT NULL + ,premium_price NUMERIC(4,2) NOT NULL + ,diesel_price NUMERIC(4,2) NOT NULL +); + +-- Adding foreign key constraint +ALTER TABLE gas_prices +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); + +DROP TABLE IF EXISTS locations; +CREATE TABLE locations( + id INTEGER NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,lat NUMERIC(15,7) NOT NULL + ,lng NUMERIC(15,7) NOT NULL + ,street VARCHAR(34) + ,city VARCHAR(31) + ,province VARCHAR(25) NOT NULL + ,postal_code VARCHAR(7) +); + +ALTER TABLE locations +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); + +DROP TABLE IF EXISTS reviews; +CREATE TABLE reviews( + id INTEGER NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,rating NUMERIC(2,1) + ,user_ratings_total INTEGER + ,comment VARCHAR(250) + ,user_id VARCHAR(30) +); + +ALTER TABLE reviews +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); diff --git a/express-back-end/src/db/schema/extract_data_into_seed.js b/express-back-end/src/db/schema/extract_data_into_seed.js new file mode 100644 index 0000000000..8768d65789 --- /dev/null +++ b/express-back-end/src/db/schema/extract_data_into_seed.js @@ -0,0 +1,30 @@ +import fs from 'fs'; +import path from 'path'; +import pgPromise from 'pg-promise'; + +const pgp = pgPromise(); + +// PostgreSQL connection string +const connectionString = 'postgresql://fedamuhammadian:admin@localhost:5432/fuelbuddy'; + +const db = pgp(connectionString); + +const currentModuleDir = path.dirname(new URL(import.meta.url).pathname); + +// path to the seedfile +const filePath = path.join(currentModuleDir, 'gas_station_seed.sql'); + +// Read the SQL file +const sqlScript = fs.readFileSync(filePath, 'utf8'); + +// Execute the SQL commands +db.none(sqlScript) + .then(() => { + console.log('SQL script executed successfully'); + }) + .catch(error => { + console.error('Error:', error); + }) + .finally(() => { + pgp.end(); + }); \ No newline at end of file diff --git a/express-back-end/src/db/schema/fetch_data.mjs b/express-back-end/src/db/schema/fetch_data.mjs new file mode 100644 index 0000000000..a5dc3967eb --- /dev/null +++ b/express-back-end/src/db/schema/fetch_data.mjs @@ -0,0 +1,165 @@ +import fetch from 'node-fetch'; +import pkg from 'pg'; + +const { Pool } = pkg; + +// Replace with your PostgreSQL connection details +const pool = new Pool({ + user: 'fedamuhammadian', + host: 'localhost', + database: 'gas', + password: 'admin', + port: 5432, +}); + +// List of cities with their coordinates +const cities = [ + { name: 'Toronto', lat: 43.70, lng: -79.42 }, + { name: 'Montreal', lat: 45.51, lng: -73.59 }, + { name: 'Vancouver', lat: 49.28, lng: -123.12 }, + { name: 'Calgary', lat: 51.05, lng: -114.07 }, + { name: 'Edmonton', lat: 53.54, lng: -113.49 }, + { name: 'Ottawa', lat: 45.42, lng: -75.69 }, + { name: 'Winnipeg', lat: 49.90, lng: -97.13 }, + { name: 'Quebec City', lat: 46.81, lng: -71.21 }, + { name: 'Hamilton', lat: 43.26, lng: -79.87 }, + { name: 'Kitchener', lat: 43.45, lng: -80.49 }, + { name: 'London', lat: 42.98, lng: -81.23 }, + { name: 'St. Catharines', lat: 43.16, lng: -79.25 }, + { name: 'Halifax', lat: 44.65, lng: -63.58 }, + { name: 'Oshawa', lat: 43.92, lng: -78.86 }, + { name: 'Victoria', lat: 48.43, lng: -123.37 }, + { name: 'Windsor', lat: 42.31, lng: -83.04 }, + { name: 'Saskatoon', lat: 52.13, lng: -106.66 }, + { name: 'Regina', lat: 50.45, lng: -104.61 }, + { name: 'Barrie', lat: 44.39, lng: -79.69 }, + { name: 'St. John\'s', lat: 47.56, lng: -52.71 }, + { name: 'Abbotsford', lat: 49.05, lng: -122.33 }, + { name: 'Sherbrooke', lat: 45.40, lng: -71.90 }, + { name: 'Kelowna', lat: 49.88, lng: -119.49 }, + { name: 'Trois-Rivières', lat: 46.34, lng: -72.54 }, + { name: 'Guelph', lat: 43.55, lng: -80.25 }, + { name: 'Kingston', lat: 44.23, lng: -76.49 }, + { name: 'Sudbury', lat: 46.49, lng: -80.99 }, + { name: 'Chicoutimi', lat: 48.42, lng: -71.06 }, + { name: 'Thunder Bay', lat: 48.40, lng: -89.26 }, + { name: 'Kanata', lat: 45.34, lng: -75.92 }, + { name: 'Red Deer', lat: 52.28, lng: -113.81 }, + { name: 'Nanaimo', lat: 49.16, lng: -123.94 }, + { name: 'Kamloops', lat: 50.67, lng: -120.35 }, + { name: 'Belleville', lat: 44.16, lng: -77.39 }, + { name: 'Fredericton', lat: 45.96, lng: -66.64 }, + { name: 'Chilliwack', lat: 49.16, lng: -121.95 }, + { name: 'Saint John', lat: 45.27, lng: -66.07 }, + { name: 'Moncton', lat: 46.09, lng: -64.80 }, + { name: 'Milton', lat: 43.51, lng: -79.88 }, + { name: 'Sarnia', lat: 42.98, lng: -82.41 }, + { name: 'Saint-Laurent', lat: 45.52, lng: -73.70 }, + { name: 'Maple Ridge', lat: 49.22, lng: -122.60 }, + { name: 'Drummondville', lat: 45.88, lng: -72.48 }, + { name: 'Prince George', lat: 53.92, lng: -122.75 }, + { name: 'Medicine Hat', lat: 50.04, lng: -110.68 }, + { name: 'Norfolk County', lat: 42.84, lng: -80.31 }, + { name: 'Granby', lat: 45.40, lng: -72.73 }, + { name: 'Newmarket', lat: 44.05, lng: -79.46 }, + { name: 'Sault Ste. Marie', lat: 46.51, lng: -84.33 }, + { name: 'Vernon', lat: 50.26, lng: -119.27 }, + { name: 'St. Thomas', lat: 42.78, lng: -81.19 }, + { name: 'Courtenay', lat: 49.69, lng: -125.00 }, + { name: 'Victoriaville', lat: 46.05, lng: -71.97 }, + { name: 'Brandon', lat: 49.85, lng: -99.95 }, + { name: 'Woodstock', lat: 43.13, lng: -80.75 }, + { name: 'Timmins', lat: 48.47, lng: -81.33 }, + { name: 'Dartmouth', lat: 44.67, lng: -63.57 }, + { name: 'Leamington', lat: 42.05, lng: -82.59 }, + { name: 'Grande Prairie', lat: 55.17, lng: -118.79 }, + { name: 'Blainville', lat: 45.66, lng: -73.88 }, + { name: 'Welland', lat: 42.99, lng: -79.25 }, + { name: 'Airdrie', lat: 51.29, lng: -114.01 }, + { name: 'Stouffville', lat: 43.97, lng: -79.25 }, + { name: 'Mascouche', lat: 45.76, lng: -73.61 }, + { name: 'Owen Sound', lat: 44.57, lng: -80.94 }, + { name: 'Rimouski', lat: 48.45, lng: -68.53 }, + { name: 'Prince Albert', lat: 53.20, lng: -105.75 }, + { name: 'Orillia', lat: 44.61, lng: -79.42 }, + { name: 'West Kelowna', lat: 49.86, lng: -119.57 }, + { name: 'Bathurst', lat: 47.62, lng: -65.65 }, + { name: 'Leduc', lat: 53.26, lng: -113.55 }, + { name: 'Rouyn-Noranda', lat: 48.24, lng: -79.03 }, + { name: 'White Rock', lat: 49.03, lng: -122.80 }, + { name: 'Lloydminster', lat: 53.28, lng: -110.00 }, + { name: 'Salaberry-de-Valleyfield', lat: 45.26, lng: -74.13 }, + { name: 'Miramichi', lat: 47.02, lng: -65.46 }, + { name: 'Port Alberni', lat: 49.23, lng: -124.80 }, + { name: 'Penticton', lat: 49.49, lng: -119.59 }, + { name: 'Fort St. John', lat: 56.25, lng: -120.85 }, + { name: 'Grande Prairie', lat: 55.17, lng: -118.79 }, + { name: 'Bolton', lat: 43.87, lng: -79.73 }, + { name: 'Quispamsis', lat: 45.42, lng: -65.95 }, + { name: 'Boucherville', lat: 45.61, lng: -73.43 }, + { name: 'LaSalle', lat: 45.43, lng: -73.61 }, + { name: 'Cranbrook', lat: 49.51, lng: -115.77 }, + { name: 'Midland', lat: 44.75, lng: -79.88 }, + { name: 'Charlottetown', lat: 46.24, lng: -63.14 }, + { name: 'Sept-Îles', lat: 50.20, lng: -66.38 }, + { name: 'Yellowknife', lat: 62.45, lng: -114.38 }, + { name: 'Corner Brook', lat: 48.95, lng: -57.95 }, + { name: 'Fort Erie', lat: 42.92, lng: -78.92 }, + { name: 'Salmon Arm', lat: 50.70, lng: -119.28 }, + { name: 'Port Hope', lat: 43.95, lng: -78.30 }, + { name: 'Cobourg', lat: 43.96, lng: -78.17 }, + { name: 'Amos', lat: 48.56, lng: -78.11 }, + { name: 'L-Ancienne-Lorette', lat: 46.80, lng: -71.35 }, + { name: 'Campbell River', lat: 50.02, lng: -125.24 }, + { name: 'Red Deer County', lat: 52.19, lng: -113.92 }, + { name: 'Brooks', lat: 50.57, lng: -111.89 } +]; + + +// array to store promises for each query +const queryPromises = cities.map(city => { + + const apiUrl = `https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=${city.lat},${city.lng}&radius=10000&type=gas_station&key=AIzaSyD4tdfGXq-CBKyMaMSNmo3U8CMMGEhE0vA`; + + return fetch(apiUrl) + .then(response => response.json()) + .then(data => { + console.log(`Number of results from API for ${city.name}:`, data.results.length); + + const queryPromisesForCity = data.results.map(result => { + return new Promise((resolve, reject) => { + const { name, rating, user_ratings_total, vicinity, geometry } = result; + const { lat, lng } = geometry.location; + + + const insertQuery = ` + INSERT INTO gas_stations (name, rating, user_ratings_total, vicinity, lat, lng) + VALUES ($1, $2, $3, $4, $5, $6) + `; + + const values = [name, rating, user_ratings_total, vicinity, lat, lng]; + + pool.query(insertQuery, values, (err, res) => { + if (err) { + console.error(`Error inserting data for ${city.name}:`, err); + reject(err); + } else { + console.log(`Data inserted successfully for ${city.name}`); + resolve(res); + } + }); + }); + }); + + // Wait for all promises for this city to resolve + return Promise.all(queryPromisesForCity); + }) + .catch(error => console.error(`Error fetching data for ${city.name}:`, error)); +}); + +// Wait for all promises for all cities +Promise.all(queryPromises) + .finally(() => { + console.log('Closing the connection pool'); + pool.end(); + }); diff --git a/express-back-end/src/db/seeds/faker_seed[DONT_USE).sql b/express-back-end/src/db/seeds/faker_seed[DONT_USE).sql new file mode 100644 index 0000000000..7206727b1a --- /dev/null +++ b/express-back-end/src/db/seeds/faker_seed[DONT_USE).sql @@ -0,0 +1,1016 @@ +create table gas_stations ( + id INT, + title VARCHAR(50), + reguler DECIMAL(3,2), + premium DECIMAL(3,2), + deisel DECIMAL(3,2), + payment_method VARCHAR(50), + street VARCHAR(50), + city VARCHAR(50), + state VARCHAR(50), + country VARCHAR(50), + phone VARCHAR(50), + rating DECIMAL(3,2), + lat VARCHAR(50), + long VARCHAR(50) +); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (1, 'Welch-Zieme', 1.83, 2.28, 1.2, null, '98039 Brickson Park Hill', 'Waterloo', 'Québec', 'Canada', '825-530-2350', 4.48, 45.35008, -72.51582); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (2, 'Hackett-Hand', 1.95, 2.54, 1.03, null, '6 Golf Trail', 'Estevan', 'Saskatchewan', 'Canada', '275-877-7436', 4.48, 49.1472664, -102.9866567); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (3, 'Grant LLC', 1.91, 2.27, 1.6, null, '4789 Elgar Drive', 'Fairview', 'Alberta', 'Canada', '449-485-3486', 3.39, 56.06675, -118.38606); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (4, 'DuBuque, Purdy and Bayer', 1.5, 2.76, 1.25, null, '7 Fairview Avenue', 'Taber', 'Alberta', 'Canada', '187-697-7457', 4.46, 49.7859606, -112.1496533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (5, 'Wisozk-Hoppe', 1.71, 2.22, 1.68, null, '0390 Memorial Road', 'Papineauville', 'Québec', 'Canada', '888-248-7554', 4.5, 45.6168, -75.01599); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (6, 'Schuster-Rempel', 1.93, 2.7, 1.33, null, '67 Tony Plaza', 'Orillia', 'Ontario', 'Canada', '833-213-8552', 4.65, 44.6077025, -79.4294664); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (7, 'Abshire, Schinner and Gusikowski', 1.65, 2.24, 1.72, null, '98 American Center', 'Nipawin', 'Saskatchewan', 'Canada', '602-375-3134', 3.53, 53.36678, -104.00092); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (8, 'Christiansen-Davis', 1.96, 2.51, 1.45, null, '12895 Roxbury Point', 'Virden', 'Manitoba', 'Canada', '555-874-4163', 4.26, 49.8508, -100.93262); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (9, 'Wolff and Sons', 1.71, 2.57, 1.58, null, '32060 Debs Alley', 'Lethbridge', 'Alberta', 'Canada', '519-764-4136', 4.78, 49.6619465, -112.8149467); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (10, 'Schinner-Gottlieb', 1.55, 2.08, 1.38, null, '1056 Eliot Street', 'Collingwood', 'Ontario', 'Canada', '961-754-6733', 3.29, 44.5007687, -80.2169047); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (11, 'Jaskolski LLC', 1.53, 2.59, 1.81, null, '17 3rd Parkway', 'Picton', 'Ontario', 'Canada', '533-855-5094', 4.99, 44.00012, -77.13275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (12, 'Carroll, Huel and Connelly', 1.33, 2.45, 1.45, null, '04406 Corry Way', 'Prévost', 'Québec', 'Canada', '547-462-3292', 4.79, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (13, 'Wintheiser, Miller and Lindgren', 1.79, 2.58, 1.63, null, '99 Green Ridge Pass', 'Timmins', 'Ontario', 'Canada', '543-902-4483', 4.93, 48.4980698, -81.3463468); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (14, 'Witting, Casper and Dach', 1.67, 2.61, 1.27, null, '1 Golf View Drive', 'Peachland', 'British Columbia', 'Canada', '201-413-4261', 4.2, 49.76647, -119.73568); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (15, 'Swaniawski, Klocko and Fadel', 1.73, 2.1, 1.67, null, '44 Katie Place', 'Les Cèdres', 'Québec', 'Canada', '831-221-7250', 3.69, 45.3095043, -74.0590779); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (16, 'Collier LLC', 1.49, 2.09, 1.74, null, '9168 Dakota Pass', 'London', 'Ontario', 'Canada', '903-501-8481', 3.43, 42.9598744, -81.2353612); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (17, 'Hand and Sons', 1.05, 2.82, 1.61, null, '2496 Oxford Parkway', 'Little Current', 'Ontario', 'Canada', '314-140-5584', 3.66, 45.97927, -81.9248); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (18, 'O''Connell, Huels and Rosenbaum', 1.29, 2.58, 1.18, null, '785 Milwaukee Circle', 'Stettler', 'Alberta', 'Canada', '972-948-0235', 3.96, 52.31683, -112.71861); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (19, 'Wuckert, Ruecker and Hartmann', 1.43, 2.83, 1.3, null, '5 Heffernan Alley', 'Irricana', 'Alberta', 'Canada', '279-458-9948', 3.52, 51.32372, -113.60475); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (20, 'Rohan, Kuphal and Kuhlman', 1.53, 2.18, 1.36, null, '24116 Canary Trail', 'St. Thomas', 'Ontario', 'Canada', '894-178-9099', 3.43, 42.7665598, -81.1747498); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (21, 'Cremin and Sons', 1.68, 2.12, 1.94, null, '5632 Artisan Pass', 'Lévis', 'Québec', 'Canada', '870-624-0321', 4.99, 46.7530428, -71.2196569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (22, 'Kub and Sons', 1.55, 2.94, 1.29, null, '671 Farwell Plaza', 'Salaberry-de-Valleyfield', 'Québec', 'Canada', '823-496-1154', 4.73, 45.5159664, -73.4049684); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (23, 'Heaney-Dooley', 1.72, 2.23, 1.37, null, '27121 7th Park', 'North Saanich', 'British Columbia', 'Canada', '721-233-8935', 4.35, 48.6197483, -123.4169098); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (24, 'Huel-Goldner', 1.55, 2.45, 1.27, null, '685 North Terrace', 'Nelson', 'British Columbia', 'Canada', '618-315-9224', 3.58, 49.4928119, -117.2948343); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (25, 'Macejkovic-Pfeffer', 1.43, 2.11, 1.46, null, '92 Summer Ridge Parkway', 'Fort Erie', 'Ontario', 'Canada', '977-211-7135', 4.61, 42.9038743, -78.9344814); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (26, 'Littel, Hyatt and Carroll', 1.03, 2.71, 1.77, null, '60346 Pankratz Trail', 'Omemee', 'Ontario', 'Canada', '224-287-7654', 3.81, 44.29897, -78.55989); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (27, 'O''Conner-Harvey', 1.11, 2.78, 1.07, null, '76106 Nelson Alley', 'Chase', 'British Columbia', 'Canada', '594-879-0622', 3.76, 50.8137495, -119.6934422); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (28, 'Hegmann Group', 1.75, 2.85, 1.19, null, '50 Forest Run Trail', 'Lachute', 'Québec', 'Canada', '708-415-1361', 4.86, 45.6542789, -74.3481941); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (29, 'Adams, Hermiston and Waelchi', 1.89, 2.32, 1.69, null, '46 Dawn Avenue', 'Harrison Brook', 'New Brunswick', 'Canada', '798-426-4722', 3.53, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (30, 'Wolff-Vandervort', 1.85, 2.97, 1.28, null, '9726 Luster Park', 'South River', 'Ontario', 'Canada', '159-649-7348', 4.0, 45.8334, -79.38293); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (31, 'Conroy-Boehm', 1.4, 2.33, 1.24, null, '37945 Park Meadow Drive', 'Mercier', 'Québec', 'Canada', '456-414-9489', 3.59, 45.3204459, -73.7525458); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (32, 'Crona LLC', 1.62, 2.12, 1.29, null, '84430 Steensland Point', 'Amos', 'Québec', 'Canada', '893-964-9219', 4.4, 48.5701842, -78.1143214); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (33, 'Keeling and Sons', 1.71, 2.24, 1.6, null, '73 Crest Line Court', 'Selkirk', 'Manitoba', 'Canada', '556-891-6542', 3.78, 50.1369112, -96.8791564); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (34, 'Keeling-Predovic', 1.82, 2.29, 1.79, null, '29 Dexter Drive', 'White City', 'Saskatchewan', 'Canada', '156-570-0220', 4.79, 50.444953, -104.3624353); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (35, 'MacGyver, Murray and Mohr', 1.76, 2.31, 1.2, null, '1134 Londonderry Drive', 'Sainte-Sophie', 'Québec', 'Canada', '129-159-5098', 4.82, 45.8206187, -73.9300943); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (36, 'Heller, Muller and Champlin', 1.38, 2.16, 1.23, null, '1 Delaware Junction', 'Oakville', 'Ontario', 'Canada', '465-746-9405', 3.41, 43.4794825, -79.6558242); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (37, 'Cassin, Buckridge and Blick', 1.65, 2.09, 1.71, null, '22160 Oriole Road', 'Leduc', 'Alberta', 'Canada', '253-211-7167', 3.64, 53.2580126, -113.5502218); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (38, 'Jenkins and Sons', 1.94, 2.12, 1.05, null, '2 Mayfield Circle', 'Notre-Dame-des-Prairies', 'Québec', 'Canada', '152-805-6353', 3.88, 46.05007, -73.43245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (39, 'Bins-Hartmann', 1.71, 2.0, 1.13, null, '75707 North Road', 'Kamsack', 'Saskatchewan', 'Canada', '213-894-5744', 3.04, 51.56668, -101.90093); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (40, 'Torp, Klocko and Yundt', 1.32, 2.92, 1.08, null, '69 Warner Road', 'Saskatoon', 'Saskatchewan', 'Canada', '304-522-7318', 3.7, 52.1527462, -106.5473023); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (41, 'Metz, Larkin and Hilpert', 1.43, 2.93, 1.93, null, '1 Service Trail', 'Leduc', 'Alberta', 'Canada', '343-600-7677', 3.11, 53.2580126, -113.5502218); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (42, 'White-Mayer', 1.53, 2.71, 1.06, null, '5473 Mosinee Drive', 'Beloeil', 'Québec', 'Canada', '257-217-0753', 4.88, 45.551643, -73.1932647); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (43, 'Schaefer, Towne and Kuhn', 1.75, 2.44, 1.15, null, '04 Kennedy Place', 'Port Hawkesbury', 'Nova Scotia', 'Canada', '933-458-4043', 4.78, 45.6152297, -61.3552089); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (44, 'Connelly, Morar and Hansen', 1.42, 2.87, 1.5, null, '3 6th Lane', 'Airdrie', 'Alberta', 'Canada', '748-179-3239', 4.48, 51.2828145, -114.0371938); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (45, 'Schimmel-Jones', 1.78, 2.14, 1.73, null, '61601 Sachtjen Trail', 'Warwick', 'Québec', 'Canada', '369-408-8376', 4.28, 46.0382659, -72.0118164); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (46, 'Kessler, Daugherty and Thiel', 1.35, 2.17, 1.62, null, '575 Bashford Road', 'Macamic', 'Québec', 'Canada', '160-707-5619', 3.27, 48.75018, -78.99962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (47, 'Ebert-Keebler', 1.47, 2.58, 1.4, null, '74 Nancy Junction', 'Calmar', 'Alberta', 'Canada', '289-998-7597', 3.54, 53.26683, -113.81874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (48, 'Gusikowski Inc', 1.85, 2.7, 1.61, null, '2765 Sunnyside Trail', 'Pemberton', 'British Columbia', 'Canada', '121-683-7002', 4.73, 50.31641, -122.80273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (49, 'Herzog-Dietrich', 1.22, 2.22, 1.29, null, '1 Memorial Street', 'Trail', 'British Columbia', 'Canada', '749-914-1011', 3.3, 49.0965676, -117.71173); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (50, 'Jaskolski-Huel', 1.78, 2.71, 1.91, null, '99516 Manitowish Trail', 'Lillooet', 'British Columbia', 'Canada', '528-115-5178', 4.36, 50.6856, -121.942); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (51, 'Schoen, Volkman and O''Conner', 1.11, 2.41, 1.43, null, '84286 Pierstorff Avenue', 'Carleton-sur-Mer', 'Québec', 'Canada', '760-164-4606', 4.45, 48.0999989, -66.0999999); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (52, 'Pfeffer LLC', 1.42, 2.58, 1.67, null, '577 Forest Run Drive', 'Flin Flon', 'Manitoba', 'Canada', '229-572-3119', 4.72, 54.7769326, -101.8448368); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (53, 'Luettgen LLC', 1.78, 2.21, 1.26, null, '33187 Warner Crossing', 'Mont-Joli', 'Québec', 'Canada', '282-239-9314', 3.98, 48.5847594, -68.1942711); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (54, 'Schimmel Group', 1.89, 2.41, 1.97, null, '861 Loeprich Lane', 'Timmins', 'Ontario', 'Canada', '766-807-7599', 3.1, 48.4980698, -81.3463468); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (55, 'Zulauf Group', 1.65, 2.24, 1.73, null, '37473 Upham Road', 'Unity', 'Saskatchewan', 'Canada', '102-838-8408', 4.12, 45.4139794, -75.7103682); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (56, 'Schamberger, Swift and Tillman', 1.59, 2.76, 1.64, null, '61601 Toban Pass', 'Saint-Sauveur', 'Québec', 'Canada', '365-106-6516', 3.92, 45.8940717, -74.157934); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (57, 'Marvin-Hessel', 1.93, 2.12, 1.43, null, '028 Lakewood Point', 'Donnacona', 'Québec', 'Canada', '636-919-9258', 3.16, 46.6908888, -71.7146783); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (58, 'Kozey and Sons', 1.73, 2.51, 1.47, null, '195 Hollow Ridge Point', 'Lions Bay', 'British Columbia', 'Canada', '311-494-9963', 3.97, 49.45218, -123.2376); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (59, 'Jacobson-Beahan', 1.41, 2.39, 1.44, null, '9 Commercial Alley', 'Charlemagne', 'Québec', 'Canada', '634-848-6502', 4.38, 45.7249153, -73.4913241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (60, 'Renner and Sons', 1.31, 2.37, 1.35, null, '16 Dennis Avenue', 'Fredericton', 'New Brunswick', 'Canada', '506-752-7955', 4.71, 46.0765073, -66.7299108); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (61, 'Keebler LLC', 1.88, 2.39, 1.66, null, '83117 Moose Lane', 'Bay Roberts', 'Newfoundland and Labrador', 'Canada', '966-157-4693', 4.97, 47.59989, -53.26478); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (62, 'Cormier Inc', 1.07, 2.93, 1.86, null, '0 Sage Road', 'Whitehorse', 'Yukon Territory', 'Canada', '129-962-9219', 3.15, 60.7610412, -135.1742264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (63, 'Mills and Sons', 1.65, 2.5, 1.94, null, '23 American Drive', 'Bowen Island', 'British Columbia', 'Canada', '437-479-5009', 4.12, 49.3637828, -123.2679395); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (64, 'Cormier-Kuvalis', 1.81, 2.53, 1.07, null, '9 Petterle Way', 'Saint-Augustin', 'Québec', 'Canada', '319-510-4808', 3.6, 48.4590993, -67.4401254); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (65, 'Dare LLC', 1.38, 2.07, 1.19, null, '77 Eagan Parkway', 'Burgeo', 'Newfoundland and Labrador', 'Canada', '205-647-5594', 3.53, 47.61668, -57.61516); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (66, 'Rippin, Fadel and Runolfsson', 1.59, 2.52, 1.64, null, '4956 Walton Plaza', 'Two Hills', 'Alberta', 'Canada', '735-804-8602', 3.65, 53.7131425, -111.743338); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (67, 'Miller LLC', 1.81, 2.82, 1.17, null, '09 Lawn Court', 'La Tuque', 'Québec', 'Canada', '161-793-1404', 4.32, 47.4175416, -72.7840882); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (68, 'Blanda, Ritchie and Hermiston', 1.97, 2.16, 1.82, null, '00 Hagan Pass', 'Lambton Shores', 'Ontario', 'Canada', '880-295-5518', 4.67, 43.16678, -81.93309); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (69, 'Dibbert, Johnston and Weber', 1.15, 2.91, 1.26, null, '45 Helena Street', 'Sarnia', 'Ontario', 'Canada', '757-369-5311', 3.05, 42.9946912, -82.394); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (70, 'Murray-Mueller', 1.5, 2.3, 1.15, null, '3582 Ridgeway Drive', 'Thessalon', 'Ontario', 'Canada', '895-112-5021', 3.49, 46.25006, -83.5666); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (71, 'Williamson-Stiedemann', 1.32, 2.58, 1.31, null, '20182 Sullivan Court', 'Saint-Raymond', 'Québec', 'Canada', '522-419-7551', 3.3, 46.8922184, -71.8291245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (72, 'Graham-Torp', 1.93, 2.28, 1.88, null, '15 Clove Lane', 'Saint-Ambroise', 'Québec', 'Canada', '612-859-6454', 3.92, 48.5556837, -71.3205493); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (73, 'Schuppe Group', 1.98, 2.97, 1.72, null, '50 Mallory Drive', 'Les Coteaux', 'Québec', 'Canada', '725-496-6634', 4.25, 45.2645197, -74.2176156); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (74, 'Gerhold, Howe and Morissette', 1.2, 2.54, 1.6, null, '66 Maple Wood Terrace', 'Rosthern', 'Saskatchewan', 'Canada', '987-873-5835', 4.84, 52.66679, -106.33446); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (75, 'Gorczany, Witting and Lynch', 1.31, 2.26, 1.03, null, '78296 Mcbride Circle', 'Morinville', 'Alberta', 'Canada', '841-171-9527', 3.18, 53.7925065, -113.6463436); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (76, 'Harris-MacGyver', 1.3, 2.38, 1.44, null, '8526 Spenser Court', 'Skatepark', 'Ontario', 'Canada', '259-661-0439', 3.34, 44.1875931, -77.3882908); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (77, 'Von, Ortiz and Gislason', 1.01, 2.92, 1.41, null, '077 Jay Alley', 'Saint John', 'New Brunswick', 'Canada', '135-377-9010', 4.66, 45.271697, -66.0549467); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (78, 'Wolff, Mitchell and Casper', 1.14, 2.04, 1.91, null, '8691 Packers Parkway', 'Bridgewater', 'Nova Scotia', 'Canada', '127-801-0114', 3.05, 44.3710708, -64.5210039); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (79, 'Keebler Inc', 1.81, 2.42, 1.36, null, '4 Moose Drive', 'Invermere', 'British Columbia', 'Canada', '788-277-7959', 3.98, 50.51666, -116.03538); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (80, 'Mayer-Rutherford', 1.43, 2.48, 1.89, null, '34770 Boyd Plaza', 'Whitehorse', 'Yukon Territory', 'Canada', '203-471-9660', 4.28, 60.7610412, -135.1742264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (81, 'Waters-O''Hara', 1.4, 2.81, 1.47, null, '2668 Milwaukee Lane', 'Houston', 'British Columbia', 'Canada', '365-857-4443', 4.83, 54.39976, -126.67008); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (82, 'Brekke-Bechtelar', 1.42, 2.2, 1.72, null, '23 Park Meadow Street', 'Kimberley', 'British Columbia', 'Canada', '715-303-1073', 3.75, 49.6885534, -115.9220734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (83, 'Harvey-Hoeger', 1.79, 2.82, 1.47, null, '8439 Burrows Circle', 'Stonewall', 'Manitoba', 'Canada', '949-691-6163', 3.68, 50.13441, -97.32676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (84, 'Gorczany and Sons', 1.13, 2.78, 1.32, null, '0060 Continental Center', 'Sechelt', 'British Columbia', 'Canada', '194-284-1216', 3.43, 49.47512, -123.75903); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (85, 'Kuhic Group', 1.82, 2.13, 1.43, null, '495 Farwell Park', 'Marystown', 'Newfoundland and Labrador', 'Canada', '544-616-3225', 4.81, 47.16663, -55.14829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (86, 'Maggio-Botsford', 1.45, 2.3, 1.23, null, '89102 Melrose Drive', 'Port Moody', 'British Columbia', 'Canada', '615-443-8953', 4.01, 49.2849107, -122.8677562); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (87, 'Ebert, Schuster and Nolan', 1.87, 2.94, 1.52, null, '546 Dottie Plaza', 'Pierreville', 'Québec', 'Canada', '659-990-1361', 3.31, 46.07034, -72.81125); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (88, 'Schneider, Pacocha and Walter', 1.11, 2.73, 1.15, null, '2290 Meadow Valley Lane', 'Sherbrooke', 'Québec', 'Canada', '914-601-4775', 3.57, 45.3859182, -71.936914); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (89, 'Murray, Schuppe and Yost', 1.21, 2.14, 1.81, null, '08196 Westridge Drive', 'Kitchener', 'Ontario', 'Canada', '985-270-2266', 3.09, 43.3851754, -80.4882672); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (90, 'VonRueden Inc', 1.18, 2.02, 1.23, null, '92079 Monument Junction', 'Saint-Lin-Laurentides', 'Québec', 'Canada', '429-782-5286', 4.77, 45.8524432, -73.7572393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (91, 'Johnston LLC', 1.73, 2.08, 1.95, null, '25913 Bowman Crossing', 'Drummondville', 'Québec', 'Canada', '448-971-9015', 3.88, 45.9067495, -72.5406445); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (92, 'Bins Inc', 1.23, 2.25, 1.39, null, '74316 Jana Trail', 'Oak Bay', 'British Columbia', 'Canada', '571-146-0461', 3.47, 48.42647, -123.3227421); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (93, 'Franecki, Lesch and Bahringer', 1.25, 2.16, 1.66, null, '62 Brown Circle', 'Beauceville', 'Québec', 'Canada', '117-998-1094', 3.5, 46.2051265, -70.7720325); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (94, 'Blick-Daniel', 1.02, 2.46, 1.98, null, '9 Hazelcrest Crossing', 'Saint-Tite', 'Québec', 'Canada', '799-136-0974', 3.14, 46.73336, -72.56581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (95, 'Cole LLC', 1.2, 2.2, 1.77, null, '448 Pearson Avenue', 'Parrsboro', 'Nova Scotia', 'Canada', '768-885-9074', 4.46, 45.40015, -64.33205); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (96, 'Blick, Carroll and Goodwin', 1.75, 2.94, 1.06, null, '36 Bay Trail', 'Notre-Dame-des-Prairies', 'Québec', 'Canada', '860-514-8681', 3.76, 46.05007, -73.43245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (97, 'Block, Sipes and Schoen', 1.44, 2.4, 1.98, null, '7611 Sutherland Hill', 'Marystown', 'Newfoundland and Labrador', 'Canada', '192-559-4187', 3.67, 47.16663, -55.14829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (98, 'Koss-Grimes', 1.37, 2.42, 1.64, null, '4 Crescent Oaks Place', 'Angus', 'Ontario', 'Canada', '386-922-5010', 4.14, 44.31681, -79.88295); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (99, 'Rodriguez-Kessler', 1.36, 2.56, 1.49, null, '963 Golf View Terrace', 'Omemee', 'Ontario', 'Canada', '536-743-8937', 3.59, 44.29897, -78.55989); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (100, 'Rath, Huel and Kovacek', 2.0, 2.84, 1.59, null, '43 Judy Crossing', 'North Cowichan', 'British Columbia', 'Canada', '703-257-1585', 3.97, 48.8428574, -123.7044012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (101, 'Kuhn-Spinka', 1.59, 2.91, 1.11, null, '58 Myrtle Alley', 'Lanigan', 'Saskatchewan', 'Canada', '945-972-2398', 4.39, 51.85006, -105.03443); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (102, 'Franecki, Jacobs and Weissnat', 1.68, 2.01, 1.74, null, '85 Meadow Ridge Park', 'Mount Pearl', 'Newfoundland and Labrador', 'Canada', '968-601-7355', 3.38, 47.5206407, -52.8076818); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (103, 'Beer Group', 1.5, 2.74, 1.76, null, '623 Pawling Avenue', 'Jonquière', 'Québec', 'Canada', '797-993-6794', 3.0, 48.3705292, -71.2653479); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (104, 'Jacobson-Schmitt', 1.62, 2.61, 1.88, null, '4927 Delaware Drive', 'Smiths Falls', 'Ontario', 'Canada', '201-543-4567', 3.58, 44.891731, -76.0289414); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (105, 'Bartell, Gulgowski and Quigley', 1.5, 2.18, 1.96, null, '25 New Castle Alley', 'Omemee', 'Ontario', 'Canada', '149-143-5860', 4.17, 44.29897, -78.55989); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (106, 'Heller LLC', 1.71, 2.85, 1.82, null, '209 Montana Drive', 'Brant', 'Ontario', 'Canada', '412-192-4521', 3.63, 43.1564817, -80.1651854); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (107, 'Nikolaus and Sons', 1.52, 2.67, 1.57, null, '16 Reinke Parkway', 'Grande Prairie', 'Alberta', 'Canada', '705-321-5522', 3.51, 55.16667, -118.80271); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (108, 'Mosciski LLC', 1.14, 2.38, 1.34, null, '31 Vahlen Point', 'Labrador City', 'Newfoundland and Labrador', 'Canada', '562-855-3571', 3.09, 52.9369158, -66.9238331); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (109, 'Kutch, Ullrich and Kunze', 1.45, 2.71, 1.92, null, '76701 Farragut Place', 'Montréal-Ouest', 'Québec', 'Canada', '144-958-3281', 4.0, 45.5080397, -73.564543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (110, 'Pfannerstill-Stamm', 1.84, 2.82, 1.21, null, '260 Badeau Place', 'Port Hawkesbury', 'Nova Scotia', 'Canada', '603-656-4405', 3.34, 45.6152297, -61.3552089); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (111, 'O''Conner and Sons', 1.12, 2.37, 1.48, null, '358 Judy Terrace', 'Mirabel', 'Québec', 'Canada', '576-474-1674', 3.81, 45.7340335, -74.1402449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (112, 'Trantow-Harvey', 1.66, 2.55, 1.11, null, '163 Waywood Circle', 'London', 'Ontario', 'Canada', '287-997-9479', 4.15, 42.9598744, -81.2353612); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (113, 'Ziemann-Reichert', 1.59, 2.1, 1.22, null, '42465 Bonner Plaza', 'Sussex', 'New Brunswick', 'Canada', '344-305-4212', 3.74, 45.7236192, -65.5108761); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (114, 'Schinner-Kautzer', 1.9, 2.35, 1.03, null, '57 Nancy Terrace', 'Prévost', 'Québec', 'Canada', '530-175-7434', 4.05, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (115, 'Sauer-Ullrich', 1.13, 2.97, 1.07, null, '33 Chinook Avenue', 'Greenwood', 'Nova Scotia', 'Canada', '280-604-3886', 4.76, 44.98345, -64.89879); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (116, 'Cruickshank, Watsica and Zieme', 1.66, 2.79, 1.95, null, '780 Dexter Terrace', 'Aylmer', 'Ontario', 'Canada', '921-156-2478', 3.28, 42.7729381, -80.9828842); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (117, 'Bauch LLC', 1.84, 2.82, 1.37, null, '97 Knutson Street', 'Kitimat', 'British Columbia', 'Canada', '569-283-9839', 3.61, 54.0632737, -128.6369607); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (118, 'Howe, Rice and Jacobs', 1.41, 2.97, 1.96, null, '7 Chinook Plaza', 'Princeville', 'Nova Scotia', 'Canada', '676-762-0774', 4.97, 46.152911, -71.885445); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (119, 'Weber-Hettinger', 2.0, 2.14, 1.9, null, '919 Kings Hill', 'La Tuque', 'Québec', 'Canada', '152-145-4590', 3.68, 47.4175416, -72.7840882); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (120, 'Boyer-Murphy', 1.25, 2.44, 1.45, null, '5365 Onsgard Hill', 'Plessisville', 'Québec', 'Canada', '505-438-3455', 3.95, 46.2194458, -71.7713791); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (121, 'Hintz-Kunde', 1.77, 2.4, 1.48, null, '60102 Union Plaza', 'White Rock', 'British Columbia', 'Canada', '215-945-9556', 3.7, 49.0253085, -122.802962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (122, 'Orn-Stanton', 1.63, 2.46, 1.1, null, '68 Roth Street', 'Sainte-Anne-de-Bellevue', 'Québec', 'Canada', '374-571-7818', 3.95, 45.4032761, -73.9503607); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (123, 'Kuphal-Bins', 1.87, 3.0, 1.2, null, '43170 Hagan Plaza', 'Boucherville', 'Québec', 'Canada', '750-665-3837', 3.55, 45.5833482, -73.4372336); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (124, 'Price and Sons', 1.45, 2.4, 1.53, null, '3 Jay Hill', 'Bells Corners', 'Ontario', 'Canada', '291-836-7890', 4.85, 45.310056, -75.8292031); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (125, 'King LLC', 1.15, 2.49, 1.16, null, '458 Steensland Alley', 'Kelowna', 'British Columbia', 'Canada', '235-238-0235', 3.88, 49.8856767, -119.4783845); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (126, 'Jakubowski Group', 1.9, 2.75, 1.62, null, '8 Delaware Lane', 'Cap-Santé', 'Québec', 'Canada', '704-129-8404', 4.2, 46.67159, -71.78812); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (127, 'Durgan, MacGyver and Hansen', 1.73, 2.01, 1.63, null, '99 Oak Avenue', 'Sainte-Marthe-sur-le-Lac', 'Québec', 'Canada', '543-953-9260', 4.53, 45.4574274, -73.9157063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (128, 'Grady Inc', 1.93, 2.1, 1.81, null, '5486 Prentice Center', 'Coquitlam', 'British Columbia', 'Canada', '353-402-3398', 4.05, 49.2815819, -122.7535881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (129, 'Funk LLC', 1.07, 2.94, 1.68, null, '67 Straubel Parkway', 'Mont-Laurier', 'Québec', 'Canada', '974-690-3983', 3.54, 46.5485854, -75.5194643); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (130, 'Lynch and Sons', 1.44, 2.54, 1.09, null, '92 Shelley Hill', 'Grande Prairie', 'Alberta', 'Canada', '930-257-1446', 3.36, 55.16667, -118.80271); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (131, 'Greenholt-Sawayn', 1.85, 2.22, 1.43, null, '70721 Melody Court', 'Atikokan', 'Ontario', 'Canada', '238-736-1713', 4.55, 48.75667, -91.62409); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (132, 'Sauer-Nicolas', 1.6, 2.84, 1.75, null, '89 Bluejay Alley', 'Saint-Bruno-de-Montarville', 'Québec', 'Canada', '595-555-1725', 3.54, 45.5257774, -73.3436918); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (133, 'Rice, Schmeler and Ernser', 1.82, 2.04, 1.24, null, '69099 Brentwood Plaza', 'Beauceville', 'Québec', 'Canada', '690-831-2353', 4.97, 46.2051265, -70.7720325); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (134, 'Trantow-Hickle', 1.63, 2.56, 1.55, null, '245 Sugar Plaza', 'Baie-Saint-Paul', 'Québec', 'Canada', '203-662-0439', 3.7, 47.4376347, -70.5082419); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (135, 'Satterfield LLC', 1.98, 2.92, 1.09, null, '621 Lakewood Gardens Park', 'Thorold', 'Ontario', 'Canada', '908-432-4532', 4.82, 43.1135996, -79.2169174); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (136, 'Bartoletti-Grady', 1.03, 2.2, 1.06, null, '29695 Stang Alley', 'Outlook', 'Saskatchewan', 'Canada', '662-300-2148', 3.37, 51.50008, -107.05128); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (137, 'Funk, Kub and Denesik', 1.74, 2.66, 1.77, null, '01770 Melvin Court', 'Taber', 'Alberta', 'Canada', '254-527-6338', 3.35, 49.7859606, -112.1496533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (138, 'Altenwerth, Nader and Considine', 1.44, 2.58, 1.95, null, '2654 Summerview Way', 'Midland', 'Ontario', 'Canada', '640-903-5492', 3.24, 44.7515479, -79.8779499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (139, 'Schultz, Okuneva and Marks', 1.02, 2.1, 1.81, null, '41 Vahlen Alley', 'Mont-Laurier', 'Québec', 'Canada', '340-825-7067', 3.19, 46.5485854, -75.5194643); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (140, 'Pfeffer LLC', 1.97, 2.14, 1.47, null, '3 Evergreen Lane', 'Summerland', 'British Columbia', 'Canada', '581-774-8113', 3.96, 49.59977, -119.66911); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (141, 'Pacocha, Marquardt and Jacobs', 1.41, 2.55, 1.17, null, '3501 Jana Place', 'Outlook', 'Saskatchewan', 'Canada', '699-537-6746', 3.92, 51.50008, -107.05128); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (142, 'Buckridge, Breitenberg and Schroeder', 1.3, 2.73, 2.0, null, '3 Corry Point', 'Fort Smith', 'Northwest Territories', 'Canada', '803-720-2806', 4.33, 60.00029, -111.88543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (143, 'Senger-Kulas', 1.95, 2.21, 1.81, null, '70 Oak Crossing', 'Danville', 'Québec', 'Canada', '285-332-5845', 3.83, 45.7849952, -72.0145063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (144, 'Hoeger-Sporer', 1.37, 2.92, 1.33, null, '25 Mariners Cove Drive', 'Oxford', 'Nova Scotia', 'Canada', '882-653-4213', 4.61, 45.73345, -63.86542); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (145, 'Bernier-Parisian', 1.47, 2.91, 1.83, null, '14958 Rieder Lane', 'Lachute', 'Québec', 'Canada', '730-899-3083', 4.52, 45.6542789, -74.3481941); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (146, 'Dibbert, Farrell and Wolf', 1.21, 2.65, 1.93, null, '89 Gerald Crossing', 'Bromont', 'Québec', 'Canada', '439-345-0484', 4.93, 45.3151096, -72.661835); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (147, 'Altenwerth-Leuschke', 1.05, 2.61, 1.13, null, '56495 Jackson Circle', 'Kirkland Lake', 'Ontario', 'Canada', '971-950-7958', 3.42, 48.1510123, -80.0330343); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (148, 'Ullrich Group', 1.91, 2.09, 1.15, null, '4 Farmco Plaza', 'Oromocto', 'New Brunswick', 'Canada', '635-946-1658', 4.17, 45.8486646, -66.4812859); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (149, 'Dooley, Koch and Bradtke', 1.62, 2.41, 1.23, null, '1266 Packers Road', 'Biggar', 'Saskatchewan', 'Canada', '455-963-8874', 3.85, 52.0668, -108.00135); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (150, 'Raynor, Welch and Stark', 1.84, 2.31, 1.17, null, '84 Menomonie Point', 'Petawawa', 'Ontario', 'Canada', '853-972-4585', 4.07, 45.8903748, -77.2672051); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (151, 'Rohan LLC', 1.68, 2.09, 1.87, null, '59 Novick Alley', 'South River', 'Ontario', 'Canada', '351-656-2260', 3.55, 45.8334, -79.38293); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (152, 'Konopelski-Beier', 1.02, 2.19, 1.1, null, '7 Hovde Trail', 'Little Current', 'Ontario', 'Canada', '167-686-3815', 3.0, 45.97927, -81.9248); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (153, 'Murphy Group', 1.72, 2.77, 1.1, null, '5 Glacier Hill Street', 'Amqui', 'Québec', 'Canada', '637-621-1941', 3.2, 48.465994, -67.4324153); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (154, 'Lind-Zieme', 1.31, 2.55, 1.59, null, '827 Birchwood Avenue', 'Anmore', 'British Columbia', 'Canada', '489-289-4547', 4.92, 49.2686175, -122.9364381); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (155, 'Streich-Lemke', 1.48, 2.37, 1.78, null, '06 Larry Trail', 'Dollard-Des Ormeaux', 'Québec', 'Canada', '286-613-9514', 3.92, 45.470831, -73.7747742); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (156, 'Murazik LLC', 1.2, 2.24, 1.53, null, '76755 Moland Junction', 'Casselman', 'Ontario', 'Canada', '253-696-2267', 3.05, 45.3168, -75.0826); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (157, 'Swaniawski-Heathcote', 1.3, 2.77, 1.41, null, '0453 Cardinal Circle', 'Skatepark', 'Ontario', 'Canada', '323-785-8192', 4.11, 44.1875931, -77.3882908); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (158, 'Kub, Homenick and Sipes', 1.39, 2.78, 1.44, null, '6 Oxford Park', 'Saint-Augustin-de-Desmaures', 'Québec', 'Canada', '647-460-7605', 3.12, 46.747041, -71.459344); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (159, 'Wilderman Inc', 1.61, 2.87, 1.3, null, '6 Sutteridge Place', 'Bonavista', 'Newfoundland and Labrador', 'Canada', '845-723-0667', 3.16, 48.64989, -53.11474); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (160, 'Carroll-MacGyver', 1.05, 2.49, 1.88, null, '1903 Marquette Lane', 'Sainte-Agathe-des-Monts', 'Québec', 'Canada', '620-887-1638', 3.56, 46.0474907, -74.2739552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (161, 'Hoppe-Feil', 1.51, 2.62, 1.48, null, '0551 Sheridan Circle', 'Belfast', 'Prince Edward Island', 'Canada', '426-722-1476', 4.21, 46.08341, -62.88197); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (162, 'Cole, Pouros and Lehner', 1.37, 2.65, 1.93, null, '754 Dovetail Park', 'Blackfalds', 'Alberta', 'Canada', '911-411-3760', 4.48, 52.38342, -113.7853); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (163, 'Prohaska and Sons', 1.63, 2.51, 1.74, null, '225 Ohio Court', 'Whistler', 'British Columbia', 'Canada', '458-421-6411', 4.83, 50.1164, -122.96946); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (164, 'Cummerata, Paucek and Mayer', 1.81, 2.15, 1.59, null, '26 Lawn Drive', 'Québec', 'Québec', 'Canada', '503-618-4218', 3.84, 46.7530428, -71.2196569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (165, 'Mueller Group', 1.48, 2.16, 1.08, null, '17 Dahle Plaza', 'Joliette', 'Québec', 'Canada', '140-306-1544', 3.71, 46.0285851, -73.4499872); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (166, 'White, Pagac and Wiza', 1.41, 2.42, 1.05, null, '844 Walton Center', 'Kerrobert', 'Saskatchewan', 'Canada', '926-619-9863', 4.1, 51.91682, -109.13479); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (167, 'Boyle-Beatty', 1.53, 2.37, 1.34, null, '93 Killdeer Place', 'Cap-Santé', 'Québec', 'Canada', '189-861-4075', 3.2, 46.67159, -71.78812); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (168, 'Romaguera-Braun', 1.36, 2.11, 1.89, null, '58 Riverside Street', 'Labelle', 'Québec', 'Canada', '784-763-1989', 4.14, 43.4426097, -80.5443489); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (169, 'Dickinson Group', 1.04, 2.17, 1.7, null, '02 Eagan Park', 'North Vancouver', 'British Columbia', 'Canada', '657-997-8456', 4.22, 49.2826578, -123.118728); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (170, 'Steuber-Fadel', 1.27, 2.08, 1.39, null, '185 Luster Alley', 'Aldergrove', 'British Columbia', 'Canada', '559-546-5003', 4.95, 49.0580516, -122.4706669); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (171, 'Quitzon Group', 1.91, 2.73, 1.18, null, '908 Jana Way', 'Olds', 'Alberta', 'Canada', '374-419-9085', 4.68, 51.7920135, -114.105279); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (172, 'Carroll Group', 1.63, 2.3, 1.48, null, '36 Moland Lane', 'Saint-Ambroise', 'Québec', 'Canada', '522-205-3361', 3.4, 48.5556837, -71.3205493); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (173, 'Bradtke-Ortiz', 1.58, 2.5, 1.26, null, '4832 Norway Maple Lane', 'Kentville', 'Nova Scotia', 'Canada', '502-119-8408', 4.75, 45.0769115, -64.4944735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (174, 'Schiller, Breitenberg and Kunze', 1.48, 2.58, 1.16, null, '0 Basil Junction', 'Trois-Rivières', 'Québec', 'Canada', '836-866-7279', 4.42, 46.34515, -72.5477); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (175, 'Schultz and Sons', 1.33, 2.49, 1.63, null, '918 Spohn Trail', 'Bromont', 'Québec', 'Canada', '918-811-2086', 4.59, 45.3151096, -72.661835); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (176, 'Turner, Davis and Bogan', 1.43, 2.07, 1.48, null, '9567 Forest Parkway', 'Carbonear', 'Newfoundland and Labrador', 'Canada', '840-584-2383', 4.45, 47.731518, -53.2341123); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (177, 'Roberts Group', 1.45, 2.8, 1.09, null, '41129 Karstens Road', 'Whitehorse', 'Yukon Territory', 'Canada', '593-155-9943', 4.29, 60.7610412, -135.1742264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (178, 'Mayert, Gutmann and Reinger', 1.17, 2.98, 1.76, null, '30 Blackbird Junction', 'Hanna', 'Alberta', 'Canada', '325-188-8893', 4.14, 51.63343, -111.90181); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (179, 'Gutmann, Prohaska and Bergnaum', 1.79, 2.35, 1.84, null, '33 Farmco Court', 'Burgeo', 'Newfoundland and Labrador', 'Canada', '361-566-3291', 3.43, 47.61668, -57.61516); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (180, 'Steuber LLC', 1.59, 2.18, 1.3, null, '45155 Green Center', 'Orillia', 'Ontario', 'Canada', '480-861-3488', 4.21, 44.6077025, -79.4294664); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (181, 'Wiza, Lockman and Hahn', 1.53, 2.55, 1.43, null, '26162 Harbort Plaza', 'Iqaluit', 'Nunavut', 'Canada', '436-513-7847', 4.28, 63.75059, -68.51449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (182, 'Gusikowski-Harber', 1.8, 2.01, 1.69, null, '9114 Clyde Gallagher Road', 'Sparwood', 'British Columbia', 'Canada', '698-489-9921', 4.26, 43.805479, -79.3817651); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (183, 'Kassulke-Swaniawski', 1.03, 2.6, 1.49, null, '0624 Duke Avenue', 'Bay Roberts', 'Newfoundland and Labrador', 'Canada', '704-952-2044', 3.73, 47.59989, -53.26478); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (184, 'Cummings Group', 1.43, 2.41, 1.25, null, '10 Ramsey Parkway', 'Minnedosa', 'Manitoba', 'Canada', '297-391-8724', 4.29, 50.2477455, -99.8375158); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (185, 'Graham-Klein', 1.84, 2.91, 1.3, null, '2864 Macpherson Circle', 'Vaudreuil-Dorion', 'Québec', 'Canada', '603-937-2962', 4.77, 45.3665513, -73.9713406); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (186, 'Kulas, Osinski and Bernier', 1.15, 2.58, 1.94, null, '7968 John Wall Park', 'Langford', 'British Columbia', 'Canada', '571-205-5173', 4.7, 48.4474626, -123.4956337); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (187, 'Oberbrunner-Feeney', 1.26, 2.77, 1.79, null, '81015 Fairview Place', 'Smoky Lake', 'Alberta', 'Canada', '112-162-4211', 4.92, 54.1100086, -112.4800499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (188, 'Donnelly, Skiles and Wisoky', 1.38, 2.98, 1.83, null, '70881 Mccormick Center', 'Langenburg', 'Saskatchewan', 'Canada', '411-105-1928', 3.06, 50.84999, -101.71763); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (189, 'Williamson-Connelly', 1.84, 2.45, 1.86, null, '85538 Crescent Oaks Crossing', 'Carbonear', 'Newfoundland and Labrador', 'Canada', '660-605-0137', 4.07, 47.731518, -53.2341123); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (190, 'Rutherford Group', 1.72, 2.4, 1.21, null, '7 Elgar Trail', 'Banff', 'Alberta', 'Canada', '982-939-0961', 3.86, 51.1845319, -115.572212); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (191, 'Schmitt, Dicki and Barton', 1.94, 2.91, 1.26, null, '828 Dayton Hill', 'Oliver', 'British Columbia', 'Canada', '254-494-6396', 4.93, 49.18306, -119.5524); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (192, 'Abbott-Koelpin', 1.61, 2.62, 1.23, null, '3878 Melvin Court', 'Blainville', 'Québec', 'Canada', '306-551-9069', 3.92, 45.7013243, -73.9284855); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (193, 'Jacobi, Daniel and Ledner', 1.53, 2.2, 1.94, null, '300 Summerview Crossing', 'Waterloo', 'Québec', 'Canada', '257-639-9858', 4.43, 45.35008, -72.51582); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (194, 'Kris and Sons', 1.31, 2.72, 1.02, null, '3 Elka Pass', 'Midland', 'Ontario', 'Canada', '362-437-2112', 4.15, 44.7515479, -79.8779499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (195, 'Schiller Inc', 1.98, 2.29, 1.44, null, '9435 Lyons Drive', 'Woodstock', 'Ontario', 'Canada', '162-533-7583', 4.51, 46.150266, -67.6033952); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (196, 'Homenick and Sons', 1.34, 2.77, 1.44, null, '80 Kropf Way', 'Moose Jaw', 'Saskatchewan', 'Canada', '622-302-7422', 3.05, 50.4163784, -105.5361463); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (197, 'Johnston-Waelchi', 1.51, 2.89, 1.56, null, '96000 Dawn Court', 'Fort Macleod', 'Alberta', 'Canada', '501-519-0341', 4.23, 49.71671, -113.41857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (198, 'Schaefer-Smith', 1.58, 2.52, 1.8, null, '2 Swallow Lane', 'Nipawin', 'Saskatchewan', 'Canada', '401-240-4984', 3.76, 53.36678, -104.00092); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (199, 'Oberbrunner and Sons', 1.52, 2.09, 1.7, null, '9 Gina Pass', 'Strathmore', 'Alberta', 'Canada', '526-875-2304', 4.51, 51.0376583, -113.3992725); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (200, 'Streich-Pacocha', 1.83, 2.82, 1.67, null, '73 Graedel Road', 'Harrison Brook', 'New Brunswick', 'Canada', '654-782-3516', 4.33, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (201, 'Weissnat, Pfeffer and Langworth', 1.61, 2.12, 1.45, null, '5 Mandrake Trail', 'Roberval', 'Québec', 'Canada', '809-254-8644', 4.44, 48.5051169, -72.2292881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (202, 'Osinski, Jakubowski and Feil', 1.16, 2.16, 1.72, null, '066 Glendale Pass', 'Sherbrooke', 'Québec', 'Canada', '324-156-4539', 3.12, 45.3859182, -71.936914); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (203, 'Thompson-Medhurst', 1.99, 2.21, 1.79, null, '10 Green Parkway', 'Hantsport', 'Nova Scotia', 'Canada', '102-986-7793', 3.91, 45.06685, -64.16544); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (204, 'Bauch, Schinner and Kilback', 1.87, 2.8, 1.9, null, '90505 Chinook Road', 'Bedford', 'Québec', 'Canada', '970-107-7093', 4.04, 45.11678, -72.98244); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (205, 'Wolf, Orn and Kozey', 1.47, 2.41, 1.13, null, '270 Sherman Trail', 'Gibsons', 'British Columbia', 'Canada', '897-774-1293', 4.55, 43.6813726, -79.7761974); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (206, 'Gleason Inc', 1.94, 2.69, 1.74, null, '5 Montana Junction', 'Saint-Lambert-de-Lauzon', 'Québec', 'Canada', '200-348-6343', 3.03, 46.58624, -71.20892); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (207, 'O''Connell-Cole', 1.3, 2.52, 1.12, null, '20755 Erie Junction', 'Kentville', 'Nova Scotia', 'Canada', '131-613-5247', 4.15, 45.0769115, -64.4944735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (208, 'Fisher-Fadel', 1.07, 2.62, 1.53, null, '993 Mayer Alley', 'Sherbrooke', 'Québec', 'Canada', '525-919-3957', 3.02, 45.3859182, -71.936914); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (209, 'Dare, Jones and Bradtke', 1.51, 2.22, 1.17, null, '01802 6th Pass', 'Oka', 'Québec', 'Canada', '752-426-5361', 3.59, 45.4651444, -74.0798679); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (210, 'Mills Inc', 1.74, 2.72, 1.29, null, '8961 Dixon Alley', 'Saint John', 'New Brunswick', 'Canada', '231-658-4086', 4.86, 45.271697, -66.0549467); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (211, 'Carroll and Sons', 1.08, 2.38, 1.04, null, '6787 Forest Run Drive', 'Moosomin', 'Saskatchewan', 'Canada', '899-468-5436', 4.88, 50.13332, -101.66766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (212, 'Hackett, O''Hara and Fritsch', 1.1, 2.27, 1.35, null, '9394 Old Shore Parkway', 'Ponoka', 'Alberta', 'Canada', '600-410-7458', 3.32, 52.675914, -113.5832367); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (213, 'Ryan, Koss and Legros', 1.27, 2.43, 1.67, null, '4044 Dunning Terrace', 'Bells Corners', 'Ontario', 'Canada', '484-630-0522', 4.74, 45.310056, -75.8292031); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (214, 'Will Inc', 1.51, 2.84, 1.35, null, '77466 Boyd Center', 'Kerrobert', 'Saskatchewan', 'Canada', '863-829-4124', 3.06, 51.91682, -109.13479); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (215, 'Bogan, Rowe and Kertzmann', 1.54, 2.2, 1.56, null, '3883 Straubel Plaza', 'Sparwood', 'British Columbia', 'Canada', '686-398-6344', 3.63, 43.805479, -79.3817651); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (216, 'Kulas-Halvorson', 1.39, 2.8, 1.86, null, '2 Longview Junction', 'Metchosin', 'British Columbia', 'Canada', '687-447-6197', 3.88, 48.382005, -123.53785); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (217, 'Adams Inc', 1.35, 2.35, 1.75, null, '487 Hintze Terrace', 'Maskinongé', 'Québec', 'Canada', '559-821-1848', 4.34, 46.2286, -73.01917); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (218, 'Nader, Roob and Greenholt', 1.52, 2.97, 1.19, null, '08 Charing Cross Junction', 'Malartic', 'Québec', 'Canada', '751-235-5500', 3.09, 48.13348, -78.13283); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (219, 'Greenholt-Bernier', 1.18, 2.75, 1.92, null, '91352 Graceland Court', 'New Glasgow', 'Nova Scotia', 'Canada', '745-982-2389', 4.97, 45.5913301, -62.6451102); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (220, 'Medhurst, Emard and Stracke', 1.99, 2.66, 1.54, null, '6 Sherman Trail', 'Nipawin', 'Saskatchewan', 'Canada', '372-634-9871', 4.93, 53.36678, -104.00092); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (221, 'Carroll-Schaden', 1.8, 2.76, 1.93, null, '86030 Pleasure Center', 'Medicine Hat', 'Alberta', 'Canada', '100-986-7641', 4.48, 50.0625015, -110.6821866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (222, 'Green Group', 1.78, 2.98, 1.28, null, '3032 Bonner Center', 'Marystown', 'Newfoundland and Labrador', 'Canada', '175-625-7248', 3.26, 47.16663, -55.14829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (223, 'Johnston-Bailey', 1.34, 2.93, 1.52, null, '63 Macpherson Court', 'Neuville', 'Québec', 'Canada', '122-916-8855', 4.69, 46.69823, -71.58275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (224, 'Franecki, Reilly and Pfannerstill', 1.5, 2.15, 1.72, null, '544 Green Street', 'Boucherville', 'Québec', 'Canada', '914-782-5714', 4.52, 45.5833482, -73.4372336); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (225, 'Becker, Parker and Rippin', 1.63, 2.13, 1.94, null, '57 Holy Cross Crossing', 'Winnipeg', 'Manitoba', 'Canada', '138-678-0291', 3.08, 49.8634627, -97.1373403); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (226, 'Quigley, Orn and Harvey', 1.01, 2.09, 1.09, null, '88185 Brentwood Crossing', 'Cap-Santé', 'Québec', 'Canada', '392-474-4418', 4.47, 46.67159, -71.78812); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (227, 'Beahan, Waelchi and Raynor', 1.71, 2.03, 1.59, null, '0865 Daystar Junction', 'Nipawin', 'Saskatchewan', 'Canada', '774-999-5076', 3.48, 53.36678, -104.00092); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (228, 'Weimann, Hagenes and Klein', 1.38, 2.32, 1.88, null, '648 Karstens Place', 'Beauceville', 'Québec', 'Canada', '959-403-8686', 3.5, 46.2051265, -70.7720325); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (229, 'Moore-Schuster', 1.18, 2.53, 1.26, null, '7230 Eagan Place', 'Saint-Jérôme', 'Québec', 'Canada', '201-757-5814', 4.17, 45.7738831, -73.9771044); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (230, 'Swaniawski and Sons', 1.64, 2.83, 1.78, null, '9523 Lien Pass', 'Pictou', 'Nova Scotia', 'Canada', '550-684-2215', 4.69, 45.67875, -62.70936); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (231, 'Towne Inc', 1.36, 2.93, 1.8, null, '3162 American Street', 'Saguenay', 'Québec', 'Canada', '851-416-8802', 3.83, 48.3962038, -71.1116362); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (232, 'Johns-Boyle', 1.68, 2.9, 1.93, null, '1 Pawling Circle', 'Saint-Tite', 'Québec', 'Canada', '334-210-4811', 3.24, 46.73336, -72.56581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (233, 'Rowe-Oberbrunner', 1.76, 2.35, 1.68, null, '72 Duke Alley', 'Coaldale', 'Alberta', 'Canada', '887-343-3686', 3.08, 49.7154966, -112.6338496); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (234, 'Nikolaus, Hoppe and Ruecker', 1.63, 2.45, 1.91, null, '15 Sycamore Junction', 'Dollard-Des Ormeaux', 'Québec', 'Canada', '172-108-5387', 3.05, 45.470831, -73.7747742); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (235, 'Goyette LLC', 1.41, 2.76, 1.81, null, '1856 Dryden Point', 'Digby', 'Nova Scotia', 'Canada', '390-810-5719', 4.93, 44.61685, -65.76555); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (236, 'Medhurst Inc', 1.0, 2.33, 1.55, null, '6 Southridge Junction', 'Rocky Mountain House', 'Alberta', 'Canada', '296-795-0605', 3.19, 52.3793432, -114.9182883); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (237, 'Parker-Hudson', 1.72, 2.86, 1.09, null, '1740 Meadow Ridge Crossing', 'Bedford', 'Québec', 'Canada', '996-126-0907', 3.01, 45.11678, -72.98244); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (238, 'Kunze and Sons', 1.55, 2.69, 1.78, null, '0586 Westend Drive', 'Roberval', 'Québec', 'Canada', '677-740-7328', 4.8, 48.5051169, -72.2292881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (239, 'Murray Inc', 1.29, 2.01, 1.13, null, '6522 North Hill', 'Aylmer', 'Ontario', 'Canada', '316-461-7822', 3.82, 42.7729381, -80.9828842); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (240, 'Thiel Group', 1.48, 2.7, 1.59, null, '84 Kipling Road', 'Trail', 'British Columbia', 'Canada', '703-189-5052', 4.05, 49.0965676, -117.71173); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (241, 'Dach-Littel', 1.53, 2.75, 1.56, null, '732 Moose Hill', 'Peachland', 'British Columbia', 'Canada', '790-414-7259', 4.1, 49.76647, -119.73568); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (242, 'Raynor LLC', 1.64, 2.69, 1.92, null, '91843 Messerschmidt Pass', 'Saint-Jérôme', 'Québec', 'Canada', '980-315-7461', 4.75, 45.7738831, -73.9771044); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (243, 'Medhurst LLC', 1.99, 2.64, 1.26, null, '0 Eastwood Lane', 'Sparwood', 'British Columbia', 'Canada', '884-276-4076', 3.56, 43.805479, -79.3817651); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (244, 'D''Amore-Abshire', 1.83, 2.87, 1.11, null, '46 Di Loreto Lane', 'St. Thomas', 'Ontario', 'Canada', '858-133-8372', 4.07, 42.7665598, -81.1747498); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (245, 'Bogan-Klein', 1.91, 2.82, 1.86, null, '9071 Badeau Trail', 'Louiseville', 'Québec', 'Canada', '954-165-0470', 3.62, 46.252804, -72.9507829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (246, 'Cummings Group', 1.66, 2.44, 1.25, null, '20 Longview Place', 'Sainte-Thérèse', 'Québec', 'Canada', '667-360-9429', 4.12, 45.6181396, -73.8394482); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (247, 'Erdman Group', 1.49, 2.79, 1.47, null, '6249 Johnson Center', 'Varennes', 'Québec', 'Canada', '157-774-9967', 4.15, 45.6834469, -73.4248393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (248, 'Glover, Brakus and Wisoky', 1.98, 2.84, 1.1, null, '610 Debs Crossing', 'Selkirk', 'Manitoba', 'Canada', '664-638-1654', 4.64, 50.1369112, -96.8791564); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (249, 'Jaskolski, Yundt and Kassulke', 1.65, 2.38, 1.27, null, '551 Prairieview Street', 'Harbour Breton', 'Newfoundland and Labrador', 'Canada', '297-244-2799', 4.47, 47.48325, -55.79833); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (250, 'Ebert-Homenick', 1.96, 2.71, 1.37, null, '91 Dorton Way', 'Carleton-sur-Mer', 'Québec', 'Canada', '918-725-6991', 4.24, 48.0999989, -66.0999999); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (251, 'Gerhold Group', 1.03, 2.07, 1.17, null, '81712 Blue Bill Park Junction', 'Morris', 'Manitoba', 'Canada', '853-711-2690', 3.48, 49.35499, -97.36567); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (252, 'Schaefer Inc', 1.11, 2.06, 1.01, null, '941 Kinsman Way', 'Sainte-Anne-des-Monts', 'Québec', 'Canada', '738-855-7569', 4.82, 49.12402, -66.49243); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (253, 'Lehner, Raynor and Heller', 1.72, 2.75, 1.16, null, '930 Park Meadow Hill', 'Outlook', 'Saskatchewan', 'Canada', '498-815-0944', 4.48, 51.50008, -107.05128); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (254, 'Dietrich Group', 1.5, 2.9, 1.17, null, '1 Bayside Point', 'Pierreville', 'Québec', 'Canada', '601-216-2807', 3.29, 46.07034, -72.81125); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (255, 'Stiedemann and Sons', 1.53, 2.19, 1.71, null, '99782 Tony Plaza', 'Fort McMurray', 'Alberta', 'Canada', '557-219-1217', 3.97, 56.6441805, -111.4052626); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (256, 'Koelpin-Hilpert', 1.63, 2.51, 1.5, null, '6 Hanover Drive', 'Pasadena', 'Newfoundland and Labrador', 'Canada', '593-242-9044', 4.94, 49.01671, -57.59837); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (257, 'Langworth, Muller and Hane', 1.8, 2.45, 1.6, null, '8545 Glacier Hill Street', 'Moosomin', 'Saskatchewan', 'Canada', '939-767-6443', 3.16, 50.13332, -101.66766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (258, 'Hettinger Group', 1.77, 2.07, 1.95, null, '2658 Glacier Hill Avenue', 'Napanee Downtown', 'Ontario', 'Canada', '839-213-5614', 4.6, 43.6505222, -79.3990401); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (259, 'Rau, Reichel and Wuckert', 1.09, 2.61, 1.06, null, '517 Cascade Terrace', 'Angus', 'Ontario', 'Canada', '946-882-1041', 4.05, 44.31681, -79.88295); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (260, 'Tremblay-Kassulke', 1.32, 2.26, 1.49, null, '98343 Norway Maple Circle', 'Athabasca', 'Alberta', 'Canada', '796-685-6426', 3.66, 54.7214094, -113.2861822); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (261, 'Zieme, Breitenberg and Hilll', 1.23, 2.74, 1.7, null, '03 Emmet Circle', 'Niagara Falls', 'Ontario', 'Canada', '680-890-2355', 3.7, 43.1315785, -79.1040432); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (262, 'Zulauf and Sons', 1.67, 2.28, 1.55, null, '408 Logan Point', 'Orangeville', 'Ontario', 'Canada', '855-384-5384', 3.22, 43.9168, -80.09967); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (263, 'Lesch Inc', 1.88, 2.86, 1.53, null, '59048 Chinook Parkway', 'Saint-Bruno', 'Québec', 'Canada', '716-435-8670', 3.61, 45.5257774, -73.3436918); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (264, 'Gleason, Koelpin and Sawayn', 1.34, 2.38, 1.55, null, '4 Lillian Center', 'Sydney Mines', 'Nova Scotia', 'Canada', '377-939-5375', 3.85, 46.2475531, -60.2362743); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (265, 'Kohler-Hegmann', 1.9, 2.44, 1.38, null, '68 Aberg Terrace', 'Macklin', 'Saskatchewan', 'Canada', '771-917-0209', 3.42, 52.33344, -109.93484); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (266, 'Marvin, Rowe and Rutherford', 1.61, 2.44, 1.1, null, '57 Barnett Court', 'West End', 'British Columbia', 'Canada', '162-912-7224', 4.72, 49.2867869, -123.130627); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (267, 'Upton-Gislason', 1.73, 2.56, 1.07, null, '65 Sutteridge Crossing', 'Windsor', 'Ontario', 'Canada', '799-850-7311', 3.46, 45.5787215, -72.001055); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (268, 'Cormier-Huel', 1.2, 2.81, 1.79, null, '2 Ruskin Crossing', 'Okotoks', 'Alberta', 'Canada', '170-358-6697', 4.37, 50.7254936, -113.9749472); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (269, 'Daugherty LLC', 1.72, 2.95, 1.24, null, '90070 Melvin Plaza', 'Ottawa', 'Ontario', 'Canada', '547-234-6377', 3.03, 45.4518103, -75.738755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (270, 'Fritsch-Ratke', 1.35, 2.04, 1.08, null, '83 Reindahl Road', 'Malartic', 'Québec', 'Canada', '579-502-0195', 3.91, 48.13348, -78.13283); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (271, 'Daniel-Stiedemann', 1.92, 2.54, 1.49, null, '902 Coolidge Drive', 'Fox Creek', 'Alberta', 'Canada', '202-778-9904', 4.37, 54.40007, -116.80238); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (272, 'Torp-Altenwerth', 1.05, 2.44, 1.96, null, '3 Mcbride Parkway', 'Les Coteaux', 'Québec', 'Canada', '654-813-8421', 3.65, 45.2645197, -74.2176156); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (273, 'Batz-Littel', 1.24, 2.21, 1.82, null, '88725 Westerfield Terrace', 'Kapuskasing', 'Ontario', 'Canada', '291-164-5960', 3.58, 49.380268, -82.400129); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (274, 'Adams, Johns and Crooks', 1.66, 2.62, 1.19, null, '39687 Vermont Alley', 'Labelle', 'Québec', 'Canada', '596-108-4272', 3.18, 43.4426097, -80.5443489); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (275, 'Schaefer, Collins and Heathcote', 1.05, 2.51, 1.63, null, '906 Stone Corner Park', 'Barraute', 'Québec', 'Canada', '606-855-5542', 4.79, 48.43349, -77.63279); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (276, 'Kuvalis, Lesch and Veum', 1.56, 2.93, 1.73, null, '5758 Johnson Court', 'Matagami', 'Québec', 'Canada', '186-748-7727', 4.41, 49.75018, -77.63277); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (277, 'Bergnaum and Sons', 1.62, 2.99, 1.34, null, '565 Crescent Oaks Crossing', 'Selkirk', 'Manitoba', 'Canada', '822-538-4133', 3.15, 50.1369112, -96.8791564); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (278, 'Pagac LLC', 1.56, 2.43, 1.55, null, '141 Farwell Hill', 'Kentville', 'Nova Scotia', 'Canada', '728-289-0702', 4.84, 45.0769115, -64.4944735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (279, 'Blick, Bode and Metz', 1.14, 2.04, 1.38, null, '774 Cherokee Terrace', 'Beauceville', 'Québec', 'Canada', '297-460-4250', 4.4, 46.2051265, -70.7720325); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (280, 'Gleason, Schoen and Hickle', 1.84, 2.44, 1.87, null, '75656 Thackeray Plaza', 'Chester', 'Nova Scotia', 'Canada', '572-354-3731', 4.1, 44.55015, -64.24874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (281, 'Thompson LLC', 1.79, 2.47, 1.18, null, '97 Hudson Way', 'Prévost', 'Québec', 'Canada', '574-899-5286', 3.79, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (282, 'Schaefer-Borer', 1.56, 2.6, 1.79, null, '4 Coleman Plaza', 'Dorval', 'Québec', 'Canada', '776-147-6035', 3.94, 45.44588, -73.7693013); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (283, 'Collier, Wintheiser and Wilderman', 1.45, 2.34, 1.69, null, '77 Towne Center', 'Fruitvale', 'British Columbia', 'Canada', '170-170-3351', 4.74, 49.11654, -117.55222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (284, 'Braun Group', 1.15, 2.68, 1.46, null, '0205 Pearson Court', 'Harrison Brook', 'New Brunswick', 'Canada', '776-918-7005', 4.2, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (285, 'Frami-Waters', 1.72, 2.6, 1.57, null, '73 Mosinee Avenue', 'Norman Wells', 'Northwest Territories', 'Canada', '321-531-4424', 4.91, 65.2813951, -126.7987848); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (286, 'Satterfield LLC', 1.68, 2.03, 1.23, null, '75619 Forest Point', 'Macamic', 'Québec', 'Canada', '965-331-8638', 4.88, 48.75018, -78.99962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (287, 'Greenfelder Group', 1.15, 2.46, 1.58, null, '9 Claremont Lane', 'Charlemagne', 'Québec', 'Canada', '356-446-4096', 4.44, 45.7249153, -73.4913241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (288, 'Shanahan LLC', 1.66, 2.61, 1.93, null, '63652 American Ash Alley', 'Oakville', 'Ontario', 'Canada', '841-770-7494', 3.63, 43.4794825, -79.6558242); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (289, 'Herzog Group', 1.57, 2.17, 1.55, null, '144 Morningstar Way', 'Abbotsford', 'British Columbia', 'Canada', '389-528-7699', 4.91, 49.05798, -122.25257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (290, 'Schuppe LLC', 1.19, 2.33, 1.04, null, '8 Esch Trail', 'Les Cèdres', 'Québec', 'Canada', '907-912-3982', 4.07, 45.3095043, -74.0590779); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (291, 'O''Keefe-Kemmer', 1.7, 2.08, 1.99, null, '80 Mayer Drive', 'Carbonear', 'Newfoundland and Labrador', 'Canada', '503-828-0999', 3.21, 47.731518, -53.2341123); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (292, 'Reilly Group', 1.11, 2.79, 1.77, null, '791 Londonderry Point', 'Raymond', 'Alberta', 'Canada', '734-232-3632', 4.12, 49.44998, -112.65185); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (293, 'Bruen Group', 1.79, 2.17, 1.58, null, '2345 Portage Street', 'Cap-Santé', 'Québec', 'Canada', '620-450-8682', 3.09, 46.67159, -71.78812); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (294, 'Vandervort-Bartoletti', 1.72, 2.23, 1.45, null, '53122 Farmco Court', 'Dauphin', 'Manitoba', 'Canada', '842-812-8752', 4.86, 51.1500374, -100.0497004); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (295, 'Stokes, Rau and Corwin', 1.97, 2.22, 1.74, null, '77 Meadow Vale Lane', 'Melita', 'Manitoba', 'Canada', '869-427-1716', 3.17, 49.26811, -100.99669); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (296, 'Bernhard Group', 1.79, 2.88, 1.23, null, '36 Fisk Center', 'Rimouski', 'Québec', 'Canada', '517-883-3418', 4.19, 48.4353479, -68.5537635); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (297, 'Block, Hane and White', 1.06, 2.37, 1.68, null, '665 Nevada Lane', 'Normandin', 'Québec', 'Canada', '998-196-7668', 3.28, 48.83328, -72.53209); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (298, 'Lowe, Schimmel and Moen', 1.83, 2.93, 1.99, null, '1134 Florence Park', 'Willowdale', 'Ontario', 'Canada', '603-668-9645', 4.67, 43.7543283, -79.4422593); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (299, 'Renner LLC', 1.02, 2.74, 1.29, null, '52932 Ruskin Street', 'La Broquerie', 'Manitoba', 'Canada', '634-541-6382', 4.33, 49.51688, -96.50029); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (300, 'Lakin and Sons', 1.98, 2.95, 1.84, null, '5 Mallory Pass', 'Les Cèdres', 'Québec', 'Canada', '531-450-3229', 3.02, 45.3095043, -74.0590779); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (301, 'Willms, Stiedemann and D''Amore', 1.21, 2.6, 1.24, null, '69777 Portage Point', 'Camlachie', 'Ontario', 'Canada', '647-954-4138', 3.61, 43.03596, -82.1616); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (302, 'Ruecker-Fritsch', 1.61, 2.62, 1.48, null, '6466 Moulton Alley', 'Alberton', 'Prince Edward Island', 'Canada', '549-843-2742', 4.2, 46.81685, -64.06542); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (303, 'Langworth, Nicolas and Bednar', 1.41, 2.34, 1.82, null, '844 Fisk Lane', 'Roberval', 'Québec', 'Canada', '549-813-1887', 4.03, 48.5051169, -72.2292881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (304, 'Harvey-Stroman', 1.5, 2.32, 1.86, null, '201 Scoville Way', 'Victoria', 'British Columbia', 'Canada', '724-618-4364', 4.08, 48.4373686, -123.4112839); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (305, 'Mitchell LLC', 1.23, 2.39, 1.64, null, '2 Nova Junction', 'Blainville', 'Québec', 'Canada', '329-433-3333', 4.89, 45.7013243, -73.9284855); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (306, 'Roob and Sons', 1.53, 2.81, 1.2, null, '21850 Sunnyside Place', 'Camlachie', 'Ontario', 'Canada', '554-897-5382', 4.05, 43.03596, -82.1616); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (307, 'Abshire Inc', 1.2, 2.05, 1.71, null, '90450 Hansons Lane', 'Miramichi', 'New Brunswick', 'Canada', '865-561-9298', 3.94, 47.02895, -65.50186); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (308, 'Morar-Reilly', 1.47, 2.89, 1.47, null, '74475 Anzinger Trail', 'New-Richmond', 'Québec', 'Canada', '204-700-8424', 3.71, 48.16059, -65.85823); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (309, 'Harvey and Sons', 1.85, 2.83, 1.77, null, '3 Menomonie Crossing', 'Prince Rupert', 'British Columbia', 'Canada', '177-454-1073', 3.37, 54.311687, -130.3293111); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (310, 'Torphy LLC', 1.42, 2.15, 1.72, null, '88347 Debra Plaza', 'Nicolet', 'Québec', 'Canada', '947-783-1552', 3.4, 46.239782, -72.597424); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (311, 'Effertz-Tillman', 1.24, 2.52, 1.13, null, '37785 Springs Trail', 'Golden', 'British Columbia', 'Canada', '239-113-3081', 4.37, 51.29995, -116.9689); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (312, 'Heaney and Sons', 1.97, 2.85, 1.51, null, '28253 Emmet Terrace', 'Chase', 'British Columbia', 'Canada', '917-481-8219', 4.66, 50.8137495, -119.6934422); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (313, 'Crist, Fritsch and Ritchie', 1.12, 2.21, 1.74, null, '3 Stone Corner Center', 'Côte-Saint-Luc', 'Québec', 'Canada', '595-110-3557', 4.61, 45.46536, -73.66585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (314, 'Wiegand and Sons', 1.53, 2.92, 1.95, null, '69993 Warbler Avenue', 'Roblin', 'Manitoba', 'Canada', '705-351-3379', 4.55, 51.22999, -101.3565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (315, 'Olson-Schuster', 1.14, 2.81, 1.28, null, '3813 Hollow Ridge Drive', 'Mont-Joli', 'Québec', 'Canada', '571-196-6061', 3.4, 48.5847594, -68.1942711); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (316, 'Block, Christiansen and Satterfield', 1.82, 2.65, 1.32, null, '844 Rockefeller Terrace', 'Forestville', 'Québec', 'Canada', '984-347-8830', 4.46, 48.73808, -69.08478); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (317, 'Ledner LLC', 1.59, 2.59, 1.53, null, '12 High Crossing Point', 'Sainte-Marthe-sur-le-Lac', 'Québec', 'Canada', '363-777-7567', 4.35, 45.4574274, -73.9157063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (318, 'Senger-Rempel', 1.35, 2.89, 1.09, null, '1704 Calypso Pass', 'East Angus', 'Québec', 'Canada', '933-711-5837', 3.83, 45.48338, -71.66577); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (319, 'Cassin and Sons', 1.99, 2.96, 1.11, null, '3660 Dawn Terrace', 'Brampton', 'Ontario', 'Canada', '346-691-4491', 4.02, 43.691162, -79.8408787); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (320, 'Ziemann-Cummerata', 1.13, 2.6, 1.17, null, '2141 Heath Point', 'Mount Pearl', 'Newfoundland and Labrador', 'Canada', '834-767-1110', 4.87, 47.5206407, -52.8076818); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (321, 'Bins LLC', 1.16, 2.41, 1.59, null, '3 Novick Plaza', 'Coaticook', 'Québec', 'Canada', '625-850-9035', 3.2, 45.1306898, -71.8121012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (322, 'Trantow-Jacobi', 1.28, 2.42, 1.16, null, '6249 Dovetail Way', 'Duncan', 'British Columbia', 'Canada', '929-259-5834', 4.89, 48.7786908, -123.7079417); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (323, 'Wunsch Inc', 1.28, 2.29, 1.98, null, '012 Sachtjen Place', 'Clarence-Rockland', 'Ontario', 'Canada', '304-460-0535', 4.69, 45.5483729, -75.2916118); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (324, 'MacGyver-Barrows', 1.85, 2.46, 1.22, null, '056 Lyons Lane', 'Hudson Bay', 'Saskatchewan', 'Canada', '830-998-5692', 4.74, 45.346466, -75.807881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (325, 'Altenwerth-Larson', 1.89, 2.5, 1.49, null, '8 Roth Crossing', 'Charlottetown', 'Prince Edward Island', 'Canada', '315-491-7664', 3.13, 46.2279096, -63.1016755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (326, 'O''Conner-Krajcik', 1.75, 2.25, 1.61, null, '0 Mcbride Avenue', 'Golden', 'British Columbia', 'Canada', '255-387-4155', 4.84, 51.29995, -116.9689); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (327, 'Kozey and Sons', 1.11, 2.2, 1.04, null, '77 Pepper Wood Place', 'North Bay', 'Ontario', 'Canada', '961-839-8609', 3.87, 46.272758, -79.4298653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (328, 'Macejkovic-Spinka', 1.89, 2.14, 1.13, null, '43840 2nd Pass', 'Whitehorse', 'Yukon Territory', 'Canada', '404-245-6767', 3.74, 60.7610412, -135.1742264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (329, 'Barrows-Hane', 1.32, 2.98, 1.67, null, '0 Division Drive', 'West End', 'British Columbia', 'Canada', '904-477-2723', 3.18, 49.2867869, -123.130627); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (330, 'Cole-Huels', 1.16, 2.16, 1.02, null, '156 Summit Plaza', 'Keswick', 'Ontario', 'Canada', '342-813-3088', 3.09, 44.2298189, -79.4619506); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (331, 'Lind, VonRueden and Douglas', 1.85, 2.79, 1.43, null, '72 Corben Pass', 'Bromont', 'Québec', 'Canada', '627-433-8115', 3.46, 45.3151096, -72.661835); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (332, 'Batz, Mills and Herman', 1.68, 2.44, 1.35, null, '2052 Fisk Street', 'Chester', 'Nova Scotia', 'Canada', '101-956-1930', 3.75, 44.55015, -64.24874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (333, 'Cummerata LLC', 1.16, 2.37, 1.1, null, '6004 Glacier Hill Alley', 'Winnipeg', 'Manitoba', 'Canada', '986-288-6770', 3.07, 49.8634627, -97.1373403); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (334, 'Dickens-Heaney', 1.29, 2.32, 1.64, null, '138 Shoshone Street', 'Logan Lake', 'British Columbia', 'Canada', '413-650-3942', 3.26, 50.49976, -120.80253); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (335, 'O''Keefe-Lind', 1.85, 2.14, 1.43, null, '168 Glendale Road', 'Amherst', 'Nova Scotia', 'Canada', '673-298-8297', 4.08, 45.8299686, -64.2092372); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (336, 'Hand, Miller and Gulgowski', 1.53, 2.83, 1.84, null, '92 Algoma Plaza', 'Pangnirtung', 'Nunavut', 'Canada', '686-984-7353', 3.05, 66.14511, -65.71252); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (337, 'Block and Sons', 1.64, 2.8, 1.96, null, '18746 Muir Alley', 'Summerside', 'Prince Edward Island', 'Canada', '311-355-3496', 4.23, 46.4027492, -63.7716391); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (338, 'VonRueden, Macejkovic and Dibbert', 1.99, 2.08, 1.81, null, '6 Hallows Terrace', 'Delaware', 'Ontario', 'Canada', '376-976-2890', 4.65, 42.91679, -81.41646); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (339, 'Wilkinson and Sons', 1.12, 2.49, 1.85, null, '88911 Darwin Plaza', 'Prince Albert', 'Saskatchewan', 'Canada', '434-626-6412', 4.82, 53.1762084, -105.7514651); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (340, 'Marks-Christiansen', 1.99, 2.39, 1.02, null, '9644 Little Fleur Point', 'Cornwall', 'Prince Edward Island', 'Canada', '209-308-4750', 3.72, 46.22652, -63.21809); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (341, 'Reichert-Mraz', 1.27, 2.95, 1.56, null, '647 Di Loreto Avenue', 'Barraute', 'Québec', 'Canada', '741-562-7865', 4.74, 48.43349, -77.63279); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (342, 'Toy, Toy and Botsford', 1.25, 2.74, 1.48, null, '816 Harbort Point', 'Hope', 'British Columbia', 'Canada', '274-148-9012', 3.28, 49.38299, -121.44144); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (343, 'Murray, Kilback and Friesen', 1.76, 2.88, 1.22, null, '1 Kinsman Pass', 'Wabana', 'Newfoundland and Labrador', 'Canada', '771-868-9042', 3.24, 47.63319, -52.94806); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (344, 'Howell, Graham and Turner', 1.48, 2.69, 1.4, null, '88 Burning Wood Park', 'Saint-Augustin-de-Desmaures', 'Québec', 'Canada', '529-901-2815', 4.64, 46.747041, -71.459344); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (345, 'Muller and Sons', 1.44, 2.45, 1.03, null, '29282 Welch Junction', 'Sainte-Martine', 'Québec', 'Canada', '256-833-5717', 4.06, 47.5688259, -52.7079539); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (346, 'Zieme-Kerluke', 1.1, 2.78, 1.51, null, '3208 Laurel Point', 'Devon', 'Alberta', 'Canada', '579-279-0347', 3.67, 53.3547991, -113.7233907); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (347, 'Fadel-Brown', 1.79, 2.51, 1.43, null, '2 Forster Center', 'Oak Bay', 'British Columbia', 'Canada', '800-702-9563', 3.76, 48.42647, -123.3227421); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (348, 'Stokes Group', 1.39, 2.48, 1.35, null, '686 Vermont Center', 'Warwick', 'Québec', 'Canada', '507-652-0396', 3.99, 46.0382659, -72.0118164); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (349, 'Larkin-Swift', 1.19, 2.11, 1.31, null, '7 Wayridge Drive', 'Bécancour', 'Québec', 'Canada', '825-166-5396', 3.02, 46.4005111, -72.2690204); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (350, 'Ritchie and Sons', 1.55, 2.68, 1.44, null, '7 Cody Road', 'Lethbridge', 'Alberta', 'Canada', '637-445-1618', 3.4, 49.6619465, -112.8149467); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (351, 'Bogisich LLC', 1.88, 2.06, 1.33, null, '7 Bultman Circle', 'High Prairie', 'Alberta', 'Canada', '455-905-1001', 3.57, 55.4334, -116.4858); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (352, 'Buckridge Inc', 1.16, 2.41, 1.09, null, '9 Namekagon Hill', 'Cabano', 'Québec', 'Canada', '896-875-6508', 4.39, 47.68065, -68.8781); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (353, 'Bode Group', 1.78, 2.01, 1.64, null, '0394 Springview Hill', 'Swan Hills', 'Alberta', 'Canada', '473-852-9219', 4.87, 54.71681, -115.40226); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (354, 'Ankunding LLC', 1.94, 2.83, 1.33, null, '9101 Porter Trail', 'Ottawa', 'Ontario', 'Canada', '902-947-2863', 3.54, 45.4518103, -75.738755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (355, 'Bergstrom-Bechtelar', 1.37, 2.44, 1.6, null, '4 Division Way', 'Port-Cartier', 'Québec', 'Canada', '409-371-7889', 3.4, 50.0234664, -66.8869412); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (356, 'Jakubowski LLC', 1.61, 2.08, 1.31, null, '3 Red Cloud Pass', 'Innisfil', 'Ontario', 'Canada', '766-594-7274', 4.61, 44.3417656, -79.542666); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (357, 'Bahringer Group', 1.38, 2.56, 1.82, null, '7 Springview Hill', 'Pangnirtung', 'Nunavut', 'Canada', '216-997-5717', 3.88, 66.14511, -65.71252); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (358, 'Torphy, Doyle and Johnston', 1.44, 2.65, 1.36, null, '549 Jana Point', 'Meadow Lake', 'Saskatchewan', 'Canada', '677-201-7628', 4.15, 54.1212091, -108.4295552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (359, 'Jacobs-Mayert', 1.37, 2.65, 1.55, null, '90275 Moland Street', 'Harrison Brook', 'New Brunswick', 'Canada', '827-910-5252', 4.62, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (360, 'Hauck and Sons', 1.03, 2.67, 1.96, null, '1 Glacier Hill Center', 'Bells Corners', 'Ontario', 'Canada', '936-141-8766', 4.07, 45.310056, -75.8292031); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (361, 'Kreiger Inc', 1.08, 2.58, 1.13, null, '27719 Blackbird Avenue', 'Collingwood', 'Ontario', 'Canada', '723-473-3809', 4.5, 44.5007687, -80.2169047); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (362, 'Heaney Inc', 1.69, 2.19, 1.95, null, '8082 Hollow Ridge Avenue', 'Sydney Mines', 'Nova Scotia', 'Canada', '946-428-7103', 4.85, 46.2475531, -60.2362743); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (363, 'Mertz and Sons', 1.26, 2.23, 1.89, null, '6487 Crownhardt Drive', 'Weyburn', 'Saskatchewan', 'Canada', '168-694-1342', 4.04, 49.6666528, -103.8451959); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (364, 'Beahan-Ebert', 1.75, 2.69, 1.46, null, '307 Blaine Parkway', 'Picton', 'Ontario', 'Canada', '653-750-7289', 3.16, 44.00012, -77.13275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (365, 'Quitzon-Bahringer', 1.6, 2.63, 1.82, null, '05 Moose Court', 'Sicamous', 'British Columbia', 'Canada', '608-384-6231', 3.37, 50.83312, -118.98565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (366, 'Schinner-Hane', 1.03, 2.86, 1.42, null, '5 Corscot Park', 'Duncan', 'British Columbia', 'Canada', '774-762-9402', 3.3, 48.7786908, -123.7079417); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (367, 'Gutmann and Sons', 1.03, 2.28, 1.74, null, '1 Prairieview Parkway', 'Camrose', 'Alberta', 'Canada', '207-602-3128', 3.38, 53.0222045, -112.8285983); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (368, 'Smitham, Kovacek and Boyer', 1.91, 2.42, 1.06, null, '86223 Moose Court', 'Stettler', 'Alberta', 'Canada', '861-376-9591', 3.83, 52.31683, -112.71861); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (369, 'Turner-Brekke', 1.52, 2.07, 1.79, null, '7895 Golf Way', 'Princeton', 'British Columbia', 'Canada', '669-940-9430', 4.8, 49.45802, -120.51076); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (370, 'Frami-Williamson', 1.13, 2.83, 1.1, null, '99 Mitchell Trail', 'Sainte-Anne-des-Monts', 'Québec', 'Canada', '150-177-4148', 3.34, 49.12402, -66.49243); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (371, 'Bartoletti and Sons', 1.58, 2.15, 1.78, null, '30919 Main Alley', 'Middleton', 'Nova Scotia', 'Canada', '951-693-2947', 4.26, 44.95015, -65.0655); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (372, 'Collins and Sons', 1.57, 2.11, 1.79, null, '9 Elgar Center', 'Prévost', 'Québec', 'Canada', '792-272-7219', 3.92, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (373, 'Lueilwitz Inc', 1.15, 2.47, 1.21, null, '3895 Mockingbird Parkway', 'Daveluyville', 'Québec', 'Canada', '999-447-2776', 3.03, 46.20006, -72.13239); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (374, 'Bayer-Barrows', 1.51, 2.83, 1.9, null, '4673 Glendale Parkway', 'Lacombe', 'Alberta', 'Canada', '187-996-6352', 3.11, 52.4630512, -113.7286241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (375, 'Zulauf and Sons', 1.48, 2.56, 1.33, null, '4945 Hagan Drive', 'Cookshire-Eaton', 'Québec', 'Canada', '466-110-0815', 4.38, 45.41675, -71.6324); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (376, 'Collier and Sons', 1.82, 2.43, 1.32, null, '82675 John Wall Pass', 'Havre-Saint-Pierre', 'Québec', 'Canada', '354-921-9714', 3.07, 50.24342, -63.60264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (377, 'Ward and Sons', 1.37, 2.48, 1.74, null, '537 Farragut Street', 'Dieppe', 'New Brunswick', 'Canada', '536-271-6561', 4.56, 46.0952765, -64.7486638); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (378, 'Reichert-Hilll', 1.19, 2.42, 1.66, null, '58340 Hooker Avenue', 'Normandin', 'Québec', 'Canada', '751-519-3006', 3.49, 48.83328, -72.53209); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (379, 'Jast, Yundt and Schiller', 1.02, 2.44, 1.05, null, '8940 Claremont Crossing', 'Marieville', 'Québec', 'Canada', '161-179-7572', 4.36, 45.4347317, -73.1728734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (380, 'Nikolaus-Quigley', 1.7, 2.93, 1.48, null, '0 Farwell Avenue', 'Warwick', 'Québec', 'Canada', '914-286-4515', 3.7, 46.0382659, -72.0118164); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (381, 'Ziemann-Upton', 1.71, 2.7, 1.95, null, '4 7th Street', 'Ottawa', 'Ontario', 'Canada', '365-512-3749', 4.7, 45.4518103, -75.738755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (382, 'Wolff-Greenfelder', 1.56, 2.52, 1.3, null, '5 Stang Terrace', 'Sainte-Anne-des-Plaines', 'Québec', 'Canada', '667-682-4518', 3.36, 45.76468, -73.81156); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (383, 'Hermiston-Marquardt', 1.23, 2.13, 1.42, null, '2 Darwin Drive', 'Neepawa', 'Manitoba', 'Canada', '382-104-4336', 3.13, 50.22892, -99.46642); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (384, 'Harber, Hermiston and McDermott', 1.2, 2.37, 1.86, null, '41027 Hagan Street', 'Thompson', 'Manitoba', 'Canada', '340-837-7488', 4.31, 55.7454343, -97.8681552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (385, 'Emmerich Group', 1.68, 2.5, 1.65, null, '5 Drewry Road', 'Macklin', 'Saskatchewan', 'Canada', '350-730-5624', 4.35, 52.33344, -109.93484); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (386, 'Green-Zboncak', 1.92, 2.38, 1.75, null, '1 Hazelcrest Terrace', 'Boucherville', 'Québec', 'Canada', '141-603-7526', 3.93, 45.5833482, -73.4372336); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (387, 'Johnson-Price', 1.46, 2.87, 1.76, null, '69233 Everett Court', 'Montréal-Est', 'Québec', 'Canada', '711-384-7158', 3.8, 45.5417415, -73.471152); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (388, 'Marquardt, Maggio and Kuvalis', 1.81, 2.48, 1.18, null, '78 Eagan Road', 'Concord', 'Ontario', 'Canada', '504-160-1287', 4.42, 43.798329, -79.5079073); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (389, 'Rowe-Sauer', 1.99, 2.95, 1.21, null, '0 New Castle Plaza', 'Oakville', 'Ontario', 'Canada', '976-571-4961', 3.75, 43.4794825, -79.6558242); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (390, 'Abbott Inc', 1.55, 2.49, 1.67, null, '1 Daystar Way', 'Rosthern', 'Saskatchewan', 'Canada', '857-547-2163', 3.4, 52.66679, -106.33446); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (391, 'Swaniawski, Heathcote and Powlowski', 1.25, 2.62, 1.25, null, '58075 Rigney Alley', 'Nakusp', 'British Columbia', 'Canada', '585-508-4602', 3.38, 50.24987, -117.80226); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (392, 'Klein-Bahringer', 1.24, 2.48, 1.7, null, '240 Hauk Parkway', 'Iqaluit', 'Nunavut', 'Canada', '238-680-4429', 4.76, 63.75059, -68.51449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (393, 'Friesen-Steuber', 1.59, 2.3, 1.7, null, '9969 Talisman Drive', 'L''Île-Perrot', 'Québec', 'Canada', '842-427-7528', 3.74, 45.4235609, -73.9319061); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (394, 'Nicolas-Hermann', 1.4, 2.46, 1.03, null, '63 Dapin Terrace', 'Barraute', 'Québec', 'Canada', '264-475-7484', 3.42, 48.43349, -77.63279); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (395, 'Yundt, Nienow and Blick', 1.85, 2.13, 1.77, null, '37660 Thierer Alley', 'Carleton Place', 'Ontario', 'Canada', '294-545-7245', 4.29, 45.129308, -76.1423766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (396, 'Batz, Leannon and Hintz', 1.84, 2.17, 1.33, null, '28 Sutteridge Lane', 'Harbour Breton', 'Newfoundland and Labrador', 'Canada', '666-965-0019', 3.83, 47.48325, -55.79833); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (397, 'Schaden, Effertz and Turner', 1.22, 2.9, 1.17, null, '5433 Stang Court', 'Beauharnois', 'Québec', 'Canada', '823-275-9670', 3.16, 45.3044566, -73.8746233); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (398, 'Davis Group', 1.94, 2.0, 1.11, null, '7362 Parkside Road', 'Oromocto', 'New Brunswick', 'Canada', '887-843-5755', 3.76, 45.8486646, -66.4812859); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (399, 'Hand, Gottlieb and Abbott', 1.09, 2.93, 1.93, null, '8 Bartelt Junction', 'Chester', 'Nova Scotia', 'Canada', '554-593-8029', 3.67, 44.55015, -64.24874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (400, 'Christiansen and Sons', 1.22, 2.92, 1.65, null, '53910 Nelson Hill', 'North Perth', 'Ontario', 'Canada', '586-464-8439', 3.7, 43.7251, -80.96723); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (401, 'Padberg, Barrows and Paucek', 1.85, 2.87, 1.48, null, '52638 Bayside Point', 'Belleville', 'Ontario', 'Canada', '868-933-1770', 3.64, 44.165829, -77.3956004); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (402, 'Treutel LLC', 1.01, 2.87, 1.73, null, '8083 Harper Pass', 'Chase', 'British Columbia', 'Canada', '819-415-7052', 3.2, 50.8137495, -119.6934422); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (403, 'Zemlak, Batz and Dooley', 1.61, 2.04, 1.54, null, '2512 Mayfield Place', 'Sherbrooke', 'Québec', 'Canada', '126-165-1538', 3.3, 45.3859182, -71.936914); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (404, 'Aufderhar, VonRueden and Upton', 1.01, 2.43, 1.41, null, '15 Holy Cross Court', 'Taber', 'Alberta', 'Canada', '563-293-9054', 4.09, 49.7859606, -112.1496533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (405, 'Baumbach Inc', 1.13, 2.47, 1.91, null, '53893 Marquette Junction', 'Burgeo', 'Newfoundland and Labrador', 'Canada', '314-641-4794', 3.43, 47.61668, -57.61516); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (406, 'Miller and Sons', 1.36, 2.8, 1.77, null, '38 Ridgeway Park', 'Labelle', 'Québec', 'Canada', '348-425-8316', 3.3, 43.4426097, -80.5443489); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (407, 'DuBuque Group', 1.38, 2.2, 1.97, null, '0238 Karstens Terrace', 'Osoyoos', 'British Columbia', 'Canada', '531-365-0171', 3.09, 49.03306, -119.45237); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (408, 'Altenwerth and Sons', 1.37, 2.49, 1.46, null, '40 Milwaukee Park', 'Collingwood', 'Ontario', 'Canada', '629-274-2976', 4.74, 44.5007687, -80.2169047); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (409, 'Kozey Inc', 1.25, 2.78, 1.82, null, '06 Crest Line Plaza', 'Saskatoon', 'Saskatchewan', 'Canada', '421-116-5094', 4.12, 52.1527462, -106.5473023); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (410, 'Green Group', 1.76, 2.11, 1.39, null, '5673 Alpine Trail', 'Smoky Lake', 'Alberta', 'Canada', '464-632-2152', 4.65, 54.1100086, -112.4800499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (411, 'Haag Group', 1.2, 2.59, 1.96, null, '431 Welch Way', 'Carleton Place', 'Ontario', 'Canada', '779-498-9211', 3.29, 45.129308, -76.1423766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (412, 'Sporer Group', 1.54, 2.9, 1.58, null, '1 Northland Court', 'Mont-Saint-Hilaire', 'Québec', 'Canada', '913-933-8860', 4.66, 45.5599168, -73.2004857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (413, 'Becker LLC', 1.11, 2.51, 1.67, null, '67828 Erie Way', 'Macamic', 'Québec', 'Canada', '210-994-2011', 3.36, 48.75018, -78.99962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (414, 'Frami-Ruecker', 1.47, 2.91, 1.01, null, '25808 Debs Way', 'Pictou', 'Nova Scotia', 'Canada', '621-802-2519', 3.11, 45.67875, -62.70936); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (415, 'Maggio LLC', 1.9, 2.91, 1.97, null, '9836 Carioca Way', 'Danville', 'Québec', 'Canada', '296-580-7447', 4.43, 45.7849952, -72.0145063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (416, 'Gislason, Witting and Luettgen', 1.21, 2.48, 1.78, null, '980 Magdeline Junction', 'Coquitlam', 'British Columbia', 'Canada', '693-962-7606', 3.64, 49.2815819, -122.7535881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (417, 'Gerlach-Oberbrunner', 1.53, 2.55, 1.61, null, '491 Aberg Hill', 'Sicamous', 'British Columbia', 'Canada', '289-557-1798', 4.9, 50.83312, -118.98565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (418, 'Rolfson Inc', 1.57, 2.39, 1.51, null, '97 Tennyson Avenue', 'Nanton', 'Alberta', 'Canada', '966-163-0382', 3.46, 50.35008, -113.76866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (419, 'Frami and Sons', 1.07, 2.98, 1.23, null, '23 Calypso Terrace', 'Smiths Falls', 'Ontario', 'Canada', '188-548-6694', 3.13, 44.891731, -76.0289414); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (420, 'Harris-Stoltenberg', 1.14, 2.43, 1.56, null, '7 Vidon Junction', 'Drayton Valley', 'Alberta', 'Canada', '798-112-6967', 4.36, 53.2214074, -114.9766785); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (421, 'Bartoletti and Sons', 1.37, 2.04, 1.36, null, '5151 Norway Maple Way', 'Prévost', 'Québec', 'Canada', '673-179-8586', 3.63, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (422, 'Corwin-Conn', 1.05, 2.33, 1.82, null, '10953 Steensland Pass', 'St. Thomas', 'Ontario', 'Canada', '269-878-8271', 3.01, 42.7665598, -81.1747498); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (423, 'Windler, Powlowski and Glover', 1.18, 2.33, 1.66, null, '62 Lakeland Way', 'Malartic', 'Québec', 'Canada', '131-561-9829', 4.88, 48.13348, -78.13283); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (424, 'Nikolaus-Rempel', 1.61, 2.1, 1.12, null, '507 Evergreen Way', 'Princeton', 'British Columbia', 'Canada', '482-733-3143', 3.75, 49.45802, -120.51076); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (425, 'Kemmer, Shanahan and Christiansen', 1.44, 2.04, 1.72, null, '4934 Shopko Center', 'Camlachie', 'Ontario', 'Canada', '909-381-6229', 4.8, 43.03596, -82.1616); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (426, 'Stroman-Reinger', 1.95, 2.52, 1.57, null, '40739 Dovetail Drive', 'Greenwood', 'Nova Scotia', 'Canada', '953-546-2420', 4.53, 44.98345, -64.89879); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (427, 'Collins LLC', 1.79, 2.74, 1.62, null, '47 Buena Vista Lane', 'Bells Corners', 'Ontario', 'Canada', '826-927-8647', 4.38, 45.310056, -75.8292031); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (428, 'Pagac Group', 1.96, 2.88, 1.83, null, '0 Shasta Place', 'Richmond', 'British Columbia', 'Canada', '836-843-5872', 4.77, 49.1571976, -123.1152602); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (429, 'Mertz, McCullough and Baumbach', 1.39, 2.36, 1.27, null, '32508 Milwaukee Park', 'Mont-Tremblant', 'Québec', 'Canada', '138-586-9455', 3.86, 46.1223915, -74.5838514); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (430, 'Tillman, Ondricka and Hayes', 1.37, 2.09, 1.62, null, '4 Park Meadow Point', 'Woodstock', 'Ontario', 'Canada', '278-675-3607', 3.25, 46.150266, -67.6033952); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (431, 'Reichert Group', 1.55, 2.25, 1.56, null, '81 Sunfield Plaza', 'Rayside-Balfour', 'Ontario', 'Canada', '141-703-5545', 3.32, 46.60873, -81.20763); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (432, 'Erdman-Huel', 1.34, 2.72, 1.78, null, '588 Del Sol Hill', 'Owen Sound', 'Ontario', 'Canada', '257-603-2835', 3.41, 44.57629, -80.9206653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (433, 'Little-Little', 1.07, 2.16, 1.24, null, '19 Village Hill', 'Havre-Saint-Pierre', 'Québec', 'Canada', '866-588-3143', 4.04, 50.24342, -63.60264); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (434, 'Barrows-Howell', 1.75, 2.62, 1.48, null, '70 Acker Center', 'Oxbow', 'Saskatchewan', 'Canada', '153-375-5536', 3.35, 49.23335, -102.1676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (435, 'Torphy-Hermiston', 1.69, 2.83, 1.31, null, '034 Trailsway Avenue', 'Oak Bay', 'British Columbia', 'Canada', '836-552-9088', 3.9, 48.42647, -123.3227421); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (436, 'Marvin and Sons', 1.32, 2.61, 1.04, null, '56 Mayfield Court', 'Boisbriand', 'Québec', 'Canada', '842-839-3457', 3.97, 45.6181396, -73.8394482); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (437, 'Johnston, Hilpert and Lehner', 1.13, 2.58, 1.08, null, '9302 Carberry Road', 'Summerland', 'British Columbia', 'Canada', '439-612-2915', 4.24, 49.59977, -119.66911); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (438, 'Fahey-Wuckert', 1.04, 2.46, 1.69, null, '27954 Harper Trail', 'Thorold', 'Ontario', 'Canada', '855-511-1950', 3.84, 43.1135996, -79.2169174); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (439, 'Corwin, Schuppe and Weber', 1.13, 2.77, 1.66, null, '74 Weeping Birch Drive', 'North Cowichan', 'British Columbia', 'Canada', '253-458-4426', 4.44, 48.8428574, -123.7044012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (440, 'Terry-Veum', 1.45, 2.15, 1.35, null, '1067 Bartelt Terrace', 'Unity', 'Saskatchewan', 'Canada', '672-779-7670', 4.4, 45.4139794, -75.7103682); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (441, 'Wehner LLC', 1.61, 2.87, 1.18, null, '1632 1st Point', 'Sainte-Anne-des-Monts', 'Québec', 'Canada', '489-786-1119', 4.88, 49.12402, -66.49243); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (442, 'Fadel and Sons', 1.23, 2.18, 1.48, null, '877 Carioca Drive', 'Hanover', 'Ontario', 'Canada', '984-197-1531', 4.3, 44.1498975, -81.0202533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (443, 'Frami-Turcotte', 1.06, 2.25, 1.6, null, '94853 Bultman Pass', 'Casselman', 'Ontario', 'Canada', '497-960-1341', 4.3, 45.3168, -75.0826); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (444, 'Bosco LLC', 1.13, 2.78, 2.0, null, '4 Lake View Avenue', 'Nanaimo', 'British Columbia', 'Canada', '775-751-2424', 4.31, 49.1879411, -124.0025429); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (445, 'Feeney, Kub and Wisoky', 1.35, 2.25, 1.36, null, '6570 Manufacturers Hill', 'Richmond', 'Québec', 'Canada', '439-624-1438', 4.48, 49.2725714, -123.1207968); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (446, 'Dach LLC', 1.07, 2.79, 1.94, null, '565 Hintze Crossing', 'Charlemagne', 'Québec', 'Canada', '144-484-6415', 4.97, 45.7249153, -73.4913241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (447, 'Yost-Hodkiewicz', 1.94, 2.69, 1.91, null, '8371 Dennis Circle', 'Longueuil', 'Québec', 'Canada', '239-854-0844', 4.11, 45.4693392, -73.4848038); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (448, 'Rodriguez, Jakubowski and Simonis', 1.59, 2.11, 1.84, null, '2 Debra Point', 'Boucherville', 'Québec', 'Canada', '442-533-4478', 4.31, 45.5833482, -73.4372336); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (449, 'Dickinson, Kihn and Brakus', 1.95, 2.6, 1.54, null, '0 Hintze Crossing', 'Wabana', 'Newfoundland and Labrador', 'Canada', '893-986-7089', 4.86, 47.63319, -52.94806); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (450, 'Jacobson, Goodwin and O''Keefe', 1.76, 2.48, 1.27, null, '6 Oriole Center', 'Stettler', 'Alberta', 'Canada', '147-159-2213', 4.77, 52.31683, -112.71861); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (451, 'Schuppe-Heller', 1.01, 2.64, 1.34, null, '08 Loomis Crossing', 'Fruitvale', 'British Columbia', 'Canada', '922-237-2556', 4.31, 49.11654, -117.55222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (452, 'Franecki LLC', 1.1, 2.58, 1.24, null, '1435 Continental Street', 'White Rock', 'British Columbia', 'Canada', '650-673-7053', 4.37, 49.0253085, -122.802962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (453, 'White-Roberts', 1.84, 2.25, 1.25, null, '89964 Del Sol Parkway', 'Baie-Comeau', 'Québec', 'Canada', '398-460-4147', 3.34, 49.2211865, -68.1518275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (454, 'Brown, Rath and Kihn', 1.81, 2.51, 1.94, null, '4 Lake View Circle', 'Mercier', 'Québec', 'Canada', '895-462-9206', 4.68, 45.3204459, -73.7525458); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (455, 'Hamill-Monahan', 1.76, 2.96, 1.76, null, '63 Warbler Pass', 'White City', 'Saskatchewan', 'Canada', '318-798-3036', 3.39, 50.444953, -104.3624353); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (456, 'Moore, Kihn and Witting', 1.86, 2.34, 1.76, null, '2 Lotheville Pass', 'Altona', 'Manitoba', 'Canada', '902-625-5488', 4.48, 49.10469, -97.55961); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (457, 'Buckridge LLC', 1.03, 2.75, 1.13, null, '7680 Orin Trail', 'Maple Creek', 'Saskatchewan', 'Canada', '736-771-7298', 4.06, 49.91678, -109.48481); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (458, 'Kihn, Hammes and Casper', 1.29, 2.68, 1.64, null, '240 Warrior Place', 'Richmond', 'Québec', 'Canada', '906-897-7186', 3.39, 49.2725714, -123.1207968); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (459, 'Homenick, Reinger and Marvin', 1.54, 2.22, 1.74, null, '93 Sunbrook Park', 'Nanaimo', 'British Columbia', 'Canada', '255-250-3572', 4.55, 49.1879411, -124.0025429); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (460, 'Kihn, Fay and Heller', 1.63, 2.63, 1.67, null, '7364 Walton Road', 'Ormstown', 'Québec', 'Canada', '293-842-4212', 3.38, 45.0934491, -73.9764283); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (461, 'O''Reilly-Dickens', 1.51, 2.39, 1.03, null, '54789 Tennessee Road', 'Les Cèdres', 'Québec', 'Canada', '852-444-4847', 4.88, 45.3095043, -74.0590779); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (462, 'Haley, Kessler and Klein', 1.8, 2.92, 1.97, null, '7491 Columbus Pass', 'Parrsboro', 'Nova Scotia', 'Canada', '302-456-5344', 4.72, 45.40015, -64.33205); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (463, 'Pfannerstill LLC', 1.4, 2.17, 1.44, null, '8 Arizona Pass', 'Notre-Dame-des-Prairies', 'Québec', 'Canada', '345-320-3155', 3.97, 46.05007, -73.43245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (464, 'Collins, Stroman and Torphy', 1.8, 2.87, 1.0, null, '242 Lakeland Avenue', 'L''Assomption', 'Québec', 'Canada', '234-526-4221', 4.83, 45.8377021, -73.4310787); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (465, 'Fadel Group', 1.69, 2.09, 1.25, null, '173 Roth Park', 'Lévis', 'Québec', 'Canada', '830-994-8300', 3.65, 46.7530428, -71.2196569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (466, 'Green-Heathcote', 1.81, 2.5, 1.4, null, '02 Crownhardt Street', 'Saint-Bruno-de-Guigues', 'Québec', 'Canada', '770-445-4476', 4.65, 47.4636372, -79.4387857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (467, 'Osinski Inc', 1.35, 2.4, 1.27, null, '93281 Stone Corner Place', 'Saint-Constant', 'Québec', 'Canada', '563-373-6256', 4.61, 45.3770527, -73.579509); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (468, 'Armstrong-Towne', 1.29, 2.12, 1.72, null, '819 Esker Way', 'Delaware', 'Ontario', 'Canada', '856-889-4197', 4.19, 42.91679, -81.41646); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (469, 'Lebsack, Tremblay and Kunde', 1.0, 2.84, 1.36, null, '9 Havey Point', 'L''Épiphanie', 'Québec', 'Canada', '872-572-2977', 3.14, 45.846967, -73.4924769); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (470, 'Block-Marvin', 1.39, 2.7, 1.27, null, '0 Ridgeway Junction', 'Saskatoon', 'Saskatchewan', 'Canada', '787-619-8936', 4.13, 52.1527462, -106.5473023); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (471, 'Kautzer, Donnelly and Langworth', 1.79, 2.66, 1.4, null, '78 Prentice Drive', 'Hearst', 'Ontario', 'Canada', '925-599-7088', 4.81, 49.68351, -83.66654); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (472, 'Wunsch-Bashirian', 1.51, 2.42, 1.72, null, '42776 Jana Trail', 'White Rock', 'British Columbia', 'Canada', '255-746-5365', 4.25, 49.0253085, -122.802962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (473, 'Thompson, Mante and Hodkiewicz', 1.64, 2.5, 1.8, null, '58 Mallard Pass', 'Sherbrooke', 'Québec', 'Canada', '278-932-3457', 4.65, 45.3859182, -71.936914); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (474, 'Berge, Rosenbaum and Larson', 1.04, 2.7, 1.22, null, '1 Meadow Valley Avenue', 'Lumby', 'British Columbia', 'Canada', '640-329-0290', 3.46, 50.24979, -118.96904); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (475, 'Spencer, O''Keefe and Larkin', 1.82, 2.29, 1.75, null, '2 Mayfield Pass', 'New Glasgow', 'Nova Scotia', 'Canada', '852-943-5049', 3.85, 45.5913301, -62.6451102); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (476, 'Runolfsdottir LLC', 1.17, 2.5, 1.63, null, '43772 Warner Avenue', 'Lavaltrie', 'Québec', 'Canada', '121-451-8822', 3.67, 45.8836384, -73.2813569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (477, 'Collier, Brakus and Hilpert', 1.73, 3.0, 1.21, null, '77008 Buena Vista Center', 'Sainte-Thérèse', 'Québec', 'Canada', '210-466-5914', 4.88, 45.6181396, -73.8394482); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (478, 'Altenwerth LLC', 1.9, 2.14, 1.29, null, '07 Schiller Street', 'Gjoa Haven', 'Nunavut', 'Canada', '218-677-3740', 4.54, 68.62602, -95.87836); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (479, 'Heidenreich Group', 1.55, 2.07, 1.52, null, '834 Grim Junction', 'New Glasgow', 'Nova Scotia', 'Canada', '136-369-5692', 3.45, 45.5913301, -62.6451102); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (480, 'Feeney Group', 1.81, 2.2, 1.69, null, '2 Schlimgen Trail', 'Kamloops', 'British Columbia', 'Canada', '346-457-6639', 4.53, 50.66648, -120.3192); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (481, 'Quigley, Will and Labadie', 1.66, 2.14, 1.5, null, '6316 Bunting Place', 'Invermere', 'British Columbia', 'Canada', '325-273-6031', 3.4, 50.51666, -116.03538); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (482, 'Johnson-Howell', 1.04, 2.02, 1.71, null, '30 Cody Pass', 'Irricana', 'Alberta', 'Canada', '650-950-8926', 3.07, 51.32372, -113.60475); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (483, 'Beahan, Larson and Smitham', 1.32, 2.93, 1.41, null, '4 Lunder Point', 'Smoky Lake', 'Alberta', 'Canada', '449-734-5509', 3.1, 54.1100086, -112.4800499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (484, 'Kiehn-Ullrich', 1.41, 2.05, 1.01, null, '627 Shasta Street', 'Kamloops', 'British Columbia', 'Canada', '468-141-1776', 3.09, 50.66648, -120.3192); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (485, 'Upton LLC', 1.21, 2.4, 1.4, null, '662 Pond Junction', 'Saint-Bruno-de-Montarville', 'Québec', 'Canada', '571-472-9903', 4.67, 45.5257774, -73.3436918); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (486, 'Russel, Auer and Klein', 1.08, 2.35, 1.44, null, '34 Welch Point', 'North Bay', 'Ontario', 'Canada', '964-112-3440', 3.17, 46.272758, -79.4298653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (487, 'Turner-Rice', 1.39, 2.12, 1.23, null, '1614 Drewry Way', 'Lamont', 'Alberta', 'Canada', '395-341-4366', 3.2, 53.76686, -112.80195); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (488, 'Wilderman, Lindgren and Haag', 1.94, 2.35, 1.26, null, '110 Boyd Pass', 'Delson', 'Québec', 'Canada', '968-156-2963', 4.72, 45.3689432, -73.5408926); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (489, 'Grant-Rogahn', 1.31, 2.08, 1.99, null, '761 Calypso Trail', 'Côte-Saint-Luc', 'Québec', 'Canada', '216-272-7597', 3.46, 45.46536, -73.66585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (490, 'Kohler Group', 1.48, 2.09, 1.38, null, '515 Straubel Pass', 'Smiths Falls', 'Ontario', 'Canada', '527-682-4933', 4.56, 44.891731, -76.0289414); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (491, 'Turner, Luettgen and Walter', 1.56, 2.11, 1.64, null, '6379 Farragut Hill', 'Stonewall', 'Manitoba', 'Canada', '354-473-3975', 3.09, 50.13441, -97.32676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (492, 'Spinka-Gorczany', 1.62, 2.79, 1.84, null, '17 Hoard Street', 'Ladner', 'British Columbia', 'Canada', '835-883-9147', 4.51, 49.08938, -123.08241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (493, 'Rogahn-Deckow', 1.68, 2.14, 1.94, null, '26 Katie Place', 'Saint-Eustache', 'Québec', 'Canada', '227-346-6072', 4.34, 45.559393, -73.907613); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (494, 'O''Connell, Fadel and Daugherty', 1.05, 2.03, 1.37, null, '8875 Almo Avenue', 'Rimouski', 'Québec', 'Canada', '522-694-0372', 3.23, 48.4353479, -68.5537635); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (495, 'Kilback, Fadel and Emard', 1.53, 2.65, 1.11, null, '44744 Stone Corner Road', 'Morinville', 'Alberta', 'Canada', '376-192-6972', 3.1, 53.7925065, -113.6463436); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (496, 'Adams, Langworth and Zboncak', 1.62, 2.57, 1.32, null, '64049 Old Gate Junction', 'Manning', 'Alberta', 'Canada', '614-261-3621', 4.26, 56.91683, -117.61945); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (497, 'Stanton and Sons', 1.12, 2.23, 1.22, null, '2 Tony Junction', 'Fruitvale', 'British Columbia', 'Canada', '571-666-6710', 3.39, 49.11654, -117.55222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (498, 'Hilll-Hyatt', 1.97, 2.9, 1.7, null, '716 Clove Lane', 'Labelle', 'Québec', 'Canada', '727-344-9060', 4.73, 43.4426097, -80.5443489); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (499, 'Reichert-Wiegand', 1.96, 2.92, 1.85, null, '81 Farragut Court', 'Manning', 'Alberta', 'Canada', '576-636-1016', 4.8, 56.91683, -117.61945); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (500, 'MacGyver-Renner', 1.95, 2.52, 1.24, null, '1047 Huxley Junction', 'Les Coteaux', 'Québec', 'Canada', '230-173-1627', 3.22, 45.2645197, -74.2176156); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (501, 'Vandervort, Bechtelar and Mann', 1.95, 2.78, 1.81, null, '51248 Warner Park', 'Beausejour', 'Manitoba', 'Canada', '819-198-7677', 4.91, 50.0622, -96.51669); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (502, 'Littel, Kautzer and Lehner', 1.05, 2.16, 1.38, null, '53034 Northwestern Junction', 'Maple Ridge', 'British Columbia', 'Canada', '877-689-4878', 3.06, 49.2227573, -122.6175451); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (503, 'Lueilwitz, Schaden and Schultz', 1.35, 2.58, 1.36, null, '4 Garrison Hill', 'Saint-Jérôme', 'Québec', 'Canada', '785-847-9271', 4.65, 45.7738831, -73.9771044); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (504, 'Schinner, Durgan and Jones', 1.46, 2.37, 1.11, null, '568 Union Pass', 'Hudson', 'Québec', 'Canada', '777-526-7846', 4.55, 45.4585439, -74.1406654); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (505, 'Powlowski, Casper and Kerluke', 1.78, 2.97, 1.51, null, '912 Cambridge Terrace', 'Adstock', 'Québec', 'Canada', '625-991-9015', 4.18, 46.0466966, -71.0768076); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (506, 'Daniel Inc', 1.35, 2.75, 1.94, null, '7389 Gerald Junction', 'Amos', 'Québec', 'Canada', '260-503-0864', 4.35, 48.5701842, -78.1143214); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (507, 'Auer, Dietrich and Boehm', 1.59, 3.0, 1.28, null, '54210 Kings Road', 'Oxford', 'Nova Scotia', 'Canada', '250-288-1095', 4.95, 45.73345, -63.86542); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (508, 'Marvin-Abbott', 1.02, 2.5, 1.09, null, '8 Jenna Place', 'Osoyoos', 'British Columbia', 'Canada', '631-731-7736', 4.98, 49.03306, -119.45237); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (509, 'Bartoletti Group', 1.02, 2.47, 1.74, null, '14604 Hazelcrest Center', 'Macklin', 'Saskatchewan', 'Canada', '251-390-2451', 3.37, 52.33344, -109.93484); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (510, 'Sipes LLC', 1.7, 2.02, 1.5, null, '60 Melody Court', 'Casselman', 'Ontario', 'Canada', '459-790-4820', 3.58, 45.3168, -75.0826); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (511, 'Halvorson-Jacobson', 1.69, 2.1, 1.79, null, '7313 Dunning Alley', 'Okotoks', 'Alberta', 'Canada', '236-253-7906', 4.51, 50.7254936, -113.9749472); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (512, 'Okuneva, Hessel and Monahan', 1.01, 2.24, 1.65, null, '24 Onsgard Park', 'Thessalon', 'Ontario', 'Canada', '743-558-1943', 3.97, 46.25006, -83.5666); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (513, 'Berge-Schowalter', 1.29, 2.63, 1.31, null, '3119 Jackson Center', 'Saint John', 'New Brunswick', 'Canada', '886-409-6007', 3.62, 45.271697, -66.0549467); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (514, 'MacGyver Group', 1.66, 2.89, 1.64, null, '12215 Northport Junction', 'Mirabel', 'Québec', 'Canada', '302-249-2272', 4.93, 45.7340335, -74.1402449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (515, 'Greenfelder Inc', 1.79, 2.78, 1.86, null, '0905 Bultman Terrace', 'Harrison Brook', 'New Brunswick', 'Canada', '739-824-0570', 4.07, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (516, 'Hartmann-Kunde', 1.25, 2.52, 1.99, null, '736 Cardinal Plaza', 'Picton', 'Ontario', 'Canada', '626-916-4176', 3.85, 44.00012, -77.13275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (517, 'McCullough Inc', 1.96, 2.47, 1.75, null, '1 Waubesa Junction', 'Dieppe', 'New Brunswick', 'Canada', '134-467-0759', 4.36, 46.0952765, -64.7486638); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (518, 'Barrows, Reinger and Ziemann', 2.0, 2.46, 1.11, null, '07 Swallow Drive', 'Victoriaville', 'Québec', 'Canada', '876-977-1697', 3.04, 46.0845, -71.9782415); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (519, 'Welch-Howe', 1.65, 2.13, 1.13, null, '44 Mitchell Way', 'Pemberton', 'British Columbia', 'Canada', '520-325-7706', 3.35, 50.31641, -122.80273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (520, 'Brown Group', 1.42, 2.57, 1.02, null, '37955 Oakridge Plaza', 'South River', 'Ontario', 'Canada', '255-944-5936', 4.17, 45.8334, -79.38293); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (521, 'Torphy, Schultz and Baumbach', 1.31, 2.5, 1.11, null, '53300 Buell Way', 'Grimshaw', 'Alberta', 'Canada', '414-338-6024', 4.94, 45.0417524, -73.9260044); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (522, 'O''Hara Inc', 1.77, 2.65, 1.02, null, '3437 Emmet Lane', 'Saint-Constant', 'Québec', 'Canada', '628-235-4462', 4.54, 45.3770527, -73.579509); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (523, 'Schumm, Connelly and Gerlach', 1.7, 2.23, 1.12, null, '1 Northview Avenue', 'Morinville', 'Alberta', 'Canada', '933-405-3456', 3.74, 53.7925065, -113.6463436); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (524, 'Bernier-Hahn', 1.83, 2.03, 1.46, null, '98 Myrtle Hill', 'Logan Lake', 'British Columbia', 'Canada', '257-244-5709', 3.15, 50.49976, -120.80253); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (525, 'Jones LLC', 1.45, 2.53, 1.65, null, '04085 Caliangt Terrace', 'Little Current', 'Ontario', 'Canada', '857-886-0453', 3.93, 45.97927, -81.9248); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (526, 'Conroy-Bins', 1.52, 2.4, 1.43, null, '18301 Buell Place', 'Daveluyville', 'Québec', 'Canada', '689-978-2339', 4.97, 46.20006, -72.13239); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (527, 'Abshire, Kuvalis and Murphy', 1.76, 2.24, 1.91, null, '39011 Hanover Road', 'Coaticook', 'Québec', 'Canada', '665-383-8019', 4.35, 45.1306898, -71.8121012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (528, 'Weissnat, Abernathy and Bayer', 1.89, 2.57, 1.39, null, '62846 Fieldstone Junction', 'Kitchener', 'Ontario', 'Canada', '716-858-0096', 4.95, 43.3851754, -80.4882672); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (529, 'Schneider-Leannon', 1.14, 2.99, 1.72, null, '68047 Kensington Way', 'Bedford', 'Québec', 'Canada', '956-832-7375', 4.57, 45.11678, -72.98244); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (530, 'Kirlin-Funk', 1.75, 2.83, 1.6, null, '2 Dayton Alley', 'Chester', 'Nova Scotia', 'Canada', '711-629-5379', 4.54, 44.55015, -64.24874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (531, 'Kohler-Weissnat', 1.91, 2.91, 1.51, null, '99731 Pierstorff Crossing', 'Prévost', 'Québec', 'Canada', '125-992-3938', 3.26, 45.86678, -74.08251); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (532, 'Rolfson LLC', 1.77, 2.25, 1.16, null, '14870 Melby Drive', 'Roberval', 'Québec', 'Canada', '430-312-7270', 3.97, 48.5051169, -72.2292881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (533, 'Halvorson, Veum and Hessel', 1.48, 2.1, 1.73, null, '749 Fordem Street', 'Calmar', 'Alberta', 'Canada', '540-477-6097', 3.04, 53.26683, -113.81874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (534, 'Wunsch Group', 1.41, 2.84, 1.31, null, '95 Forest Trail', 'Moosomin', 'Saskatchewan', 'Canada', '331-495-6915', 3.45, 50.13332, -101.66766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (535, 'Morissette-Parker', 1.13, 2.25, 1.55, null, '4104 Schiller Center', 'Lavaltrie', 'Québec', 'Canada', '304-548-7013', 3.39, 45.8836384, -73.2813569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (536, 'Kunde LLC', 1.85, 2.15, 1.61, null, '647 Helena Plaza', 'Parry Sound', 'Ontario', 'Canada', '628-682-4821', 4.95, 45.3483509, -80.0175734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (537, 'Cassin, Larkin and King', 1.72, 2.21, 1.42, null, '36 Gateway Way', 'Fort McMurray', 'Alberta', 'Canada', '943-426-3256', 3.11, 56.6441805, -111.4052626); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (538, 'Legros-Klein', 1.22, 2.73, 1.06, null, '1639 Butterfield Avenue', 'Bonnyville', 'Alberta', 'Canada', '194-256-4546', 3.88, 54.2681766, -110.7200371); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (539, 'Hagenes-Weissnat', 1.6, 2.42, 1.39, null, '83146 Surrey Junction', 'Nakusp', 'British Columbia', 'Canada', '562-367-1310', 3.99, 50.24987, -117.80226); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (540, 'Gibson, Lemke and Rolfson', 1.83, 2.43, 1.22, null, '68152 Oneill Court', 'Saint-Bruno-de-Montarville', 'Québec', 'Canada', '123-724-5276', 4.51, 45.5257774, -73.3436918); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (541, 'Boehm-Gerhold', 1.73, 2.39, 1.18, null, '4 Talisman Court', 'Nakusp', 'British Columbia', 'Canada', '254-818-6206', 4.94, 50.24987, -117.80226); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (542, 'Koss-Mertz', 1.19, 2.3, 1.38, null, '6 Carioca Plaza', 'Picton', 'Ontario', 'Canada', '941-594-6808', 4.72, 44.00012, -77.13275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (543, 'Kautzer, Weber and Wisozk', 1.64, 2.21, 1.09, null, '5585 Grayhawk Alley', 'Stony Plain', 'Alberta', 'Canada', '645-215-8429', 4.66, 53.5279314, -114.001928); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (544, 'Ebert-Spinka', 1.79, 2.68, 1.13, null, '68871 Mitchell Crossing', 'Digby', 'Nova Scotia', 'Canada', '524-672-3063', 4.84, 44.61685, -65.76555); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (545, 'Moen-Heathcote', 1.12, 2.9, 1.9, null, '77350 Sunfield Court', 'Notre-Dame-de-l''Île-Perrot', 'Québec', 'Canada', '667-281-6484', 3.45, 45.4235609, -73.9319061); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (546, 'Kozey, Legros and Frami', 1.95, 2.36, 1.48, null, '0 Roxbury Place', 'Sainte-Sophie', 'Québec', 'Canada', '834-347-4941', 3.58, 45.8206187, -73.9300943); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (547, 'Koelpin Group', 1.69, 2.68, 1.91, null, '40 Eliot Terrace', 'North Perth', 'Ontario', 'Canada', '134-915-9328', 3.71, 43.7251, -80.96723); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (548, 'Murray, Heaney and Krajcik', 1.33, 2.32, 1.81, null, '5 Spaight Road', 'Deep River', 'Ontario', 'Canada', '627-118-6825', 4.74, 46.0972432, -77.494026); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (549, 'Halvorson Inc', 1.58, 2.21, 1.07, null, '79 Red Cloud Point', 'Delaware', 'Ontario', 'Canada', '292-480-1085', 4.0, 42.91679, -81.41646); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (550, 'Adams-Schmeler', 1.64, 2.34, 1.08, null, '9277 Vermont Avenue', 'Charlottetown', 'Prince Edward Island', 'Canada', '725-439-6296', 4.02, 46.2279096, -63.1016755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (551, 'Waters, Schaefer and Pagac', 1.96, 2.07, 1.98, null, '6649 Stuart Junction', 'Saint Andrews', 'New Brunswick', 'Canada', '681-740-1102', 4.22, 45.0738432, -67.0530897); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (552, 'Barrows-Upton', 1.95, 2.96, 1.39, null, '5 Pierstorff Street', 'North Saanich', 'British Columbia', 'Canada', '625-434-7307', 3.27, 48.6197483, -123.4169098); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (553, 'Ratke, Sauer and Howell', 1.61, 2.37, 1.73, null, '3 Westridge Point', 'Adstock', 'Québec', 'Canada', '201-319-4372', 4.55, 46.0466966, -71.0768076); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (554, 'Gleason LLC', 1.82, 2.9, 1.4, null, '3575 Esch Trail', 'Barrie', 'Ontario', 'Canada', '488-937-8082', 4.8, 44.3244029, -79.7007211); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (555, 'Brekke Group', 1.77, 2.63, 1.56, null, '358 Colorado Junction', 'Calgary', 'Alberta', 'Canada', '383-377-8961', 3.3, 50.9359639, -113.8998131); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (556, 'Adams, Goodwin and Connelly', 1.75, 2.4, 1.06, null, '30221 Sheridan Street', 'Fermont', 'Québec', 'Canada', '415-269-7646', 3.95, 52.78345, -67.08204); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (557, 'Gusikowski-Friesen', 1.97, 2.95, 1.77, null, '36257 Briar Crest Parkway', 'Sparwood', 'British Columbia', 'Canada', '215-669-3410', 4.9, 43.805479, -79.3817651); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (558, 'MacGyver Group', 2.0, 2.0, 1.77, null, '0 Jenna Place', 'Walnut Grove', 'British Columbia', 'Canada', '594-707-0569', 4.72, 49.2165148, -122.6562872); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (559, 'Gleason LLC', 1.97, 2.57, 1.28, null, '172 Westport Trail', 'Cabano', 'Québec', 'Canada', '187-524-7168', 4.36, 47.68065, -68.8781); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (560, 'Marks Group', 1.67, 2.86, 1.08, null, '7 Fallview Way', 'Neebing', 'Ontario', 'Canada', '752-270-1181', 4.39, 48.1735351, -89.4810715); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (561, 'Bradtke, Stark and Krajcik', 1.52, 2.67, 1.85, null, '84 Quincy Circle', 'Merritt', 'British Columbia', 'Canada', '773-579-2686', 4.34, 50.1113079, -120.7862222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (562, 'O''Connell, Sipes and Feil', 1.01, 2.3, 1.98, null, '571 Sugar Place', 'Sicamous', 'British Columbia', 'Canada', '831-596-9370', 4.82, 50.83312, -118.98565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (563, 'Sporer and Sons', 1.22, 2.08, 1.42, null, '85 Kinsman Junction', 'Minnedosa', 'Manitoba', 'Canada', '425-419-7403', 3.57, 50.2477455, -99.8375158); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (564, 'Leffler, Hammes and Bailey', 1.11, 2.44, 1.69, null, '150 Arkansas Point', 'La Sarre', 'Québec', 'Canada', '201-973-1994', 3.42, 48.7925732, -79.201011); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (565, 'Hand, Grant and Cruickshank', 1.11, 2.15, 1.2, null, '704 Namekagon Hill', 'Calmar', 'Alberta', 'Canada', '933-335-3573', 4.69, 53.26683, -113.81874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (566, 'Huels-DuBuque', 1.41, 2.72, 1.4, null, '4 Mcguire Way', 'St. Thomas', 'Ontario', 'Canada', '371-804-4868', 4.38, 42.7665598, -81.1747498); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (567, 'Bruen, Collier and Bartell', 1.97, 2.7, 1.26, null, '7496 Sauthoff Avenue', 'Vegreville', 'Alberta', 'Canada', '686-770-6398', 3.47, 53.495408, -112.0538628); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (568, 'Wintheiser LLC', 1.18, 2.47, 1.23, null, '91 Fuller Point', 'Meadow Lake', 'Saskatchewan', 'Canada', '980-119-8227', 3.25, 54.1212091, -108.4295552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (569, 'Davis, Deckow and Stiedemann', 1.4, 2.69, 1.01, null, '8851 Nova Circle', 'Lanigan', 'Saskatchewan', 'Canada', '735-490-8536', 4.81, 51.85006, -105.03443); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (570, 'Keeling Group', 1.85, 2.72, 1.64, null, '2 Jackson Pass', 'Stony Plain', 'Alberta', 'Canada', '190-441-6646', 3.71, 53.5279314, -114.001928); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (571, 'Brekke-Kuphal', 2.0, 2.64, 1.08, null, '77 Corscot Court', 'Wabana', 'Newfoundland and Labrador', 'Canada', '904-760-6717', 4.13, 47.63319, -52.94806); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (572, 'Skiles-Lebsack', 1.42, 2.11, 1.07, null, '354 Nova Place', 'Stonewall', 'Manitoba', 'Canada', '812-104-4835', 3.86, 50.13441, -97.32676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (573, 'Ullrich, Kub and Hermann', 1.59, 3.0, 1.87, null, '44807 Haas Avenue', 'Sainte-Adèle', 'Québec', 'Canada', '748-954-3418', 4.79, 45.9400646, -74.1213151); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (574, 'Ebert, Frami and Beer', 1.53, 2.2, 1.05, null, '4440 Morning Crossing', 'Shediac', 'New Brunswick', 'Canada', '940-957-5000', 4.89, 46.2201972, -64.5346866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (575, 'Mante, Ullrich and Mraz', 1.32, 2.62, 1.35, null, '31 Reindahl Hill', 'Montréal', 'Québec', 'Canada', '493-244-0273', 3.49, 45.5080397, -73.564543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (576, 'Weber-Kautzer', 1.1, 2.23, 1.27, null, '0 Dixon Avenue', 'Burgeo', 'Newfoundland and Labrador', 'Canada', '965-303-5044', 3.91, 47.61668, -57.61516); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (577, 'Kerluke, Bashirian and Corwin', 1.51, 2.28, 1.7, null, '06 Drewry Park', 'Amos', 'Québec', 'Canada', '276-254-6465', 3.61, 48.5701842, -78.1143214); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (578, 'Hayes, Labadie and Graham', 1.96, 2.13, 1.74, null, '3 Towne Terrace', 'Thetford-Mines', 'Québec', 'Canada', '781-721-6092', 3.65, 46.1098585, -71.2983257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (579, 'O''Keefe-Durgan', 1.01, 2.83, 1.78, null, '1634 Pond Road', 'Sechelt', 'British Columbia', 'Canada', '590-292-8777', 4.49, 49.47512, -123.75903); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (580, 'Stehr-Aufderhar', 1.71, 2.82, 1.46, null, '9210 Boyd Avenue', 'Sainte-Agathe-des-Monts', 'Québec', 'Canada', '838-796-4602', 3.22, 46.0474907, -74.2739552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (581, 'Hettinger Group', 1.31, 2.99, 1.14, null, '2139 Eastlawn Trail', 'Thessalon', 'Ontario', 'Canada', '211-634-0330', 4.49, 46.25006, -83.5666); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (582, 'Wolff, Mayert and Greenfelder', 1.55, 2.14, 1.77, null, '8276 Vera Place', 'Okanagan', 'British Columbia', 'Canada', '283-217-6357', 4.13, 49.8531509, -119.611543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (583, 'Kessler-Turcotte', 1.91, 2.54, 1.24, null, '140 5th Junction', 'Saint-Ambroise', 'Québec', 'Canada', '585-494-4224', 4.96, 48.5556837, -71.3205493); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (584, 'Bogan LLC', 1.97, 2.69, 1.74, null, '130 Hintze Point', 'Morinville', 'Alberta', 'Canada', '314-465-7725', 4.22, 53.7925065, -113.6463436); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (585, 'Windler, Heathcote and Frami', 1.18, 2.37, 1.11, null, '6405 Carpenter Street', 'Owen Sound', 'Ontario', 'Canada', '727-975-3994', 4.87, 44.57629, -80.9206653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (586, 'Tromp-Nader', 1.01, 2.98, 1.15, null, '3 Hintze Alley', 'Logan Lake', 'British Columbia', 'Canada', '948-681-7088', 4.52, 50.49976, -120.80253); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (587, 'Zboncak-Keebler', 1.72, 2.36, 1.16, null, '58 Hooker Parkway', 'Alma', 'Québec', 'Canada', '145-970-3477', 4.83, 48.55009, -71.6491); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (588, 'Krajcik, Yundt and Leuschke', 1.37, 2.2, 1.38, null, '8 American Ash Lane', 'Louiseville', 'Québec', 'Canada', '308-836-8201', 4.33, 46.252804, -72.9507829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (589, 'Rath, Kessler and Stokes', 1.9, 2.91, 1.86, null, '752 Londonderry Parkway', 'Picton', 'Ontario', 'Canada', '150-541-0424', 4.07, 44.00012, -77.13275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (590, 'Schiller, Harber and Schroeder', 1.71, 2.87, 1.64, null, '25 Service Junction', 'North Battleford', 'Saskatchewan', 'Canada', '877-544-7560', 3.68, 52.7785658, -108.2930839); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (591, 'Konopelski-Schaden', 1.31, 2.9, 1.33, null, '964 Birchwood Center', 'Normandin', 'Québec', 'Canada', '962-383-8106', 3.44, 48.83328, -72.53209); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (592, 'O''Conner LLC', 1.71, 2.05, 1.51, null, '591 Manufacturers Point', 'Lamont', 'Alberta', 'Canada', '535-715-9285', 3.17, 53.76686, -112.80195); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (593, 'Carroll Inc', 1.03, 2.26, 1.06, null, '44 Center Pass', 'Pemberton', 'British Columbia', 'Canada', '616-776-3282', 4.63, 50.31641, -122.80273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (594, 'McKenzie, Wyman and Gislason', 1.6, 2.43, 1.09, null, '46184 Thierer Place', 'Bonavista', 'Newfoundland and Labrador', 'Canada', '833-925-6118', 3.82, 48.64989, -53.11474); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (595, 'Trantow LLC', 1.46, 2.18, 1.95, null, '2313 Kennedy Lane', 'Saint-Tite', 'Québec', 'Canada', '293-418-4005', 4.28, 46.73336, -72.56581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (596, 'Hahn Inc', 1.11, 2.66, 1.43, null, '1 Kipling Hill', 'La Broquerie', 'Manitoba', 'Canada', '402-203-5004', 3.84, 49.51688, -96.50029); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (597, 'Hudson Inc', 1.52, 2.52, 1.95, null, '4206 Buhler Parkway', 'Magrath', 'Alberta', 'Canada', '618-898-3187', 4.73, 49.41668, -112.86856); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (598, 'Hodkiewicz Group', 1.76, 2.94, 1.24, null, '56 Ridgeview Drive', 'Biggar', 'Saskatchewan', 'Canada', '156-110-8885', 4.63, 52.0668, -108.00135); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (599, 'Rosenbaum-Kerluke', 1.49, 2.68, 1.74, null, '2 Arapahoe Point', 'Princeton', 'British Columbia', 'Canada', '442-892-0602', 4.45, 49.45802, -120.51076); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (600, 'Bruen LLC', 1.29, 2.12, 1.89, null, '04111 Maryland Plaza', 'Pilot Butte', 'Saskatchewan', 'Canada', '193-550-6781', 4.07, 50.46678, -104.41778); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (601, 'Gibson Group', 1.55, 2.47, 1.54, null, '74302 Loomis Park', 'Fort McMurray', 'Alberta', 'Canada', '524-314-4347', 3.87, 56.6441805, -111.4052626); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (602, 'Boyle-Towne', 1.06, 2.55, 1.95, null, '5 8th Pass', 'Pictou', 'Nova Scotia', 'Canada', '583-169-3341', 4.92, 45.67875, -62.70936); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (603, 'Carroll-Hane', 1.43, 2.02, 1.08, null, '9876 Karstens Lane', 'Smoky Lake', 'Alberta', 'Canada', '879-277-8926', 3.6, 54.1100086, -112.4800499); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (604, 'Little-Ryan', 1.6, 2.23, 1.97, null, '3861 Vera Crossing', 'Rivière-du-Loup', 'Québec', 'Canada', '510-337-1613', 3.2, 47.8191364, -69.5611735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (605, 'Lind-McClure', 1.08, 2.26, 1.76, null, '34 Manitowish Point', 'Jasper Park Lodge', 'Alberta', 'Canada', '800-623-5153', 4.53, 52.8861365, -118.0572366); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (606, 'Gorczany-O''Reilly', 1.04, 2.48, 1.43, null, '9048 Myrtle Street', 'Fort Erie', 'Ontario', 'Canada', '194-105-8741', 4.76, 42.9038743, -78.9344814); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (607, 'Marvin-Keeling', 1.62, 2.31, 1.88, null, '7763 Trailsway Road', 'Niverville', 'Manitoba', 'Canada', '799-205-4929', 3.67, 49.60559, -97.04234); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (608, 'Fisher-Schowalter', 1.25, 2.42, 1.45, null, '8413 Coleman Street', 'Saint-Bruno-de-Guigues', 'Québec', 'Canada', '895-391-3078', 3.92, 47.4636372, -79.4387857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (609, 'Rippin Group', 1.49, 2.16, 1.86, null, '3 Annamark Court', 'Woodstock', 'Ontario', 'Canada', '915-221-7031', 3.46, 46.150266, -67.6033952); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (610, 'McCullough, Ferry and Nitzsche', 1.41, 2.34, 1.39, null, '5523 Riverside Pass', 'Martensville', 'Saskatchewan', 'Canada', '467-478-0386', 4.77, 52.28339, -106.66792); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (611, 'Greenfelder-Kulas', 1.36, 2.91, 1.94, null, '0 Hermina Parkway', 'Barrie', 'Ontario', 'Canada', '324-454-7318', 3.23, 44.3244029, -79.7007211); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (612, 'Schuppe, Kunze and Stanton', 1.59, 2.1, 1.25, null, '26927 Maple Terrace', 'Senneterre', 'Québec', 'Canada', '965-432-7314', 3.99, 48.39302, -77.23951); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (613, 'Miller Group', 1.09, 2.65, 1.89, null, '12 Miller Pass', 'Papineauville', 'Québec', 'Canada', '941-733-5686', 3.08, 45.6168, -75.01599); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (614, 'Wisozk Group', 1.28, 2.16, 1.09, null, '35 Mendota Plaza', 'Joliette', 'Québec', 'Canada', '125-976-8565', 4.29, 46.0285851, -73.4499872); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (615, 'Nitzsche, Tillman and Okuneva', 1.16, 2.7, 1.67, null, '455 Monica Hill', 'Burgeo', 'Newfoundland and Labrador', 'Canada', '873-579-3816', 3.91, 47.61668, -57.61516); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (616, 'Stracke-Becker', 1.37, 2.03, 1.52, null, '19688 Dryden Terrace', 'Carbonear', 'Newfoundland and Labrador', 'Canada', '896-286-9404', 4.85, 47.731518, -53.2341123); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (617, 'Cremin-Flatley', 1.75, 2.4, 1.75, null, '8869 Schlimgen Place', 'Petawawa', 'Ontario', 'Canada', '161-859-9335', 3.42, 45.8903748, -77.2672051); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (618, 'Abernathy-Zemlak', 1.59, 2.2, 1.25, null, '648 Derek Street', 'Nelson', 'British Columbia', 'Canada', '756-246-3315', 4.38, 49.4928119, -117.2948343); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (619, 'Littel, Feest and Kuhic', 1.77, 2.72, 1.41, null, '68 Utah Way', 'Abbotsford', 'British Columbia', 'Canada', '886-639-2587', 4.42, 49.05798, -122.25257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (620, 'Kub Group', 1.54, 2.45, 1.2, null, '633 Steensland Hill', 'Penticton', 'British Columbia', 'Canada', '840-243-3187', 4.51, 49.4991381, -119.5937077); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (621, 'Treutel, Schamberger and Ward', 1.5, 2.17, 1.26, null, '69087 Warrior Circle', 'Moose Jaw', 'Saskatchewan', 'Canada', '447-574-6058', 3.92, 50.4163784, -105.5361463); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (622, 'Purdy Group', 1.4, 2.38, 1.79, null, '49 Shelley Road', 'Blackfalds', 'Alberta', 'Canada', '792-714-9047', 4.05, 52.38342, -113.7853); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (623, 'Morissette-Abernathy', 1.42, 2.81, 1.84, null, '67746 Bashford Center', 'Stony Plain', 'Alberta', 'Canada', '656-354-8559', 3.43, 53.5279314, -114.001928); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (624, 'Hegmann and Sons', 1.35, 2.88, 1.83, null, '0575 Gina Avenue', 'Cache Creek', 'British Columbia', 'Canada', '658-341-7671', 3.32, 50.81011, -121.3246); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (625, 'Bergstrom-Oberbrunner', 1.39, 2.58, 1.07, null, '338 Nevada Court', 'Ucluelet', 'British Columbia', 'Canada', '499-485-2380', 4.76, 48.94153, -125.54635); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (626, 'Mertz-Walter', 1.25, 2.61, 1.34, null, '6 Garrison Park', 'Kitchener', 'Ontario', 'Canada', '204-199-5423', 3.26, 43.3851754, -80.4882672); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (627, 'Murazik-Kling', 1.88, 2.05, 1.02, null, '972 Algoma Drive', 'Mont-Royal', 'Québec', 'Canada', '578-387-4607', 4.32, 45.5080397, -73.564543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (628, 'Smitham, Rosenbaum and Schaden', 1.25, 2.4, 1.42, null, '48839 Heffernan Parkway', 'Windsor', 'Ontario', 'Canada', '349-289-1897', 3.14, 45.5787215, -72.001055); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (629, 'Reichel, Hilpert and Von', 1.72, 2.94, 1.55, null, '5657 Nobel Parkway', 'Merritt', 'British Columbia', 'Canada', '643-969-9555', 3.71, 50.1113079, -120.7862222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (630, 'Carter, Bechtelar and Littel', 1.28, 2.58, 1.19, null, '2454 Northfield Street', 'Pont-Rouge', 'Québec', 'Canada', '567-737-8352', 3.62, 46.7498338, -71.693538); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (631, 'Balistreri, Cummings and Jacobson', 1.9, 2.11, 1.22, null, '0 Maple Wood Hill', 'Medicine Hat', 'Alberta', 'Canada', '431-853-6618', 3.25, 50.0625015, -110.6821866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (632, 'Mohr LLC', 1.37, 2.26, 1.55, null, '26191 Hanover Trail', 'Bassano', 'Alberta', 'Canada', '690-268-5888', 4.65, 50.78342, -112.46854); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (633, 'White-Moore', 1.37, 2.43, 1.93, null, '4962 Fulton Circle', 'Albanel', 'Québec', 'Canada', '793-673-8626', 3.37, 48.882433, -72.4404412); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (634, 'Willms, Roberts and Casper', 1.68, 2.34, 1.84, null, '13220 Schmedeman Place', 'Lewisporte', 'Newfoundland and Labrador', 'Canada', '160-914-5974', 3.38, 49.24993, -55.04816); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (635, 'Price LLC', 1.6, 2.0, 1.92, null, '201 Golden Leaf Center', 'Vulcan', 'Alberta', 'Canada', '636-168-2036', 3.38, 50.40008, -113.25189); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (636, 'McLaughlin-Bashirian', 1.22, 2.1, 1.36, null, '0 Pennsylvania Junction', 'Markham', 'Ontario', 'Canada', '255-299-8668', 4.03, 43.899227, -79.273304); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (637, 'Stanton-Harber', 1.62, 2.88, 1.63, null, '52 Russell Hill', 'Smithers', 'British Columbia', 'Canada', '413-616-5180', 4.43, 54.78036, -127.17428); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (638, 'Skiles LLC', 1.15, 2.03, 1.24, null, '9 Crownhardt Crossing', 'Coaticook', 'Québec', 'Canada', '852-649-2849', 3.44, 45.1306898, -71.8121012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (639, 'Jenkins-Hammes', 1.21, 2.88, 1.3, null, '15 Esch Road', 'Burns Lake', 'British Columbia', 'Canada', '485-379-9739', 4.93, 54.2331, -125.7533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (640, 'Murazik, Schroeder and Mayert', 1.21, 2.31, 1.62, null, '9158 Walton Alley', 'Rocky Mountain House', 'Alberta', 'Canada', '132-564-3650', 3.76, 52.3793432, -114.9182883); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (641, 'Willms-Kemmer', 1.63, 2.03, 1.42, null, '507 Vahlen Circle', 'Fruitvale', 'British Columbia', 'Canada', '187-486-2133', 3.02, 49.11654, -117.55222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (642, 'Kuphal, Johnston and Reichel', 1.29, 2.15, 1.26, null, '4 Bashford Street', 'Stony Plain', 'Alberta', 'Canada', '486-365-5937', 3.09, 53.5279314, -114.001928); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (643, 'Schinner Group', 1.48, 2.73, 1.8, null, '04 Amoth Trail', 'Killam', 'Alberta', 'Canada', '438-177-9668', 3.98, 47.5860611, -52.6912126); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (644, 'Rath and Sons', 1.98, 2.63, 1.01, null, '3 Esch Trail', 'Virden', 'Manitoba', 'Canada', '581-646-8824', 4.8, 49.8508, -100.93262); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (645, 'Kiehn-Runolfsdottir', 1.63, 2.32, 1.76, null, '1851 David Crossing', 'Saint-Lambert-de-Lauzon', 'Québec', 'Canada', '110-302-7150', 3.23, 46.58624, -71.20892); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (646, 'Gulgowski LLC', 1.47, 2.64, 1.83, null, '89 Twin Pines Lane', 'Kerrobert', 'Saskatchewan', 'Canada', '157-263-7770', 4.07, 51.91682, -109.13479); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (647, 'Berge LLC', 1.87, 2.59, 1.86, null, '2203 Mendota Point', 'Cowansville', 'Québec', 'Canada', '327-829-4794', 4.43, 45.2114093, -72.7399622); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (648, 'Bartoletti-O''Connell', 1.56, 2.54, 1.22, null, '11 Old Shore Court', 'L''Assomption', 'Québec', 'Canada', '944-126-4008', 3.57, 45.8377021, -73.4310787); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (649, 'Barton and Sons', 1.87, 2.21, 1.94, null, '7780 Armistice Alley', 'Omemee', 'Ontario', 'Canada', '432-384-8687', 4.0, 44.29897, -78.55989); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (650, 'Mraz-Lynch', 1.06, 2.7, 1.86, null, '30 Village Place', 'Arnprior', 'Ontario', 'Canada', '244-410-3420', 3.73, 45.4331407, -76.3609305); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (651, 'Cronin, Purdy and Rutherford', 1.06, 2.37, 1.27, null, '33 Melvin Lane', 'Logan Lake', 'British Columbia', 'Canada', '973-221-0479', 4.72, 50.49976, -120.80253); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (652, 'Nader, Kris and Berge', 1.55, 2.44, 1.63, null, '7 Bayside Junction', 'Harbour Breton', 'Newfoundland and Labrador', 'Canada', '622-972-0126', 4.79, 47.48325, -55.79833); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (653, 'Littel, Howell and Feil', 1.7, 2.82, 1.07, null, '5 Old Shore Hill', 'Toronto', 'Ontario', 'Canada', '494-836-1245', 4.79, 43.6623015, -79.3894938); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (654, 'Kessler Inc', 1.71, 2.95, 1.78, null, '5 Melody Drive', 'Gjoa Haven', 'Nunavut', 'Canada', '554-442-4725', 3.97, 68.62602, -95.87836); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (655, 'Abshire, Fritsch and Langosh', 1.09, 2.62, 1.86, null, '36698 Vermont Pass', 'Owen Sound', 'Ontario', 'Canada', '691-274-4677', 4.26, 44.57629, -80.9206653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (656, 'Rippin-Herzog', 1.97, 2.26, 1.06, null, '672 Lerdahl Pass', 'Gravelbourg', 'Saskatchewan', 'Canada', '110-141-7171', 4.06, 49.8756758, -106.5573172); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (657, 'Kuhlman Inc', 1.27, 2.9, 1.9, null, '2 Pierstorff Avenue', 'Chambly', 'Québec', 'Canada', '706-607-4938', 4.26, 45.4399116, -73.2875277); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (658, 'Morar, Bechtelar and Mueller', 1.54, 2.71, 1.34, null, '4593 Katie Circle', 'Brant', 'Ontario', 'Canada', '568-278-2561', 3.4, 43.1564817, -80.1651854); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (659, 'Mohr, Kshlerin and Boehm', 1.34, 2.37, 2.0, null, '07945 Oxford Center', 'Baie-Comeau', 'Québec', 'Canada', '684-907-1660', 4.99, 49.2211865, -68.1518275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (660, 'Miller-Zemlak', 1.37, 2.62, 1.02, null, '21200 American Ash Crossing', 'Grande Cache', 'Alberta', 'Canada', '396-637-1937', 3.12, 53.88335, -119.13585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (661, 'Daniel-Schultz', 1.3, 2.57, 1.74, null, '56961 Tomscot Crossing', 'Cabano', 'Québec', 'Canada', '749-102-4166', 4.27, 47.68065, -68.8781); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (662, 'Murray-Paucek', 1.47, 2.91, 1.22, null, '82 Cottonwood Drive', 'Vanderhoof', 'British Columbia', 'Canada', '708-783-0174', 4.24, 54.01657, -124.01982); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (663, 'Hirthe and Sons', 1.88, 2.56, 1.26, null, '102 Summerview Point', 'Labrador City', 'Newfoundland and Labrador', 'Canada', '591-448-3391', 3.52, 52.9369158, -66.9238331); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (664, 'Farrell-Morar', 1.58, 2.14, 1.04, null, '1008 Victoria Way', 'Barrhead', 'Alberta', 'Canada', '836-274-4170', 4.07, 54.1187723, -114.3954066); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (665, 'Stracke and Sons', 1.75, 2.8, 1.13, null, '6 Acker Avenue', 'Kimberley', 'British Columbia', 'Canada', '233-101-9112', 3.72, 49.6885534, -115.9220734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (666, 'Schroeder LLC', 1.34, 2.36, 1.8, null, '9 Eggendart Junction', 'Airdrie', 'Alberta', 'Canada', '103-866-7633', 4.99, 51.2828145, -114.0371938); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (667, 'Stark, Tromp and Dibbert', 1.83, 2.37, 1.29, null, '9 Westend Junction', 'Trois-Rivières', 'Québec', 'Canada', '963-563-6998', 3.69, 46.34515, -72.5477); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (668, 'Rogahn LLC', 1.26, 2.47, 1.84, null, '602 Morrow Pass', 'Mont-Tremblant', 'Québec', 'Canada', '400-963-2404', 4.58, 46.1223915, -74.5838514); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (669, 'Weissnat-Kreiger', 1.02, 2.2, 1.89, null, '0226 Corry Plaza', 'Macklin', 'Saskatchewan', 'Canada', '741-822-7630', 3.8, 52.33344, -109.93484); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (670, 'Stanton Inc', 1.52, 2.87, 1.33, null, '99 Moose Alley', 'Sechelt', 'British Columbia', 'Canada', '795-584-2176', 3.85, 49.47512, -123.75903); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (671, 'Schuster and Sons', 1.94, 2.01, 1.82, null, '5161 Truax Pass', 'Fredericton', 'New Brunswick', 'Canada', '843-211-1193', 4.56, 46.0765073, -66.7299108); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (672, 'Braun and Sons', 1.8, 2.67, 1.22, null, '1875 Mifflin Place', 'Dieppe', 'New Brunswick', 'Canada', '725-377-3291', 4.82, 46.0952765, -64.7486638); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (673, 'Nikolaus LLC', 1.8, 2.63, 1.3, null, '68681 Debra Circle', 'Maple Ridge', 'British Columbia', 'Canada', '182-568-6851', 4.61, 49.2227573, -122.6175451); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (674, 'Runte, Stroman and Langworth', 1.03, 2.49, 1.58, null, '6 Chive Pass', 'Kugluktuk', 'Nunavut', 'Canada', '161-128-1344', 4.55, 67.82743, -115.09649); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (675, 'Adams-Spencer', 1.45, 2.93, 1.97, null, '18 Thierer Lane', 'Carleton-sur-Mer', 'Québec', 'Canada', '378-496-9551', 4.39, 48.0999989, -66.0999999); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (676, 'Walter, Olson and Heller', 1.56, 2.56, 1.33, null, '30328 Dixon Place', 'Sussex', 'New Brunswick', 'Canada', '483-378-1461', 3.19, 45.7236192, -65.5108761); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (677, 'Kirlin Group', 1.84, 2.52, 1.79, null, '68 Mallard Plaza', 'Coaldale', 'Alberta', 'Canada', '137-456-6250', 3.95, 49.7154966, -112.6338496); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (678, 'Blanda-Hilll', 1.66, 2.24, 1.73, null, '5395 Raven Park', 'Lac-Brome', 'Québec', 'Canada', '488-964-6239', 4.77, 45.21678, -72.51581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (679, 'Olson, Okuneva and Hackett', 1.66, 2.63, 1.3, null, '6 Marquette Circle', 'Port Hawkesbury', 'Nova Scotia', 'Canada', '586-516-4127', 4.89, 45.6152297, -61.3552089); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (680, 'Cassin, Barrows and Hintz', 1.95, 2.51, 1.97, null, '182 Nancy Place', 'La Broquerie', 'Manitoba', 'Canada', '930-522-9419', 4.2, 49.51688, -96.50029); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (681, 'Weimann Group', 1.61, 2.41, 1.55, null, '7081 Becker Way', 'Stratford', 'Ontario', 'Canada', '340-157-3874', 4.88, 46.215926, -63.0886099); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (682, 'Senger-Goldner', 1.03, 2.84, 1.83, null, '49678 Burning Wood Terrace', 'Minnedosa', 'Manitoba', 'Canada', '996-838-1822', 3.8, 50.2477455, -99.8375158); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (683, 'Funk, Bogan and Rogahn', 1.44, 2.81, 1.39, null, '33090 Warbler Street', 'Thorold', 'Ontario', 'Canada', '534-719-3118', 3.69, 43.1135996, -79.2169174); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (684, 'Labadie-Sawayn', 1.41, 2.49, 1.4, null, '0 Bunting Court', 'Inuvik', 'Northwest Territories', 'Canada', '258-270-3264', 4.55, 68.34986, -133.72181); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (685, 'Flatley and Sons', 1.37, 2.53, 1.06, null, '9007 Division Point', 'Kamloops', 'British Columbia', 'Canada', '717-562-4898', 3.17, 50.66648, -120.3192); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (686, 'Gutkowski and Sons', 1.35, 2.38, 1.33, null, '5 Merrick Plaza', 'Neebing', 'Ontario', 'Canada', '886-322-8849', 3.02, 48.1735351, -89.4810715); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (687, 'Stoltenberg, Lockman and Konopelski', 1.51, 2.47, 1.62, null, '9620 Graceland Place', 'Moose Jaw', 'Saskatchewan', 'Canada', '819-116-1563', 3.77, 50.4163784, -105.5361463); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (688, 'Christiansen LLC', 1.56, 2.94, 1.91, null, '6 Melrose Circle', 'Pincher Creek', 'Alberta', 'Canada', '878-692-7799', 4.95, 49.495739, -113.9428983); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (689, 'Dickens, Kirlin and Baumbach', 1.03, 2.25, 1.36, null, '7 Almo Pass', 'Princeville', 'Québec', 'Canada', '122-401-8937', 4.27, 46.171607, -71.875654); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (690, 'Ferry-Kub', 1.89, 2.2, 1.03, null, '6 Green Ridge Terrace', 'Sainte-Adèle', 'Québec', 'Canada', '870-695-1502', 3.06, 45.9400646, -74.1213151); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (691, 'Fahey-Cruickshank', 2.0, 2.48, 1.21, null, '7541 Corscot Junction', 'Summerland', 'British Columbia', 'Canada', '426-221-2153', 4.63, 49.59977, -119.66911); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (692, 'Ryan-Okuneva', 1.32, 2.47, 1.31, null, '71788 Alpine Lane', 'Nanton', 'Alberta', 'Canada', '472-649-0057', 4.2, 50.35008, -113.76866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (693, 'Schinner LLC', 1.96, 2.19, 1.95, null, '881 Pepper Wood Place', 'Orillia', 'Ontario', 'Canada', '943-217-8492', 3.18, 44.6077025, -79.4294664); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (694, 'Morissette-Leffler', 1.52, 2.5, 1.76, null, '52370 Barby Hill', 'Dollard-Des Ormeaux', 'Québec', 'Canada', '715-380-8938', 3.93, 45.470831, -73.7747742); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (695, 'Kassulke LLC', 1.77, 2.18, 1.21, null, '2810 Carpenter Parkway', 'Blainville', 'Québec', 'Canada', '936-944-0161', 5.0, 45.7013243, -73.9284855); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (696, 'Abshire-Stanton', 1.27, 2.17, 1.57, null, '54 Morning Way', 'Rimouski', 'Québec', 'Canada', '920-738-3225', 3.63, 48.4353479, -68.5537635); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (697, 'Rosenbaum-Schmidt', 1.57, 2.43, 1.89, null, '9 Di Loreto Terrace', 'Okotoks', 'Alberta', 'Canada', '172-284-3096', 4.98, 50.7254936, -113.9749472); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (698, 'Fadel, Streich and Johnston', 1.24, 2.54, 1.17, null, '61 Manitowish Crossing', 'Claresholm', 'Alberta', 'Canada', '871-892-7964', 4.57, 50.03332, -113.58524); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (699, 'Johns and Sons', 1.98, 2.68, 1.88, null, '8834 South Lane', 'Sherwood Park', 'Alberta', 'Canada', '314-489-5923', 3.58, 53.5412083, -113.2957365); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (700, 'Schamberger-Hartmann', 1.59, 2.71, 1.8, null, '843 Northfield Pass', 'Ladysmith', 'British Columbia', 'Canada', '533-975-8310', 3.02, 48.99534, -123.8161); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (701, 'Ledner, Deckow and Bruen', 1.53, 2.26, 1.15, null, '08 Loftsgordon Lane', 'Espanola', 'Ontario', 'Canada', '831-830-6692', 4.61, 46.2657181, -81.771057); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (702, 'Fisher Inc', 1.44, 2.26, 1.85, null, '30573 Northland Crossing', 'Atikokan', 'Ontario', 'Canada', '228-196-9688', 3.61, 48.75667, -91.62409); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (703, 'Quigley and Sons', 1.14, 2.54, 1.78, null, '52942 Bunting Street', 'Varennes', 'Québec', 'Canada', '379-571-9914', 4.78, 45.6834469, -73.4248393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (704, 'MacGyver, Sipes and Wolff', 1.79, 2.15, 1.88, null, '620 Jenifer Plaza', 'Burns Lake', 'British Columbia', 'Canada', '658-828-7821', 3.34, 54.2331, -125.7533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (705, 'Donnelly Inc', 1.79, 2.32, 1.26, null, '43818 Sommers Hill', 'Maple Ridge', 'British Columbia', 'Canada', '976-942-4210', 3.14, 49.2227573, -122.6175451); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (706, 'Weimann, Ryan and Lynch', 1.33, 2.84, 1.52, null, '6 Burning Wood Center', 'Thetford-Mines', 'Québec', 'Canada', '623-370-0813', 4.45, 46.1098585, -71.2983257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (707, 'Kuphal and Sons', 1.37, 2.71, 1.88, null, '9549 Lukken Center', 'Vulcan', 'Alberta', 'Canada', '878-351-5498', 3.72, 50.40008, -113.25189); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (708, 'Oberbrunner LLC', 1.93, 2.84, 1.87, null, '6 Derek Center', 'Irricana', 'Alberta', 'Canada', '348-588-6386', 3.9, 51.32372, -113.60475); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (709, 'Turcotte and Sons', 1.13, 3.0, 1.56, null, '8 Mcguire Parkway', 'Parrsboro', 'Nova Scotia', 'Canada', '641-151-3440', 3.23, 45.40015, -64.33205); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (710, 'Cole-Huels', 1.6, 2.16, 1.11, null, '8 Tennessee Junction', 'Amherstburg', 'Ontario', 'Canada', '399-852-9575', 4.36, 42.103278, -83.1059154); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (711, 'Bergnaum Inc', 1.65, 2.28, 1.25, null, '04 Summit Way', 'Wingham', 'Ontario', 'Canada', '531-532-4615', 4.61, 43.88793, -81.31145); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (712, 'Powlowski Inc', 1.78, 2.06, 1.18, null, '514 Sunfield Plaza', 'Drayton Valley', 'Alberta', 'Canada', '447-204-1578', 3.35, 53.2214074, -114.9766785); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (713, 'Wolf, Wiza and Green', 1.11, 2.57, 1.66, null, '52 Roxbury Road', 'Martensville', 'Saskatchewan', 'Canada', '156-600-8532', 3.01, 52.28339, -106.66792); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (714, 'Wunsch-Walsh', 1.61, 2.83, 1.86, null, '017 Bay Avenue', 'Danville', 'Québec', 'Canada', '397-358-9874', 4.22, 45.7849952, -72.0145063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (715, 'Schmitt-Jerde', 1.12, 2.98, 1.97, null, '8526 Division Street', 'Armstrong', 'British Columbia', 'Canada', '969-770-2505', 3.06, 50.44979, -119.20235); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (716, 'Wunsch and Sons', 1.4, 2.23, 1.45, null, '38 Lakewood Junction', 'Sainte-Anne-des-Monts', 'Québec', 'Canada', '442-126-8988', 4.22, 49.12402, -66.49243); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (717, 'Osinski, Witting and Roob', 1.82, 2.66, 1.82, null, '80010 Pennsylvania Way', 'High River', 'Alberta', 'Canada', '150-567-4630', 4.79, 50.5801021, -113.8707312); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (718, 'Brakus-Langworth', 1.88, 2.38, 1.31, null, '61 Schurz Drive', 'Taber', 'Alberta', 'Canada', '421-611-9423', 4.21, 49.7859606, -112.1496533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (719, 'Kunze LLC', 1.24, 2.05, 1.68, null, '26069 Waxwing Lane', 'Flin Flon', 'Manitoba', 'Canada', '225-999-3073', 3.58, 54.7769326, -101.8448368); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (720, 'Satterfield LLC', 1.77, 2.45, 1.01, null, '1840 Waubesa Park', 'Ladysmith', 'British Columbia', 'Canada', '482-662-7698', 3.93, 48.99534, -123.8161); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (721, 'Howell-Conn', 1.69, 2.9, 1.04, null, '0 Graceland Road', 'Omemee', 'Ontario', 'Canada', '140-272-7264', 4.84, 44.29897, -78.55989); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (722, 'Wyman Group', 1.17, 2.7, 1.81, null, '28 Novick Drive', 'Varennes', 'Québec', 'Canada', '633-914-3220', 4.5, 45.6834469, -73.4248393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (723, 'Torp, Collier and Streich', 1.88, 2.9, 1.88, null, '9 Sheridan Junction', 'Orangeville', 'Ontario', 'Canada', '476-218-1750', 3.48, 43.9168, -80.09967); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (724, 'Ledner, Berge and Connelly', 1.33, 2.67, 1.35, null, '883 Old Gate Parkway', 'Les Cèdres', 'Québec', 'Canada', '451-385-9111', 3.21, 45.3095043, -74.0590779); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (725, 'White, Bogan and Hackett', 1.27, 2.55, 1.86, null, '0101 Namekagon Street', 'Collingwood', 'Ontario', 'Canada', '768-650-5268', 4.59, 44.5007687, -80.2169047); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (726, 'Russel Inc', 1.43, 2.11, 1.42, null, '7 Goodland Way', 'Hudson Bay', 'Saskatchewan', 'Canada', '859-272-2606', 3.44, 45.346466, -75.807881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (727, 'Brekke, Lebsack and Heathcote', 1.96, 2.01, 1.26, null, '295 Declaration Center', 'Chilliwack', 'British Columbia', 'Canada', '752-768-0973', 4.44, 49.16638, -121.95257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (728, 'Witting, Simonis and Kessler', 1.2, 2.93, 1.71, null, '638 Hansons Point', 'Drayton Valley', 'Alberta', 'Canada', '665-585-5288', 4.58, 53.2214074, -114.9766785); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (729, 'Lesch and Sons', 1.58, 2.69, 1.71, null, '068 Myrtle Hill', 'Antigonish', 'Nova Scotia', 'Canada', '999-482-5113', 4.29, 45.6243985, -62.002631); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (730, 'Crist and Sons', 1.69, 2.82, 1.52, null, '9339 Merrick Point', 'Victoriaville', 'Québec', 'Canada', '748-808-2028', 4.39, 46.0845, -71.9782415); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (731, 'Roberts and Sons', 1.52, 2.58, 1.42, null, '45 Hanover Parkway', 'Angus', 'Ontario', 'Canada', '116-109-6564', 3.81, 44.31681, -79.88295); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (732, 'Rau, Padberg and Koelpin', 1.51, 2.07, 1.4, null, '143 Twin Pines Parkway', 'North Saanich', 'British Columbia', 'Canada', '660-986-1382', 4.64, 48.6197483, -123.4169098); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (733, 'Cronin Inc', 1.53, 2.17, 1.2, null, '09 Anderson Way', 'Vulcan', 'Alberta', 'Canada', '951-936-4724', 4.26, 50.40008, -113.25189); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (734, 'Hammes-Littel', 1.66, 2.33, 1.17, null, '0 David Avenue', 'Peachland', 'British Columbia', 'Canada', '923-611-4827', 4.35, 49.76647, -119.73568); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (735, 'Schroeder-Jast', 1.36, 2.08, 1.75, null, '5983 Sage Alley', 'Salaberry-de-Valleyfield', 'Québec', 'Canada', '182-365-0620', 4.41, 45.5159664, -73.4049684); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (736, 'Pfeffer, Ortiz and Hand', 1.62, 2.04, 1.8, null, '1 Walton Park', 'Lévis', 'Québec', 'Canada', '714-145-8248', 4.69, 46.7530428, -71.2196569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (737, 'Gibson, Corwin and Upton', 1.33, 2.52, 1.74, null, '305 7th Hill', 'Kitimat', 'British Columbia', 'Canada', '733-413-2057', 3.13, 54.0632737, -128.6369607); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (738, 'Waters Group', 1.11, 2.59, 1.84, null, '67 Oak Pass', 'New-Richmond', 'Québec', 'Canada', '744-829-5063', 4.08, 48.16059, -65.85823); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (739, 'Collier-Satterfield', 1.72, 2.08, 1.15, null, '56087 5th Drive', 'Dorval', 'Québec', 'Canada', '327-551-1574', 3.56, 45.44588, -73.7693013); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (740, 'Schroeder, Considine and Collins', 1.46, 2.07, 1.34, null, '05241 Roth Circle', 'Vaudreuil-Dorion', 'Québec', 'Canada', '482-958-2233', 4.79, 45.3665513, -73.9713406); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (741, 'Tromp LLC', 1.3, 2.87, 1.5, null, '95 Birchwood Crossing', 'Sherwood Park', 'Alberta', 'Canada', '460-610-9557', 4.54, 53.5412083, -113.2957365); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (742, 'Kub, Renner and Wiza', 1.87, 2.42, 1.41, null, '55 Hooker Place', 'Angus', 'Ontario', 'Canada', '791-877-6512', 5.0, 44.31681, -79.88295); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (743, 'Runte, Hyatt and Braun', 1.08, 2.25, 1.97, null, '782 Kipling Avenue', 'Lambton Shores', 'Ontario', 'Canada', '438-271-0697', 4.32, 43.16678, -81.93309); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (744, 'Abshire, Watsica and Lockman', 1.71, 2.01, 1.5, null, '9 Colorado Junction', 'Notre-Dame-des-Prairies', 'Québec', 'Canada', '961-460-4490', 3.93, 46.05007, -73.43245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (745, 'Kshlerin-Larson', 1.36, 2.36, 1.02, null, '81461 Elka Alley', 'Varennes', 'Québec', 'Canada', '976-613-9454', 3.13, 45.6834469, -73.4248393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (746, 'Kovacek-Kessler', 1.99, 2.93, 1.2, null, '3090 Eggendart Crossing', 'Val-d''Or', 'Québec', 'Canada', '344-634-1619', 4.44, 48.1041936, -77.7963772); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (747, 'Daniel, Lesch and Carter', 1.0, 2.95, 1.03, null, '2701 Susan Lane', 'Thorold', 'Ontario', 'Canada', '655-976-7185', 4.36, 43.1135996, -79.2169174); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (748, 'Cronin, Wyman and Marquardt', 1.25, 2.81, 1.11, null, '74740 Mcbride Road', 'Albanel', 'Québec', 'Canada', '801-641-6134', 4.07, 48.882433, -72.4404412); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (749, 'Schiller and Sons', 1.69, 2.63, 1.16, null, '714 Nelson Place', 'Lumby', 'British Columbia', 'Canada', '312-670-8999', 4.77, 50.24979, -118.96904); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (750, 'Kiehn and Sons', 1.29, 2.27, 1.54, null, '0121 Scofield Center', 'Jonquière', 'Québec', 'Canada', '760-997-4104', 3.34, 48.3705292, -71.2653479); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (751, 'Mante-Bergstrom', 1.24, 2.66, 1.44, null, '049 Cody Street', 'Athabasca', 'Alberta', 'Canada', '634-665-7135', 4.37, 54.7214094, -113.2861822); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (752, 'Jacobi, Runolfsdottir and Osinski', 1.53, 2.23, 1.19, null, '745 Melby Plaza', 'Oxbow', 'Saskatchewan', 'Canada', '737-659-9784', 4.71, 49.23335, -102.1676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (753, 'Gutmann Inc', 1.88, 2.38, 1.75, null, '954 Harbort Lane', 'Lac du Bonnet', 'Manitoba', 'Canada', '302-337-5647', 4.56, 50.2536, -96.06116); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (754, 'Wisozk-Friesen', 1.5, 2.67, 1.1, null, '42080 Independence Plaza', 'Lacolle', 'Québec', 'Canada', '218-780-0289', 3.62, 45.08338, -73.36585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (755, 'Greenfelder, Schmidt and Ryan', 1.66, 2.48, 1.14, null, '2 Welch Place', 'Watrous', 'Saskatchewan', 'Canada', '517-962-2207', 3.29, 51.66677, -105.46788); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (756, 'Robel-Tremblay', 1.36, 2.78, 1.43, null, '391 Dottie Drive', 'Saguenay', 'Québec', 'Canada', '147-595-1753', 3.32, 48.3962038, -71.1116362); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (757, 'Waters Group', 1.58, 2.77, 1.21, null, '52985 Del Sol Terrace', 'Saint-Constant', 'Québec', 'Canada', '343-351-2314', 3.54, 45.3770527, -73.579509); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (758, 'Tromp, Gerlach and Stiedemann', 1.69, 2.53, 1.85, null, '46 Sachtjen Street', 'L''Assomption', 'Québec', 'Canada', '155-695-8315', 4.39, 45.8377021, -73.4310787); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (759, 'Kutch-Bartoletti', 1.07, 2.84, 1.54, null, '64137 Village Road', 'Stony Plain', 'Alberta', 'Canada', '808-192-4772', 3.93, 53.5279314, -114.001928); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (760, 'Beier-Schultz', 1.19, 2.7, 1.17, null, '10208 Butterfield Parkway', 'Lebel-sur-Quévillon', 'Québec', 'Canada', '371-766-2404', 3.56, 49.05018, -76.98273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (761, 'Morar Inc', 1.04, 2.47, 1.87, null, '92748 Sommers Court', 'Miramichi', 'New Brunswick', 'Canada', '870-159-4492', 4.14, 47.02895, -65.50186); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (762, 'Grimes Group', 1.74, 2.34, 1.89, null, '8 Buhler Alley', 'Parksville', 'British Columbia', 'Canada', '856-489-6282', 3.42, 49.3193375, -124.3136411); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (763, 'Bosco Inc', 1.52, 2.97, 1.76, null, '07 Merrick Crossing', 'Millet', 'Alberta', 'Canada', '502-817-0605', 4.52, 53.09697, -113.4729375); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (764, 'Nitzsche Inc', 1.51, 2.78, 1.72, null, '0 Loeprich Pass', 'Shediac', 'New Brunswick', 'Canada', '473-522-0740', 4.84, 46.2201972, -64.5346866); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (765, 'Barton Group', 1.4, 2.51, 1.04, null, '851 Riverside Hill', 'Drayton Valley', 'Alberta', 'Canada', '538-321-9116', 3.56, 53.2214074, -114.9766785); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (766, 'Hessel-Marvin', 1.45, 2.7, 1.54, null, '5 Luster Alley', 'Carleton Place', 'Ontario', 'Canada', '882-329-5477', 3.1, 45.129308, -76.1423766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (767, 'Murphy LLC', 1.36, 2.32, 1.3, null, '902 Kropf Junction', 'Kentville', 'Nova Scotia', 'Canada', '664-415-8430', 3.46, 45.0769115, -64.4944735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (768, 'Mann-Rowe', 1.58, 2.0, 1.8, null, '24 Cascade Place', 'Norfolk County', 'Ontario', 'Canada', '569-548-9888', 3.97, 42.8334, -80.38297); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (769, 'Kozey, Harber and Lehner', 1.64, 2.73, 1.92, null, '3600 Monica Pass', 'Lachute', 'Québec', 'Canada', '779-841-9062', 3.44, 45.6542789, -74.3481941); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (770, 'Franecki-Smith', 1.74, 2.55, 1.02, null, '6 Farwell Pass', 'Marathon', 'Ontario', 'Canada', '341-474-4366', 4.07, 46.4969139, -84.3457671); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (771, 'Medhurst, Nienow and Strosin', 1.61, 2.81, 1.36, null, '6 Mendota Avenue', 'Normandin', 'Québec', 'Canada', '735-567-4792', 4.79, 48.83328, -72.53209); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (772, 'Bailey Group', 1.93, 2.43, 1.72, null, '9 Glendale Terrace', 'Burns Lake', 'British Columbia', 'Canada', '418-902-1203', 3.84, 54.2331, -125.7533); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (773, 'Jenkins-O''Kon', 1.04, 2.13, 1.03, null, '045 Ruskin Lane', 'Vulcan', 'Alberta', 'Canada', '819-919-5272', 4.22, 50.40008, -113.25189); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (774, 'Donnelly LLC', 1.06, 2.95, 1.61, null, '4795 Farragut Street', 'Barrie', 'Ontario', 'Canada', '498-229-2829', 4.01, 44.3244029, -79.7007211); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (775, 'McGlynn and Sons', 1.9, 2.64, 1.04, null, '031 Vidon Circle', 'Fort McMurray', 'Alberta', 'Canada', '105-299-0549', 3.28, 56.6441805, -111.4052626); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (776, 'Quigley-Lynch', 1.52, 2.07, 1.25, null, '0230 Pankratz Drive', 'Victoria', 'British Columbia', 'Canada', '718-912-1127', 3.04, 48.4373686, -123.4112839); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (777, 'Keebler, Beatty and Crona', 1.75, 2.56, 1.38, null, '7 Havey Crossing', 'Rocky Mountain House', 'Alberta', 'Canada', '813-730-5393', 4.53, 52.3793432, -114.9182883); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (778, 'Ernser, Gerlach and Ziemann', 1.67, 2.44, 1.63, null, '92490 Randy Plaza', 'Windsor', 'Ontario', 'Canada', '396-858-3748', 3.7, 45.5787215, -72.001055); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (779, 'Schroeder, Lakin and Kuvalis', 1.49, 2.77, 1.92, null, '7517 Summer Ridge Avenue', 'Macklin', 'Saskatchewan', 'Canada', '711-877-6363', 3.54, 52.33344, -109.93484); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (780, 'Jacobi Inc', 1.63, 2.34, 1.51, null, '38 Melby Park', 'Penticton', 'British Columbia', 'Canada', '161-423-5154', 3.75, 49.4991381, -119.5937077); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (781, 'Becker Group', 1.74, 2.4, 1.23, null, '2 Judy Crossing', 'Bonavista', 'Newfoundland and Labrador', 'Canada', '478-751-0183', 3.45, 48.64989, -53.11474); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (782, 'Schuppe-Schulist', 1.22, 2.83, 1.17, null, '5 Larry Park', 'Crossfield', 'Alberta', 'Canada', '584-872-3625', 3.53, 51.43341, -114.03528); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (783, 'White Group', 1.29, 2.05, 1.83, null, '1 Esch Pass', 'Dorval', 'Québec', 'Canada', '168-231-8406', 4.98, 45.44588, -73.7693013); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (784, 'Wolf-Williamson', 1.77, 2.69, 1.55, null, '771 Shopko Parkway', 'Vanderhoof', 'British Columbia', 'Canada', '418-707-0969', 3.66, 54.01657, -124.01982); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (785, 'Torp, Swift and Roob', 1.21, 2.55, 1.68, null, '28 West Alley', 'Kimberley', 'British Columbia', 'Canada', '328-925-0177', 4.56, 49.6885534, -115.9220734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (786, 'Rath-Christiansen', 1.1, 2.34, 1.31, null, '996 Kenwood Terrace', 'Lebel-sur-Quévillon', 'Québec', 'Canada', '173-177-8350', 3.82, 49.05018, -76.98273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (787, 'Abernathy Inc', 1.15, 2.8, 1.53, null, '7 Larry Way', 'Victoria', 'British Columbia', 'Canada', '561-960-2509', 4.26, 48.4373686, -123.4112839); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (788, 'Buckridge and Sons', 1.95, 2.81, 1.4, null, '86502 Londonderry Trail', 'Oxbow', 'Saskatchewan', 'Canada', '716-715-3624', 4.52, 49.23335, -102.1676); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (789, 'Feest-Reichert', 1.97, 2.19, 1.29, null, '681 Luster Plaza', 'Baie-Comeau', 'Québec', 'Canada', '192-624-0847', 4.78, 49.2211865, -68.1518275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (790, 'Rippin, Fay and Witting', 1.63, 2.6, 1.96, null, '6 Prairie Rose Parkway', 'Cowansville', 'Québec', 'Canada', '215-675-1085', 4.95, 45.2114093, -72.7399622); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (791, 'Breitenberg, Friesen and Rosenbaum', 1.85, 2.36, 1.07, null, '11 Thierer Court', 'Sainte-Thérèse', 'Québec', 'Canada', '886-774-7186', 4.27, 45.6181396, -73.8394482); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (792, 'Farrell and Sons', 1.08, 2.45, 1.05, null, '98 Colorado Trail', 'Beausejour', 'Manitoba', 'Canada', '442-801-8499', 3.24, 50.0622, -96.51669); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (793, 'Ernser Group', 1.05, 2.27, 1.66, null, '2 Evergreen Circle', 'Louiseville', 'Québec', 'Canada', '446-439-6386', 4.12, 46.252804, -72.9507829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (794, 'Schulist, Koepp and Keebler', 1.54, 2.82, 1.26, null, '6323 Towne Hill', 'High River', 'Alberta', 'Canada', '210-657-1818', 4.15, 50.5801021, -113.8707312); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (795, 'Johnston, Kuhlman and Haley', 1.66, 2.97, 1.88, null, '3 Doe Crossing Center', 'Blackfalds', 'Alberta', 'Canada', '921-107-2531', 4.23, 52.38342, -113.7853); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (796, 'Predovic, Donnelly and Rosenbaum', 1.24, 2.89, 1.13, null, '353 Maple Plaza', 'Langford', 'British Columbia', 'Canada', '260-668-1084', 3.42, 48.4474626, -123.4956337); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (797, 'Strosin-Brekke', 1.01, 2.08, 1.53, null, '3 Bashford Place', 'Claresholm', 'Alberta', 'Canada', '206-701-5462', 4.46, 50.03332, -113.58524); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (798, 'Steuber LLC', 1.16, 2.75, 1.35, null, '7787 Portage Point', 'Notre-Dame-des-Prairies', 'Québec', 'Canada', '986-852-2287', 4.84, 46.05007, -73.43245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (799, 'Gottlieb LLC', 2.0, 2.23, 1.48, null, '77655 Chive Street', 'Kelowna', 'British Columbia', 'Canada', '162-740-9528', 4.78, 49.8856767, -119.4783845); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (800, 'Kiehn-Grady', 1.77, 2.69, 2.0, null, '858 Sunbrook Way', 'Saint-Raymond', 'Québec', 'Canada', '741-523-3701', 3.57, 46.8922184, -71.8291245); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (801, 'Green, Jenkins and Schmitt', 1.51, 2.06, 1.82, null, '52756 Holmberg Junction', 'Trois-Rivières', 'Québec', 'Canada', '293-689-5300', 4.54, 46.34515, -72.5477); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (802, 'Miller Inc', 1.9, 2.61, 1.4, null, '52599 Green Point', 'Kentville', 'Nova Scotia', 'Canada', '795-857-4206', 4.68, 45.0769115, -64.4944735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (803, 'Pfeffer, Raynor and Roob', 1.75, 2.79, 1.97, null, '7 Bunker Hill Avenue', 'Biggar', 'Saskatchewan', 'Canada', '858-574-4355', 3.72, 52.0668, -108.00135); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (804, 'Fisher, Emard and O''Connell', 1.69, 2.08, 1.97, null, '271 Hoard Lane', 'Bécancour', 'Québec', 'Canada', '263-416-9230', 4.53, 46.4005111, -72.2690204); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (805, 'O''Hara-Bartoletti', 1.41, 2.16, 1.55, null, '1 Marcy Trail', 'Acton Vale', 'Québec', 'Canada', '344-873-4390', 4.35, 45.65007, -72.56582); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (806, 'Mante, Bartoletti and Block', 1.52, 2.9, 1.56, null, '729 Mendota Place', 'Saint-Jérôme', 'Québec', 'Canada', '648-615-8635', 4.61, 45.7738831, -73.9771044); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (807, 'Jacobson, Hermiston and Adams', 1.96, 2.43, 1.41, null, '450 Oak Circle', 'Merritt', 'British Columbia', 'Canada', '233-817-4520', 3.43, 50.1113079, -120.7862222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (808, 'Cummerata-Pfeffer', 1.74, 2.77, 1.34, null, '9943 Arapahoe Hill', 'Nipawin', 'Saskatchewan', 'Canada', '999-358-9426', 4.55, 53.36678, -104.00092); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (809, 'Waters, Connelly and MacGyver', 1.27, 2.96, 1.41, null, '721 Dorton Drive', 'La Ronge', 'Saskatchewan', 'Canada', '653-106-7783', 4.77, 55.10013, -105.28422); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (810, 'Dare LLC', 1.17, 2.1, 1.5, null, '5607 Tony Avenue', 'Beausejour', 'Manitoba', 'Canada', '641-117-3406', 4.67, 50.0622, -96.51669); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (811, 'Dare-McLaughlin', 1.97, 2.29, 1.2, null, '987 Pankratz Crossing', 'Okanagan', 'British Columbia', 'Canada', '487-486-5931', 3.95, 49.8531509, -119.611543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (812, 'Collier-Fahey', 1.91, 2.21, 1.08, null, '12561 Sutteridge Parkway', 'Baie-Saint-Paul', 'Québec', 'Canada', '495-159-9461', 4.73, 47.4376347, -70.5082419); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (813, 'Feest, Graham and Lakin', 1.95, 2.29, 1.94, null, '3 Doe Crossing Plaza', 'Montréal-Ouest', 'Québec', 'Canada', '417-669-3794', 3.12, 45.5080397, -73.564543); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (814, 'Nitzsche and Sons', 1.36, 2.15, 1.54, null, '9 Eagan Lane', 'Coaticook', 'Québec', 'Canada', '425-616-0720', 4.97, 45.1306898, -71.8121012); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (815, 'Waelchi Inc', 1.28, 2.86, 1.17, null, '36 Melody Street', 'Coquitlam', 'British Columbia', 'Canada', '584-844-5805', 3.97, 49.2815819, -122.7535881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (816, 'Predovic LLC', 1.72, 2.16, 1.04, null, '16 Straubel Drive', 'Mont-Saint-Hilaire', 'Québec', 'Canada', '514-354-0332', 3.48, 45.5599168, -73.2004857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (817, 'Jacobson-Hettinger', 1.67, 2.95, 1.22, null, '000 Pierstorff Avenue', 'Lillooet', 'British Columbia', 'Canada', '529-569-3794', 3.29, 50.6856, -121.942); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (818, 'Johns Group', 1.52, 2.37, 1.88, null, '2780 Sunbrook Alley', 'Ladysmith', 'British Columbia', 'Canada', '423-744-7611', 4.77, 48.99534, -123.8161); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (819, 'Effertz and Sons', 1.07, 2.97, 1.88, null, '72137 Roxbury Junction', 'Moosomin', 'Saskatchewan', 'Canada', '884-772-7617', 4.52, 50.13332, -101.66766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (820, 'Schuster, Hansen and Mayer', 1.54, 2.87, 1.75, null, '5959 Sloan Terrace', 'La Ronge', 'Saskatchewan', 'Canada', '348-855-0542', 4.85, 55.10013, -105.28422); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (821, 'Wilderman and Sons', 1.45, 2.77, 1.22, null, '96 Holy Cross Park', 'Lumby', 'British Columbia', 'Canada', '696-676-2733', 4.89, 50.24979, -118.96904); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (822, 'Homenick-Torp', 1.79, 2.24, 1.92, null, '59592 Roth Center', 'Côte-Saint-Luc', 'Québec', 'Canada', '912-805-0970', 3.83, 45.46536, -73.66585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (823, 'Blick and Sons', 1.55, 2.72, 1.64, null, '574 Moose Avenue', 'North York', 'Ontario', 'Canada', '962-690-1268', 4.84, 43.7543283, -79.4422593); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (824, 'Swaniawski Inc', 1.76, 2.16, 1.98, null, '39427 Sachtjen Way', 'Lillooet', 'British Columbia', 'Canada', '257-906-5712', 3.35, 50.6856, -121.942); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (825, 'Nienow-Cummerata', 1.41, 2.7, 1.13, null, '66 Hoard Trail', 'Nackawic', 'New Brunswick', 'Canada', '762-180-2196', 3.5, 45.9891389, -67.2412221); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (826, 'Bergnaum-Morissette', 1.03, 2.92, 1.09, null, '0 Fairview Pass', 'Port Colborne', 'Ontario', 'Canada', '635-223-2431', 3.97, 42.896821, -79.2620294); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (827, 'Hagenes Inc', 1.65, 2.19, 1.77, null, '7877 Merchant Center', 'L''Île-Perrot', 'Québec', 'Canada', '877-260-6674', 3.96, 45.4235609, -73.9319061); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (828, 'Stanton-Spencer', 1.46, 2.67, 1.37, null, '6437 La Follette Street', 'Lebel-sur-Quévillon', 'Québec', 'Canada', '998-476-9627', 4.01, 49.05018, -76.98273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (829, 'Wunsch-Senger', 1.69, 2.9, 1.76, null, '80 Pepper Wood Drive', 'Belleville', 'Ontario', 'Canada', '488-617-6710', 3.31, 44.165829, -77.3956004); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (830, 'Kiehn-Rodriguez', 1.26, 2.36, 1.39, null, '799 Surrey Park', 'Neuville', 'Québec', 'Canada', '953-957-7831', 4.83, 46.69823, -71.58275); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (831, 'Gorczany and Sons', 1.28, 2.09, 1.56, null, '086 Surrey Park', 'Langford', 'British Columbia', 'Canada', '743-131-0355', 3.47, 48.4474626, -123.4956337); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (832, 'Schiller and Sons', 1.87, 2.01, 1.0, null, '8883 Elmside Road', 'Bridgewater', 'Nova Scotia', 'Canada', '291-223-2459', 4.12, 44.3710708, -64.5210039); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (833, 'Gorczany, McCullough and Herman', 1.23, 2.05, 1.69, null, '8389 Arkansas Avenue', 'Sundre', 'Alberta', 'Canada', '306-429-0956', 4.13, 51.8001, -114.63532); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (834, 'Schinner Group', 1.12, 2.12, 1.49, null, '98 Nobel Crossing', 'Biggar', 'Saskatchewan', 'Canada', '754-837-6052', 4.04, 52.0668, -108.00135); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (835, 'Grant and Sons', 1.45, 2.55, 1.23, null, '050 Starling Hill', 'North Perth', 'Ontario', 'Canada', '134-911-3411', 3.05, 43.7251, -80.96723); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (836, 'Kirlin, Rolfson and Mertz', 1.61, 2.93, 1.83, null, '6 Roth Park', 'Weyburn', 'Saskatchewan', 'Canada', '907-156-5523', 3.12, 49.6666528, -103.8451959); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (837, 'Walsh LLC', 1.81, 2.36, 1.1, null, '819 Redwing Way', 'Blainville', 'Québec', 'Canada', '645-136-5532', 3.56, 45.7013243, -73.9284855); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (838, 'Doyle Inc', 1.59, 2.28, 1.48, null, '278 Mesta Way', 'Banff', 'Alberta', 'Canada', '181-748-2154', 3.14, 51.1845319, -115.572212); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (839, 'Emard and Sons', 1.29, 2.96, 1.08, null, '0749 Portage Alley', 'Richibucto', 'New Brunswick', 'Canada', '814-366-0769', 3.41, 46.6817873, -64.8659804); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (840, 'Crooks, Fisher and Volkman', 1.24, 2.72, 1.3, null, '87 Michigan Drive', 'Richmond', 'British Columbia', 'Canada', '739-938-5308', 3.63, 49.1571976, -123.1152602); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (841, 'Mosciski Group', 1.59, 2.41, 1.07, null, '54238 Elka Avenue', 'Québec', 'Québec', 'Canada', '177-268-1905', 4.43, 46.7530428, -71.2196569); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (842, 'Kuvalis-Hahn', 1.66, 2.08, 1.74, null, '59 Bowman Court', 'Anmore', 'British Columbia', 'Canada', '388-773-1824', 4.13, 49.2686175, -122.9364381); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (843, 'Aufderhar-Romaguera', 1.27, 2.85, 1.99, null, '57050 Delladonna Way', 'Golden', 'British Columbia', 'Canada', '924-175-6957', 3.42, 51.29995, -116.9689); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (844, 'Kling, Reinger and Bergnaum', 1.39, 2.91, 1.63, null, '40746 Upham Crossing', 'Labrador City', 'Newfoundland and Labrador', 'Canada', '175-595-1564', 3.35, 52.9369158, -66.9238331); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (845, 'Haag-Bahringer', 1.31, 2.75, 1.9, null, '41 Arrowood Alley', 'Vulcan', 'Alberta', 'Canada', '307-400-2688', 4.53, 50.40008, -113.25189); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (846, 'Cole and Sons', 1.54, 2.47, 1.45, null, '87 Hanover Point', 'Varennes', 'Québec', 'Canada', '308-193-4977', 4.8, 45.6834469, -73.4248393); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (847, 'Bailey-Shanahan', 1.59, 2.8, 1.65, null, '01992 Warner Alley', 'Logan Lake', 'British Columbia', 'Canada', '534-570-8872', 3.26, 50.49976, -120.80253); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (848, 'Mayert, Schaefer and Upton', 1.66, 2.67, 1.87, null, '62469 Forest Run Junction', 'Forestville', 'Québec', 'Canada', '528-631-8939', 3.47, 48.73808, -69.08478); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (849, 'Koelpin, McKenzie and West', 1.35, 2.7, 1.91, null, '9 Emmet Plaza', 'Killarney', 'Manitoba', 'Canada', '213-582-2159', 3.93, 49.18332, -99.66364); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (850, 'Dickinson-Emmerich', 1.99, 2.29, 1.53, null, '1152 Loeprich Plaza', 'Mont-Saint-Hilaire', 'Québec', 'Canada', '841-500-6917', 4.9, 45.5599168, -73.2004857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (851, 'Medhurst-Waelchi', 1.71, 2.62, 1.79, null, '8 Kingsford Court', 'Cochrane', 'Alberta', 'Canada', '882-197-6404', 3.1, 51.1909883, -114.4678603); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (852, 'Weber-Runte', 1.46, 2.21, 1.12, null, '3 Warbler Crossing', 'Amherst', 'Nova Scotia', 'Canada', '681-205-4232', 4.01, 45.8299686, -64.2092372); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (853, 'Toy Group', 1.38, 2.73, 1.41, null, '71074 Lillian Terrace', 'Malartic', 'Québec', 'Canada', '568-862-4862', 3.29, 48.13348, -78.13283); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (854, 'Breitenberg Inc', 1.65, 2.39, 1.06, null, '532 3rd Parkway', 'Canmore', 'Alberta', 'Canada', '753-213-8926', 3.79, 51.0935791, -115.3508611); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (855, 'Metz Inc', 1.94, 2.07, 1.3, null, '6 Paget Junction', 'Wingham', 'Ontario', 'Canada', '251-190-8030', 4.31, 43.88793, -81.31145); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (856, 'Witting Group', 2.0, 2.77, 1.25, null, '095 Harper Parkway', 'Beaconsfield', 'Québec', 'Canada', '158-651-8547', 4.98, 45.4289588, -73.8689881); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (857, 'Schmeler LLC', 1.03, 2.43, 1.7, null, '416 Badeau Parkway', 'Two Hills', 'Alberta', 'Canada', '479-844-3163', 3.39, 53.7131425, -111.743338); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (858, 'O''Conner-Metz', 1.54, 2.54, 1.46, null, '879 Havey Trail', 'Greenwood', 'Nova Scotia', 'Canada', '150-499-2052', 4.39, 44.98345, -64.89879); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (859, 'Bashirian Inc', 1.56, 2.79, 1.19, null, '29563 Mifflin Junction', 'Saint-Tite', 'Québec', 'Canada', '533-439-4661', 4.97, 46.73336, -72.56581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (860, 'Kassulke, Rippin and Okuneva', 1.09, 2.66, 1.99, null, '477 Reinke Place', 'Barrie', 'Ontario', 'Canada', '434-770-8936', 3.65, 44.3244029, -79.7007211); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (861, 'Zulauf, Nitzsche and Bruen', 1.94, 2.86, 1.74, null, '983 Randy Alley', 'Strathmore', 'Alberta', 'Canada', '689-155-7089', 4.05, 51.0376583, -113.3992725); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (862, 'Wolff-Hackett', 1.66, 2.03, 1.39, null, '879 Sullivan Plaza', 'Lacombe', 'Alberta', 'Canada', '485-305-1628', 3.24, 52.4630512, -113.7286241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (863, 'Gutkowski Inc', 1.44, 2.04, 1.72, null, '24147 Kim Trail', 'Gravelbourg', 'Saskatchewan', 'Canada', '684-893-3714', 3.45, 49.8756758, -106.5573172); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (864, 'Reilly-Zemlak', 1.26, 2.15, 1.9, null, '535 Rigney Avenue', 'Cowansville', 'Québec', 'Canada', '190-699-2696', 3.99, 45.2114093, -72.7399622); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (865, 'Schulist-Berge', 1.76, 2.57, 1.45, null, '6553 Russell Way', 'Labelle', 'Québec', 'Canada', '700-990-6185', 4.21, 43.4426097, -80.5443489); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (866, 'Ernser, Koch and Bashirian', 1.74, 2.45, 1.82, null, '72889 Clarendon Place', 'Carleton Place', 'Ontario', 'Canada', '292-747-0533', 3.29, 45.129308, -76.1423766); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (867, 'Ruecker-Hane', 1.99, 2.45, 1.65, null, '65 4th Lane', 'Roblin', 'Manitoba', 'Canada', '957-862-3862', 3.2, 51.22999, -101.3565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (868, 'Cummings, Stamm and Smith', 1.9, 2.04, 1.26, null, '65 Cordelia Junction', 'Princeville', 'Nova Scotia', 'Canada', '176-419-2988', 4.77, 46.152911, -71.885445); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (869, 'Tromp and Sons', 1.8, 2.03, 1.79, null, '2447 Waxwing Point', 'Markham', 'Ontario', 'Canada', '554-753-1845', 4.9, 43.899227, -79.273304); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (870, 'Kulas, Upton and Fritsch', 1.1, 2.75, 1.06, null, '21 Clove Alley', 'Wolfville', 'Nova Scotia', 'Canada', '325-640-2226', 3.65, 45.089753, -64.3623382); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (871, 'Corkery Group', 1.69, 2.08, 1.04, null, '5352 Columbus Place', 'Nanaimo', 'British Columbia', 'Canada', '593-224-3288', 3.38, 49.1879411, -124.0025429); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (872, 'Hessel Group', 1.48, 2.19, 1.04, null, '683 Clarendon Point', 'Bromont', 'Québec', 'Canada', '931-592-5591', 4.36, 45.3151096, -72.661835); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (873, 'Okuneva, Durgan and Streich', 1.27, 2.44, 1.53, null, '7525 Welch Avenue', 'Arnprior', 'Ontario', 'Canada', '116-819-5993', 3.72, 45.4331407, -76.3609305); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (874, 'Simonis-Franecki', 1.26, 2.3, 1.48, null, '8 Nancy Crossing', 'Drummondville', 'Québec', 'Canada', '280-603-3115', 4.5, 45.9067495, -72.5406445); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (875, 'Ortiz LLC', 1.17, 2.39, 1.14, null, '3 Quincy Circle', 'Middleton', 'Nova Scotia', 'Canada', '303-507-0532', 4.74, 44.95015, -65.0655); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (876, 'Legros-Mills', 1.98, 2.12, 1.89, null, '83739 Forest Run Circle', 'Viking', 'Alberta', 'Canada', '401-472-5145', 4.35, 53.10014, -111.76844); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (877, 'Feeney Inc', 1.02, 2.55, 1.07, null, '43 Charing Cross Lane', 'Princeville', 'Québec', 'Canada', '160-383-0204', 3.06, 46.171607, -71.875654); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (878, 'Towne-Hilpert', 1.55, 2.65, 1.99, null, '7330 Raven Lane', 'Pasadena', 'Newfoundland and Labrador', 'Canada', '287-240-0276', 4.73, 49.01671, -57.59837); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (879, 'Pollich Inc', 1.08, 2.8, 1.59, null, '9844 Delladonna Circle', 'Mont-Tremblant', 'Québec', 'Canada', '527-600-3160', 3.64, 46.1223915, -74.5838514); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (880, 'Feil, Koch and Stroman', 1.02, 2.29, 1.45, null, '7 Barnett Terrace', 'Marieville', 'Québec', 'Canada', '941-809-7063', 4.65, 45.4347317, -73.1728734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (881, 'Jaskolski-Waelchi', 1.49, 2.45, 1.44, null, '29428 Spohn Circle', 'Salaberry-de-Valleyfield', 'Québec', 'Canada', '302-550-2874', 3.84, 45.5159664, -73.4049684); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (882, 'Rippin and Sons', 1.3, 2.63, 1.11, null, '372 Grayhawk Alley', 'Gibbons', 'Alberta', 'Canada', '299-967-4685', 4.48, 53.83345, -113.33531); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (883, 'Blanda-Welch', 1.3, 2.37, 1.77, null, '3803 Bellgrove Park', 'Petawawa', 'Ontario', 'Canada', '728-811-9048', 3.82, 45.8903748, -77.2672051); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (884, 'Kuvalis-Braun', 1.38, 2.01, 1.46, null, '20336 Loeprich Court', 'Grand Bank', 'Newfoundland and Labrador', 'Canada', '664-633-6985', 3.75, 47.09995, -55.76504); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (885, 'Swaniawski-Goodwin', 1.96, 2.04, 1.23, null, '1961 John Wall Parkway', 'Boisbriand', 'Québec', 'Canada', '390-912-7954', 4.66, 45.6181396, -73.8394482); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (886, 'Walsh, Shields and Yost', 1.45, 3.0, 1.5, null, '689 Hayes Plaza', 'Ottawa', 'Ontario', 'Canada', '515-238-7336', 3.11, 45.4518103, -75.738755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (887, 'Trantow Group', 1.53, 2.78, 1.49, null, '52 Tomscot Park', 'Okotoks', 'Alberta', 'Canada', '833-197-8540', 3.86, 50.7254936, -113.9749472); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (888, 'Reichel, Bailey and Wyman', 1.58, 2.31, 1.05, null, '329 Pond Plaza', 'Osoyoos', 'British Columbia', 'Canada', '977-124-2131', 4.74, 49.03306, -119.45237); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (889, 'Bogan-Bechtelar', 1.41, 2.76, 1.93, null, '9092 Sunnyside Point', 'Napanee Downtown', 'Ontario', 'Canada', '525-372-8722', 3.5, 43.6505222, -79.3990401); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (890, 'King Group', 1.44, 2.66, 1.25, null, '312 Sunfield Crossing', 'Calgary', 'Alberta', 'Canada', '739-125-9442', 3.3, 50.9359639, -113.8998131); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (891, 'Mills Group', 1.37, 2.29, 1.92, null, '997 Emmet Park', 'Bancroft', 'Ontario', 'Canada', '346-977-4127', 3.75, 45.05752, -77.85702); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (892, 'Lang-Kiehn', 1.08, 2.91, 1.74, null, '36 Crest Line Crossing', 'Gjoa Haven', 'Nunavut', 'Canada', '878-916-4294', 4.69, 68.62602, -95.87836); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (893, 'Mann-Koss', 1.43, 2.22, 1.96, null, '3 West Way', 'Cap-Santé', 'Québec', 'Canada', '570-468-0941', 3.76, 46.67159, -71.78812); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (894, 'Gottlieb, Parker and Walker', 1.75, 2.89, 1.48, null, '7 Raven Parkway', 'Maple Creek', 'Saskatchewan', 'Canada', '617-994-1683', 3.86, 49.91678, -109.48481); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (895, 'O''Kon and Sons', 1.87, 2.8, 1.01, null, '97223 Little Fleur Trail', 'Airdrie', 'Alberta', 'Canada', '204-578-8541', 4.01, 51.2828145, -114.0371938); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (896, 'Labadie-Lubowitz', 1.63, 2.54, 1.61, null, '34787 Graceland Road', 'West Kelowna', 'British Columbia', 'Canada', '455-542-7348', 4.11, 49.863612, -119.5644584); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (897, 'Boyer-Anderson', 1.19, 2.97, 1.19, null, '1 Troy Parkway', 'Iqaluit', 'Nunavut', 'Canada', '320-285-6368', 4.22, 63.75059, -68.51449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (898, 'Christiansen LLC', 1.64, 2.14, 1.94, null, '17 Declaration Center', 'Oliver', 'British Columbia', 'Canada', '501-967-3493', 3.55, 49.18306, -119.5524); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (899, 'Wilkinson Group', 1.21, 2.03, 1.63, null, '1780 American Ash Place', 'Port Hawkesbury', 'Nova Scotia', 'Canada', '137-928-5649', 3.38, 45.6152297, -61.3552089); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (900, 'Gleichner and Sons', 1.63, 2.66, 1.14, null, '0 Maywood Plaza', 'Spirit River', 'Alberta', 'Canada', '780-322-3054', 4.62, 55.78327, -118.83607); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (901, 'Kris Inc', 1.68, 2.15, 1.97, null, '147 Hanover Alley', 'Willowdale', 'Ontario', 'Canada', '762-166-3568', 4.18, 43.7543283, -79.4422593); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (902, 'Ferry-McDermott', 1.8, 2.42, 1.38, null, '7069 Tennessee Street', 'Lac du Bonnet', 'Manitoba', 'Canada', '420-259-7597', 4.04, 50.2536, -96.06116); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (903, 'Walter, Weber and Haley', 1.43, 2.92, 1.37, null, '1 Dunning Drive', 'Port Hawkesbury', 'Nova Scotia', 'Canada', '575-328-2627', 4.4, 45.6152297, -61.3552089); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (904, 'Nader-Ritchie', 1.96, 2.0, 1.13, null, '9 Village Green Pass', 'North Bay', 'Ontario', 'Canada', '803-936-8611', 3.55, 46.272758, -79.4298653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (905, 'Gibson, Osinski and Schimmel', 1.57, 2.98, 1.03, null, '3931 Graedel Place', 'Harrison Brook', 'New Brunswick', 'Canada', '830-699-0695', 4.99, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (906, 'Mosciski LLC', 1.85, 2.01, 1.4, null, '89 Cottonwood Way', 'Sainte-Anne-de-Bellevue', 'Québec', 'Canada', '912-643-0597', 4.7, 45.4032761, -73.9503607); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (907, 'Armstrong Inc', 1.03, 2.45, 1.19, null, '4 Merchant Place', 'Cornwall', 'Prince Edward Island', 'Canada', '880-871-9606', 3.51, 46.22652, -63.21809); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (908, 'Upton, Mertz and Stamm', 1.62, 2.34, 1.08, null, '6849 Columbus Junction', 'Weyburn', 'Saskatchewan', 'Canada', '675-227-6911', 3.16, 49.6666528, -103.8451959); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (909, 'Morar and Sons', 1.44, 2.72, 1.05, null, '625 Kenwood Road', 'Harrison Brook', 'New Brunswick', 'Canada', '730-343-3748', 3.3, 47.216667, -67.916667); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (910, 'Watsica-Ankunding', 1.64, 2.9, 1.8, null, '6 Arizona Lane', 'Lebel-sur-Quévillon', 'Québec', 'Canada', '128-479-2873', 4.23, 49.05018, -76.98273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (911, 'Parisian, Franecki and Sporer', 1.91, 2.58, 1.63, null, '6063 Huxley Lane', 'Joliette', 'Québec', 'Canada', '312-191-6014', 3.8, 46.0285851, -73.4499872); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (912, 'Hyatt-Waelchi', 1.73, 2.39, 1.28, null, '974 Prairieview Street', 'Chilliwack', 'British Columbia', 'Canada', '680-997-4017', 3.47, 49.16638, -121.95257); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (913, 'Hills LLC', 1.76, 2.48, 1.08, null, '81473 Pawling Drive', 'Norman Wells', 'Northwest Territories', 'Canada', '105-845-4152', 3.0, 65.2813951, -126.7987848); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (914, 'Rodriguez, Zboncak and Trantow', 1.86, 2.92, 1.02, null, '4786 2nd Lane', 'Pemberton', 'British Columbia', 'Canada', '822-880-6601', 4.94, 50.31641, -122.80273); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (915, 'Effertz Inc', 1.27, 2.03, 1.9, null, '82 Veith Drive', 'Ucluelet', 'British Columbia', 'Canada', '207-583-1878', 4.98, 48.94153, -125.54635); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (916, 'Ernser, Breitenberg and Herman', 1.21, 2.9, 1.69, null, '4 Veith Drive', 'Vaughan', 'Ontario', 'Canada', '616-117-5356', 4.82, 43.7616313, -79.5209994); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (917, 'Dare Inc', 1.12, 2.02, 1.85, null, '545 Burning Wood Point', 'Devon', 'Alberta', 'Canada', '239-667-9605', 4.41, 53.3547991, -113.7233907); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (918, 'Robel, Marvin and Tromp', 1.73, 2.43, 1.31, null, '6581 Hazelcrest Point', 'Fort Erie', 'Ontario', 'Canada', '610-829-1333', 4.53, 42.9038743, -78.9344814); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (919, 'Waters, Mayert and Stoltenberg', 1.96, 2.52, 1.17, null, '7883 Maple Wood Road', 'Saint-Bruno-de-Guigues', 'Québec', 'Canada', '508-383-5952', 3.87, 47.4636372, -79.4387857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (920, 'Weber-Dare', 1.55, 2.92, 1.42, null, '78 Prairieview Court', 'Nackawic', 'New Brunswick', 'Canada', '441-670-6305', 3.47, 45.9891389, -67.2412221); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (921, 'Schaefer, Smitham and Barrows', 1.22, 2.99, 1.28, null, '07980 East Plaza', 'Houston', 'British Columbia', 'Canada', '382-899-9724', 4.74, 54.39976, -126.67008); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (922, 'Collins-Jenkins', 1.29, 2.3, 1.47, null, '8 Milwaukee Circle', 'Oshawa', 'Ontario', 'Canada', '636-406-7802', 3.83, 43.9332185, -78.8439268); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (923, 'Stanton, Little and Schumm', 1.76, 2.6, 1.08, null, '46468 Mandrake Street', 'Laval', 'Québec', 'Canada', '887-845-0850', 3.9, 45.5734042, -73.7316825); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (924, 'McCullough-Kilback', 1.53, 2.07, 1.44, null, '77182 Independence Point', 'Sainte-Agathe-des-Monts', 'Québec', 'Canada', '919-229-6239', 3.35, 46.0474907, -74.2739552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (925, 'Kreiger-Erdman', 1.47, 2.53, 1.16, null, '4374 Nova Park', 'Macamic', 'Québec', 'Canada', '459-617-3289', 4.11, 48.75018, -78.99962); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (926, 'Kuphal, Kulas and Bednar', 1.66, 2.48, 1.65, null, '986 Springs Circle', 'Weyburn', 'Saskatchewan', 'Canada', '622-346-6485', 3.36, 49.6666528, -103.8451959); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (927, 'Bahringer, Feil and Okuneva', 1.7, 2.43, 2.0, null, '4 Eggendart Alley', 'Mont-Saint-Hilaire', 'Québec', 'Canada', '241-719-4999', 3.25, 45.5599168, -73.2004857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (928, 'Prosacco, Kozey and Howell', 1.52, 2.52, 1.09, null, '7 Bunting Plaza', 'Côte-Saint-Luc', 'Québec', 'Canada', '938-196-3759', 4.61, 45.46536, -73.66585); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (929, 'Crona LLC', 1.09, 2.86, 1.13, null, '756 Loomis Drive', 'Beaumont', 'Alberta', 'Canada', '722-306-1457', 3.01, 53.3524256, -113.4153735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (930, 'Parker, Dicki and Simonis', 1.45, 2.16, 1.74, null, '4204 Autumn Leaf Way', 'Killam', 'Alberta', 'Canada', '786-416-1742', 3.45, 47.5860611, -52.6912126); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (931, 'Doyle LLC', 1.49, 2.78, 1.7, null, '34 Marcy Parkway', 'L''Épiphanie', 'Québec', 'Canada', '859-417-8736', 4.92, 45.846967, -73.4924769); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (932, 'Terry-Collier', 1.18, 2.39, 1.03, null, '0002 Sunfield Point', 'Charlemagne', 'Québec', 'Canada', '966-493-7716', 4.5, 45.7249153, -73.4913241); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (933, 'Hegmann, Bernhard and Gleason', 1.13, 2.96, 1.91, null, '5 Carey Street', 'Amherst', 'Nova Scotia', 'Canada', '593-751-2974', 3.26, 45.8299686, -64.2092372); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (934, 'Hilpert-Tromp', 1.99, 2.82, 1.04, null, '83486 Russell Pass', 'Waterloo', 'Québec', 'Canada', '863-315-9905', 4.45, 45.35008, -72.51582); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (935, 'Bradtke, Kling and Hane', 1.6, 2.74, 1.04, null, '12789 Elka Parkway', 'Wolfville', 'Nova Scotia', 'Canada', '554-351-9803', 4.0, 45.089753, -64.3623382); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (936, 'Lockman-Mante', 1.6, 2.89, 1.15, null, '29278 Novick Court', 'Sainte-Agathe-des-Monts', 'Québec', 'Canada', '909-142-6448', 3.5, 46.0474907, -74.2739552); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (937, 'Feeney, Schmidt and Morissette', 1.73, 2.9, 1.28, null, '6 Gina Place', 'Kirkland', 'Québec', 'Canada', '277-843-7613', 3.63, 45.448409, -73.858939); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (938, 'Kilback-Weimann', 1.67, 2.7, 1.37, null, '48897 Maywood Alley', 'Armstrong', 'British Columbia', 'Canada', '256-920-5680', 3.35, 50.44979, -119.20235); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (939, 'Schmidt-Wilderman', 1.35, 2.25, 1.66, null, '41890 Cordelia Way', 'Roblin', 'Manitoba', 'Canada', '742-954-7095', 4.85, 51.22999, -101.3565); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (940, 'Mante-Boyer', 1.45, 2.83, 1.24, null, '40079 Morrow Court', 'Saint-André-Avellin', 'Québec', 'Canada', '821-673-4224', 3.71, 45.7168, -75.06599); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (941, 'MacGyver-Leannon', 1.75, 2.65, 1.15, null, '15276 Summer Ridge Drive', 'Dieppe', 'New Brunswick', 'Canada', '682-943-7307', 4.89, 46.0952765, -64.7486638); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (942, 'Dietrich Group', 1.18, 2.15, 1.0, null, '1 Montana Point', 'Mont-Saint-Hilaire', 'Québec', 'Canada', '467-453-7580', 4.18, 45.5599168, -73.2004857); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (943, 'Koch LLC', 1.8, 2.05, 1.58, null, '43 Derek Park', 'Hope', 'British Columbia', 'Canada', '578-207-3041', 3.62, 49.38299, -121.44144); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (944, 'Price, Nienow and Schneider', 1.54, 2.05, 1.65, null, '582 Farragut Center', 'Swan Hills', 'Alberta', 'Canada', '446-428-5524', 4.22, 54.71681, -115.40226); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (945, 'Okuneva-Bins', 1.1, 2.41, 1.87, null, '75 Clemons Way', 'Winnipeg', 'Manitoba', 'Canada', '738-846-1997', 4.49, 49.8634627, -97.1373403); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (946, 'Romaguera Inc', 1.75, 2.64, 1.23, null, '54855 Roxbury Alley', 'Chester', 'Nova Scotia', 'Canada', '109-696-2097', 4.9, 44.55015, -64.24874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (947, 'Roob Group', 1.7, 2.32, 1.15, null, '89 Sunfield Point', 'Markham', 'Ontario', 'Canada', '454-508-2679', 4.87, 43.899227, -79.273304); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (948, 'Orn, Jones and Rolfson', 1.18, 2.19, 1.08, null, '2406 Northview Street', 'Newmarket', 'Ontario', 'Canada', '560-147-8222', 4.86, 44.1087666, -79.4985091); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (949, 'Pacocha, Feeney and Stroman', 1.67, 2.56, 1.39, null, '6 Melrose Court', 'Rivière-du-Loup', 'Québec', 'Canada', '680-931-3426', 3.16, 47.8191364, -69.5611735); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (950, 'Stracke, Witting and Kiehn', 1.22, 2.02, 1.3, null, '1 Iowa Way', 'Armstrong', 'British Columbia', 'Canada', '419-815-4161', 3.49, 50.44979, -119.20235); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (951, 'Hilll and Sons', 1.33, 2.58, 1.57, null, '9 Stang Pass', 'Saint-Augustin-de-Desmaures', 'Québec', 'Canada', '179-940-2365', 3.21, 46.747041, -71.459344); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (952, 'Feil, Stark and Larson', 1.67, 2.23, 1.66, null, '36162 Glendale Place', 'Cache Creek', 'British Columbia', 'Canada', '403-290-8194', 4.91, 50.81011, -121.3246); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (953, 'Johnson-Olson', 1.91, 2.36, 1.76, null, '328 Pankratz Junction', 'Saint-Tite', 'Québec', 'Canada', '802-667-6852', 4.27, 46.73336, -72.56581); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (954, 'Schaden-Hermiston', 1.6, 2.47, 1.64, null, '89 Fallview Parkway', 'Victoria', 'British Columbia', 'Canada', '654-859-7154', 4.23, 48.4373686, -123.4112839); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (955, 'Raynor LLC', 1.17, 2.82, 1.67, null, '65280 Shelley Place', 'Carleton-sur-Mer', 'Québec', 'Canada', '391-726-3123', 3.29, 48.0999989, -66.0999999); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (956, 'Rath-Bailey', 1.08, 2.2, 1.31, null, '8840 Rusk Hill', 'Port-Cartier', 'Québec', 'Canada', '226-764-8779', 3.78, 50.0234664, -66.8869412); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (957, 'Moen, Zemlak and McGlynn', 1.9, 2.78, 1.75, null, '917 Ruskin Pass', 'Kamsack', 'Saskatchewan', 'Canada', '966-408-2986', 3.72, 51.56668, -101.90093); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (958, 'Cormier, Hoppe and Ullrich', 1.19, 2.06, 1.91, null, '3185 Service Trail', 'Lanigan', 'Saskatchewan', 'Canada', '224-592-6692', 3.01, 51.85006, -105.03443); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (959, 'Johnston-McLaughlin', 1.09, 2.36, 1.16, null, '45322 Johnson Lane', 'Merritt', 'British Columbia', 'Canada', '774-918-2394', 4.18, 50.1113079, -120.7862222); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (960, 'Maggio-Reinger', 1.77, 2.44, 1.25, null, '4 Moland Point', 'Little Current', 'Ontario', 'Canada', '756-421-8033', 4.16, 45.97927, -81.9248); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (961, 'Tromp, Conn and Barrows', 1.46, 2.9, 1.21, null, '287 Macpherson Street', 'Vegreville', 'Alberta', 'Canada', '747-499-2330', 3.06, 53.495408, -112.0538628); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (962, 'King and Sons', 1.49, 2.15, 1.68, null, '20939 Mariners Cove Circle', 'North Bay', 'Ontario', 'Canada', '670-462-2389', 3.74, 46.272758, -79.4298653); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (963, 'Larson-Johnston', 1.35, 2.14, 1.06, null, '85756 Autumn Leaf Park', 'Val-d''Or', 'Québec', 'Canada', '586-282-0377', 4.36, 48.1041936, -77.7963772); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (964, 'Gerlach Inc', 1.18, 2.87, 1.62, null, '0320 Dixon Hill', 'Nanaimo', 'British Columbia', 'Canada', '383-843-1275', 4.64, 49.1879411, -124.0025429); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (965, 'Williamson LLC', 1.1, 2.68, 1.38, null, '68396 Maryland Pass', 'Louiseville', 'Québec', 'Canada', '680-388-9556', 3.99, 46.252804, -72.9507829); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (966, 'Langosh-Crona', 1.99, 2.18, 1.23, null, '7 Scofield Lane', 'Edson', 'Alberta', 'Canada', '836-971-8410', 3.11, 53.5855087, -116.4428615); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (967, 'Toy LLC', 1.33, 2.43, 1.86, null, '7499 Homewood Center', 'Papineauville', 'Québec', 'Canada', '523-377-4017', 3.11, 45.6168, -75.01599); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (968, 'Bechtelar-Predovic', 1.89, 2.24, 1.54, null, '6675 Elmside Crossing', 'Pangnirtung', 'Nunavut', 'Canada', '634-727-1792', 4.76, 66.14511, -65.71252); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (969, 'Kiehn-Brakus', 1.33, 2.99, 1.11, null, '52 Union Lane', 'Kamloops', 'British Columbia', 'Canada', '299-393-4889', 4.78, 50.66648, -120.3192); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (970, 'Lockman, Schmeler and Legros', 1.33, 2.35, 1.94, null, '4234 Eggendart Junction', 'Melfort', 'Saskatchewan', 'Canada', '423-921-4924', 4.74, 52.86673, -104.61768); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (971, 'Gislason, Kirlin and Waters', 2.0, 2.89, 1.27, null, '11226 Kenwood Crossing', 'Calmar', 'Alberta', 'Canada', '532-365-7010', 3.47, 53.26683, -113.81874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (972, 'Hagenes-McKenzie', 1.71, 2.1, 1.58, null, '0249 Northport Plaza', 'North Perth', 'Ontario', 'Canada', '698-650-3736', 4.25, 43.7251, -80.96723); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (973, 'Funk, Graham and Willms', 1.58, 2.41, 1.8, null, '7 Hanson Parkway', 'Ottawa', 'Ontario', 'Canada', '208-798-3865', 4.48, 45.4518103, -75.738755); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (974, 'Ziemann LLC', 1.18, 2.07, 1.99, null, '15 Stephen Drive', 'Niagara Falls', 'Ontario', 'Canada', '734-528-3779', 4.11, 43.1315785, -79.1040432); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (975, 'Frami, McGlynn and Mosciski', 1.64, 2.1, 1.41, null, '0985 Del Mar Circle', 'L''Île-Perrot', 'Québec', 'Canada', '594-383-4397', 4.8, 45.4235609, -73.9319061); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (976, 'Mohr-Kuhic', 1.12, 2.94, 1.29, null, '6532 Iowa Park', 'Iqaluit', 'Nunavut', 'Canada', '632-809-4472', 3.63, 63.75059, -68.51449); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (977, 'Kessler-Bosco', 1.96, 2.99, 1.11, null, '57356 Schmedeman Circle', 'Labrador City', 'Newfoundland and Labrador', 'Canada', '764-321-5790', 3.89, 52.9369158, -66.9238331); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (978, 'Hahn, Hagenes and Considine', 1.17, 2.4, 1.41, null, '6590 Kinsman Crossing', 'Senneterre', 'Québec', 'Canada', '783-155-0039', 3.22, 48.39302, -77.23951); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (979, 'Block, Howe and Sauer', 1.2, 2.81, 1.26, null, '5884 Gulseth Junction', 'Ashcroft', 'British Columbia', 'Canada', '586-443-0387', 4.24, 50.72372, -121.28207); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (980, 'Conn-Beer', 1.9, 2.33, 1.85, null, '62820 Northridge Circle', 'Kimberley', 'British Columbia', 'Canada', '566-185-8061', 4.35, 49.6885534, -115.9220734); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (981, 'Koepp, Senger and Reichert', 1.64, 2.21, 1.71, null, '5279 Dapin Alley', 'Lewisporte', 'Newfoundland and Labrador', 'Canada', '770-166-2556', 4.29, 49.24993, -55.04816); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (982, 'Cassin, Schumm and Mayer', 1.0, 2.21, 1.33, null, '93 Brentwood Street', 'Golden', 'British Columbia', 'Canada', '883-609-7031', 4.29, 51.29995, -116.9689); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (983, 'Bartoletti LLC', 1.52, 2.07, 1.25, null, '76 Aberg Alley', 'Two Hills', 'Alberta', 'Canada', '790-821-6919', 3.32, 53.7131425, -111.743338); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (984, 'Green, Pouros and Littel', 1.66, 2.12, 1.41, null, '2908 American Ash Drive', 'La Tuque', 'Québec', 'Canada', '978-316-2669', 4.12, 47.4175416, -72.7840882); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (985, 'Sawayn, Wisozk and Will', 1.99, 2.79, 1.89, null, '0326 Park Meadow Pass', 'Lumsden', 'Saskatchewan', 'Canada', '887-752-7729', 4.32, 50.65009, -104.86783); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (986, 'Lockman-Hettinger', 1.12, 2.11, 1.31, null, '777 Chive Alley', 'Gjoa Haven', 'Nunavut', 'Canada', '273-375-0617', 4.98, 68.62602, -95.87836); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (987, 'Altenwerth, Swift and Konopelski', 1.04, 2.13, 1.3, null, '14 Gulseth Plaza', 'Warwick', 'Québec', 'Canada', '720-461-0041', 4.07, 46.0382659, -72.0118164); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (988, 'Rowe and Sons', 1.9, 2.14, 1.8, null, '59 Utah Crossing', 'Magrath', 'Alberta', 'Canada', '542-413-1652', 3.29, 49.41668, -112.86856); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (989, 'Gleichner-Barton', 1.97, 2.7, 1.02, null, '55945 Harbort Place', 'Oromocto', 'New Brunswick', 'Canada', '241-424-5218', 4.02, 45.8486646, -66.4812859); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (990, 'Johnston Inc', 1.9, 2.64, 1.59, null, '8 Fallview Court', 'Calmar', 'Alberta', 'Canada', '158-410-7471', 4.78, 53.26683, -113.81874); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (991, 'Little, Marvin and Marquardt', 1.38, 2.11, 1.42, null, '79 Bonner Center', 'Belfast', 'Prince Edward Island', 'Canada', '906-218-3292', 3.0, 46.08341, -62.88197); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (992, 'Carter, Lebsack and Douglas', 1.04, 2.82, 1.99, null, '171 Pennsylvania Avenue', 'Banff', 'Alberta', 'Canada', '753-514-8344', 4.07, 51.1845319, -115.572212); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (993, 'Bednar Inc', 1.11, 2.37, 1.81, null, '808 Aberg Crossing', 'Montague', 'Prince Edward Island', 'Canada', '152-180-7468', 4.31, 46.1650664, -62.6480207); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (994, 'Ebert-Maggio', 1.58, 2.4, 1.43, null, '6 Dwight Center', 'Lamont', 'Alberta', 'Canada', '402-883-0618', 4.66, 53.76686, -112.80195); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (995, 'Koelpin-Vandervort', 1.32, 2.33, 1.5, null, '95 Memorial Terrace', 'Sainte-Marthe-sur-le-Lac', 'Québec', 'Canada', '756-253-6634', 4.99, 45.4574274, -73.9157063); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (996, 'Reilly, Fahey and Lind', 1.76, 2.86, 1.82, null, '44 Messerschmidt Parkway', 'North Vancouver', 'British Columbia', 'Canada', '438-459-2897', 4.42, 49.2826578, -123.118728); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (997, 'Kovacek-Cartwright', 1.5, 2.76, 1.55, null, '27084 Stephen Terrace', 'Kirkland', 'Québec', 'Canada', '471-713-9557', 3.59, 45.448409, -73.858939); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (998, 'O''Reilly-Connelly', 1.84, 2.14, 1.6, null, '32 Merchant Court', 'Fairview', 'Alberta', 'Canada', '910-130-5849', 3.56, 56.06675, -118.38606); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (999, 'Heathcote-Skiles', 1.22, 2.33, 1.63, null, '74 8th Terrace', 'Pilot Butte', 'Saskatchewan', 'Canada', '733-220-3028', 4.65, 50.46678, -104.41778); +insert into gas_stations (id, title, reguler, premium , deisel , payment_method, street, city, state, country, phone, rating, lat, long) values (1000, 'Renner, Hirthe and Macejkovic', 1.71, 2.31, 1.44, null, '44 Maywood Court', 'Swan Hills', 'Alberta', 'Canada', '462-222-2335', 3.1, 54.71681, -115.40226); diff --git a/express-back-end/src/db/seeds/gas_prices.sql b/express-back-end/src/db/seeds/gas_prices.sql new file mode 100644 index 0000000000..c7001021e2 --- /dev/null +++ b/express-back-end/src/db/seeds/gas_prices.sql @@ -0,0 +1,1911 @@ +DROP TABLE IF EXISTS gas_prices; +CREATE TABLE gas_prices( + id SERIAL NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,regular_price NUMERIC(4,2) NOT NULL + ,premium_price NUMERIC(4,2) NOT NULL + ,diesel_price NUMERIC(4,2) NOT NULL +); + +-- Adding foreign key constraint +ALTER TABLE gas_prices +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); + + + +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1,1,1.09,2.31,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (2,2,1.54,1.74,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (3,3,1.24,2.56,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (4,4,1.39,2.13,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (5,5,1.34,1.79,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (6,6,1.74,2.04,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (7,7,1.66,2,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (8,8,1.61,1.97,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (9,9,1.49,2.48,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (10,10,1.74,1.8,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (11,11,1.5,2,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (12,12,1.36,2.64,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (13,13,1.37,1.72,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (14,14,1.18,2.07,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (15,15,1.69,2.66,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (16,16,1.4,2.09,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (17,17,1.22,1.86,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (18,18,1.36,2.43,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (19,19,1.84,1.75,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (20,20,1.29,1.74,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (21,21,1.27,1.85,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (22,22,1.73,1.88,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (23,23,1.78,2.44,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (24,24,1.32,1.89,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (25,25,1.35,2.38,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (26,26,1.73,2.53,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (27,27,1.3,1.72,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (28,28,1.79,1.74,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (29,29,1.48,2.12,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (30,30,1.79,2.54,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (31,31,1.47,2.63,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (32,32,1.48,2.03,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (33,33,1.37,2.53,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (34,34,1.7,2.39,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (35,35,1.16,2.19,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (36,36,1.52,2.2,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (37,37,1.24,2.44,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (38,38,1.76,1.84,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (39,39,1.7,2.31,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (40,40,1.51,2.31,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (41,41,1.78,2.39,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (42,42,1.46,2.18,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (43,43,1.86,2.43,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (44,44,1.79,2.47,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (45,45,1.6,2.16,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (46,46,1.33,2.49,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (47,47,1.55,2.11,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (48,48,1.81,1.75,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (49,49,1.46,2.66,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (50,50,1.12,2.48,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (51,51,1.14,2.51,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (52,52,1.09,1.91,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (53,53,1.29,2.08,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (54,54,1.81,2.48,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (55,55,1.44,2.64,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (56,56,1.85,1.97,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (57,57,1.23,2.41,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (58,58,1.34,1.8,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (59,59,1.21,2.27,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (60,60,1.32,1.85,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (61,61,1.16,1.75,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (62,62,1.57,1.71,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (63,63,1.27,2.36,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (64,64,1.79,2,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (65,65,1.37,2.37,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (66,66,1.65,1.84,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (67,67,1.48,1.88,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (68,68,1.36,2,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (69,69,1.42,2.59,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (70,70,1.85,2.4,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (71,71,1.73,1.94,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (72,72,1.19,1.9,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (73,73,1.75,2.1,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (74,74,1.39,1.92,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (75,75,1.57,2.44,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (76,76,1.55,2.5,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (77,77,1.83,2.15,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (78,78,1.53,2.31,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (79,79,1.25,2.56,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (80,80,1.42,2.55,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (81,81,1.45,2.09,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (82,82,1.83,2.64,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (83,83,1.29,2.36,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (84,84,1.23,2.17,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (85,85,1.61,2.67,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (86,86,1.16,2.36,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (87,87,1.38,2.31,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (88,88,1.56,2.2,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (89,89,1.71,2,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (90,90,1.12,1.81,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (91,91,1.14,1.99,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (92,92,1.73,1.83,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (93,93,1.26,2.64,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (94,94,1.27,2,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (95,95,1.44,2.21,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (96,96,1.7,2.64,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (97,97,1.26,2.01,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (98,98,1.22,2.06,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (99,99,1.3,1.89,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (100,100,1.25,2.14,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (101,101,1.5,1.7,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (102,102,1.46,1.74,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (103,103,1.85,1.69,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (104,104,1.77,1.87,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (105,105,1.33,2.27,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (106,106,1.25,1.75,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (107,107,1.18,2.46,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (108,108,1.12,2.23,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (109,109,1.51,2.61,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (110,110,1.64,1.74,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (111,111,1.43,2.54,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (112,112,1.45,2.41,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (113,113,1.68,2.41,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (114,114,1.61,2.19,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (115,115,1.58,1.96,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (116,116,1.72,2.04,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (117,117,1.23,2.48,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (118,118,1.62,2.42,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (119,119,1.12,2.37,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (120,120,1.5,2.27,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (121,121,1.24,2.61,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (122,122,1.09,2.28,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (123,123,1.55,2.45,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (124,124,1.21,2.48,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (125,125,1.68,1.7,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (126,126,1.67,2.55,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (127,127,1.83,2.38,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (128,128,1.73,2.06,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (129,129,1.5,2.03,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (130,130,1.38,2.24,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (131,131,1.42,2.06,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (132,132,1.13,2.29,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (133,133,1.42,1.68,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (134,134,1.29,2.49,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (135,135,1.43,1.72,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (136,136,1.21,1.93,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (137,137,1.16,1.77,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (138,138,1.17,1.73,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (139,139,1.5,1.89,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (140,140,1.36,2.51,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (141,141,1.65,2.41,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (142,142,1.13,1.73,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (143,143,1.49,2.59,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (144,144,1.22,1.78,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (145,145,1.2,2.49,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (146,146,1.28,2.06,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (147,147,1.58,1.87,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (148,148,1.34,1.8,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (149,149,1.76,1.77,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (150,150,1.29,1.88,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (151,151,1.84,2.54,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (152,152,1.48,1.8,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (153,153,1.45,1.89,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (154,154,1.11,1.73,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (155,155,1.71,2.31,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (156,156,1.35,1.75,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (157,157,1.69,1.71,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (158,158,1.7,2.64,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (159,159,1.29,2.54,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (160,160,1.26,2.03,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (161,161,1.52,1.91,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (162,162,1.13,1.71,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (163,163,1.48,1.74,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (164,164,1.65,2.02,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (165,165,1.59,2.15,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (166,166,1.33,2.29,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (167,167,1.86,2.41,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (168,168,1.25,2.3,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (169,169,1.31,2.51,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (170,170,1.09,2.59,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (171,171,1.46,2,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (172,172,1.61,1.86,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (173,173,1.38,2.41,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (174,174,1.34,2.29,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (175,175,1.4,2.29,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (176,176,1.63,2.36,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (177,177,1.46,1.79,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (178,178,1.75,2.37,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (179,179,1.11,2.46,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (180,180,1.35,2.09,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (181,181,1.65,2.53,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (182,182,1.47,1.98,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (183,183,1.32,1.81,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (184,184,1.16,1.99,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (185,185,1.19,1.85,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (186,186,1.76,2.21,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (187,187,1.11,2.17,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (188,188,1.41,2.42,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (189,189,1.09,1.95,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (190,190,1.57,2.56,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (191,191,1.45,1.96,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (192,192,1.56,1.87,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (193,193,1.3,2.29,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (194,194,1.22,1.87,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (195,195,1.78,2.4,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (196,196,1.37,2.29,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (197,197,1.26,2.67,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (198,198,1.15,1.92,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (199,199,1.13,2.59,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (200,200,1.42,1.95,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (201,201,1.19,1.97,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (202,202,1.28,1.78,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (203,203,1.73,2.56,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (204,204,1.59,1.92,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (205,205,1.3,1.76,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (206,206,1.6,1.9,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (207,207,1.76,2.11,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (208,208,1.41,2.09,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (209,209,1.22,1.97,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (210,210,1.24,2.07,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (211,211,1.82,2.15,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (212,212,1.41,1.92,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (213,213,1.7,2.24,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (214,214,1.36,2.58,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (215,215,1.21,2.48,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (216,216,1.34,2.63,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (217,217,1.36,1.95,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (218,218,1.48,1.74,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (219,219,1.15,1.7,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (220,220,1.16,2.17,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (221,221,1.73,2.37,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (222,222,1.39,2.18,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (223,223,1.52,2.43,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (224,224,1.58,1.89,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (225,225,1.35,2.08,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (226,226,1.52,2.1,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (227,227,1.54,2.21,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (228,228,1.37,1.95,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (229,229,1.62,1.94,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (230,230,1.61,2.22,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (231,231,1.6,2.08,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (232,232,1.3,1.86,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (233,233,1.42,1.71,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (234,234,1.84,2.4,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (235,235,1.66,2.22,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (236,236,1.86,1.85,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (237,237,1.81,1.93,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (238,238,1.29,2.45,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (239,239,1.5,1.69,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (240,240,1.75,2.59,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (241,241,1.12,1.88,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (242,242,1.3,2.43,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (243,243,1.18,2.48,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (244,244,1.64,2.32,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (245,245,1.36,1.99,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (246,246,1.2,2.17,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (247,247,1.62,2.64,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (248,248,1.79,1.79,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (249,249,1.6,2.16,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (250,250,1.84,2.57,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (251,251,1.21,1.79,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (252,252,1.18,2.62,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (253,253,1.63,2.38,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (254,254,1.23,2.64,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (255,255,1.14,2.36,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (256,256,1.7,2.61,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (257,257,1.53,1.95,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (258,258,1.83,2.55,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (259,259,1.67,2.23,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (260,260,1.48,1.95,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (261,261,1.11,2.5,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (262,262,1.86,2.07,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (263,263,1.69,1.83,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (264,264,1.51,1.76,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (265,265,1.47,1.92,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (266,266,1.69,1.84,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (267,267,1.79,1.92,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (268,268,1.7,2.57,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (269,269,1.21,2.6,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (270,270,1.21,2.04,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (271,271,1.36,2.62,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (272,272,1.25,2.48,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (273,273,1.6,2.35,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (274,274,1.66,2.55,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (275,275,1.57,2.6,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (276,276,1.16,1.97,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (277,277,1.49,2.61,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (278,278,1.36,2.11,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (279,279,1.67,1.79,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (280,280,1.12,1.92,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (281,281,1.38,2.04,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (282,282,1.33,2.67,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (283,283,1.82,2.31,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (284,284,1.16,1.91,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (285,285,1.86,2.46,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (286,286,1.4,2.54,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (287,287,1.54,2.32,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (288,288,1.83,2.58,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (289,289,1.65,1.73,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (290,290,1.43,2.56,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (291,291,1.62,1.98,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (292,292,1.32,2.01,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (293,293,1.6,1.87,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (294,294,1.11,2.11,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (295,295,1.86,2.65,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (296,296,1.74,2.09,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (297,297,1.23,2.18,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (298,298,1.57,2.06,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (299,299,1.68,2.61,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (300,300,1.64,2.26,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (301,301,1.31,2.31,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (302,302,1.18,1.85,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (303,303,1.19,1.84,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (304,304,1.11,2.17,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (305,305,1.18,2.54,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (306,306,1.19,1.92,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (307,307,1.76,2.24,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (308,308,1.53,2.3,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (309,309,1.21,1.83,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (310,310,1.36,2.57,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (311,311,1.82,2.09,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (312,312,1.28,1.73,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (313,313,1.83,2.01,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (314,314,1.43,2.63,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (315,315,1.34,1.79,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (316,316,1.1,2.47,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (317,317,1.65,2.44,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (318,318,1.39,2.28,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (319,319,1.67,2.47,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (320,320,1.71,2.56,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (321,321,1.18,1.8,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (322,322,1.29,1.77,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (323,323,1.77,2.08,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (324,324,1.42,2.29,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (325,325,1.45,2.22,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (326,326,1.84,1.99,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (327,327,1.84,2.05,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (328,328,1.15,1.91,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (329,329,1.42,2.55,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (330,330,1.38,1.95,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (331,331,1.48,1.97,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (332,332,1.54,2.53,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (333,333,1.83,2.65,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (334,334,1.4,2.08,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (335,335,1.14,2.11,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (336,336,1.37,2.06,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (337,337,1.13,2.23,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (338,338,1.56,2.09,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (339,339,1.51,2.52,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (340,340,1.12,2.44,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (341,341,1.1,2.39,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (342,342,1.55,2.25,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (343,343,1.5,2.67,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (344,344,1.13,2.4,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (345,345,1.47,2.39,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (346,346,1.82,2.45,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (347,347,1.59,2.01,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (348,348,1.23,2.68,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (349,349,1.85,2.36,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (350,350,1.65,1.7,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (351,351,1.27,2.55,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (352,352,1.25,2.21,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (353,353,1.83,2.52,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (354,354,1.11,2.36,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (355,355,1.38,2.01,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (356,356,1.66,1.85,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (357,357,1.76,1.85,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (358,358,1.5,2.43,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (359,359,1.39,1.82,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (360,360,1.66,1.92,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (361,361,1.32,1.84,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (362,362,1.5,2.29,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (363,363,1.34,2.18,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (364,364,1.76,2.47,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (365,365,1.76,2.22,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (366,366,1.36,2.35,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (367,367,1.3,2.03,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (368,368,1.37,2.07,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (369,369,1.61,1.84,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (370,370,1.21,2.61,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (371,371,1.79,2.02,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (372,372,1.22,1.92,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (373,373,1.84,1.98,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (374,374,1.25,2.56,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (375,375,1.8,1.91,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (376,376,1.86,2.02,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (377,377,1.84,2.66,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (378,378,1.42,2.29,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (379,379,1.76,2.57,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (380,380,1.76,2.45,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (381,381,1.74,2.68,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (382,382,1.43,1.92,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (383,383,1.43,2.38,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (384,384,1.82,2.16,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (385,385,1.58,2.35,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (386,386,1.15,1.8,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (387,387,1.32,1.99,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (388,388,1.81,2.64,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (389,389,1.57,2.59,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (390,390,1.22,1.7,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (391,391,1.59,2.64,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (392,392,1.73,2.63,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (393,393,1.29,1.73,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (394,394,1.73,1.88,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (395,395,1.85,2.5,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (396,396,1.45,2.16,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (397,397,1.5,2.07,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (398,398,1.67,2.27,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (399,399,1.32,2.61,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (400,400,1.15,2.42,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (401,401,1.57,1.93,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (402,402,1.51,1.88,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (403,403,1.58,2.45,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (404,404,1.51,2.53,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (405,405,1.41,1.88,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (406,406,1.2,2.44,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (407,407,1.22,2.04,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (408,408,1.09,1.87,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (409,409,1.08,2.05,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (410,410,1.14,2.51,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (411,411,1.16,1.79,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (412,412,1.81,2.29,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (413,413,1.64,2.62,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (414,414,1.08,2.55,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (415,415,1.52,1.7,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (416,416,1.17,2.46,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (417,417,1.3,2.54,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (418,418,1.45,2.48,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (419,419,1.7,1.88,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (420,420,1.42,2.2,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (421,421,1.59,2.28,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (422,422,1.26,1.78,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (423,423,1.35,2.19,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (424,424,1.85,1.77,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (425,425,1.22,1.72,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (426,426,1.84,2.2,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (427,427,1.7,2.06,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (428,428,1.64,2.13,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (429,429,1.55,2.07,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (430,430,1.63,2.51,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (431,431,1.36,1.98,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (432,432,1.75,1.69,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (433,433,1.56,2.37,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (434,434,1.46,2.4,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (435,435,1.29,1.86,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (436,436,1.3,1.91,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (437,437,1.29,2.04,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (438,438,1.32,2.01,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (439,439,1.15,2.41,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (440,440,1.08,2.68,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (441,441,1.13,2.16,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (442,442,1.29,1.82,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (443,443,1.36,2.27,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (444,444,1.16,2.57,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (445,445,1.62,1.81,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (446,446,1.31,2.5,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (447,447,1.16,2.49,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (448,448,1.81,2.17,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (449,449,1.55,1.73,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (450,450,1.73,2.67,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (451,451,1.61,2.01,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (452,452,1.45,2.49,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (453,453,1.15,2.51,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (454,454,1.17,2.42,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (455,455,1.84,2.41,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (456,456,1.79,1.86,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (457,457,1.37,2.2,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (458,458,1.74,2.54,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (459,459,1.56,2.17,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (460,460,1.55,1.72,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (461,461,1.81,1.91,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (462,462,1.25,2.09,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (463,463,1.3,2.53,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (464,464,1.6,1.94,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (465,465,1.44,2.26,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (466,466,1.68,2.08,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (467,467,1.77,2.23,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (468,468,1.74,1.97,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (469,469,1.14,2.68,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (470,470,1.52,2.58,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (471,471,1.14,2.2,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (472,472,1.52,2.12,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (473,473,1.68,2.15,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (474,474,1.19,2.47,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (475,475,1.62,1.87,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (476,476,1.6,1.91,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (477,477,1.73,2.44,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (478,478,1.55,2.64,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (479,479,1.79,2.63,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (480,480,1.71,2.45,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (481,481,1.68,1.72,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (482,482,1.12,2,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (483,483,1.75,2.28,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (484,484,1.41,1.81,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (485,485,1.15,2.23,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (486,486,1.18,2,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (487,487,1.54,1.81,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (488,488,1.77,2.57,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (489,489,1.23,2.13,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (490,490,1.39,2.49,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (491,491,1.5,2.33,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (492,492,1.54,2.09,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (493,493,1.17,2.31,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (494,494,1.22,2.67,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (495,495,1.23,1.96,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (496,496,1.59,1.71,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (497,497,1.78,1.85,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (498,498,1.79,2.36,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (499,499,1.77,2.26,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (500,500,1.73,2.11,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (501,501,1.16,1.72,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (502,502,1.8,1.98,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (503,503,1.77,2.1,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (504,504,1.77,2.44,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (505,505,1.34,2.57,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (506,506,1.55,2.17,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (507,507,1.25,1.94,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (508,508,1.4,1.97,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (509,509,1.63,2.38,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (510,510,1.75,1.69,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (511,511,1.75,2.53,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (512,512,1.66,2.61,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (513,513,1.84,2.17,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (514,514,1.35,2.67,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (515,515,1.36,1.78,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (516,516,1.81,2.63,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (517,517,1.54,2.21,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (518,518,1.09,2.18,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (519,519,1.74,2.67,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (520,520,1.31,1.77,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (521,521,1.44,2.13,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (522,522,1.41,2.65,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (523,523,1.35,2.35,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (524,524,1.43,2.27,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (525,525,1.5,2.37,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (526,526,1.34,2.25,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (527,527,1.75,2.6,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (528,528,1.44,1.9,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (529,529,1.72,2.1,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (530,530,1.3,2.28,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (531,531,1.56,2.54,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (532,532,1.12,1.8,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (533,533,1.1,2.4,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (534,534,1.49,2.3,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (535,535,1.27,2.58,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (536,536,1.54,2.05,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (537,537,1.78,2.57,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (538,538,1.62,2.33,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (539,539,1.64,2.14,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (540,540,1.22,2.46,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (541,541,1.2,1.81,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (542,542,1.35,2.25,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (543,543,1.84,2.29,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (544,544,1.39,2.51,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (545,545,1.44,2.01,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (546,546,1.37,2.14,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (547,547,1.8,1.68,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (548,548,1.35,2.59,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (549,549,1.78,2.68,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (550,550,1.76,2.4,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (551,551,1.7,1.68,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (552,552,1.86,2.09,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (553,553,1.15,2.36,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (554,554,1.3,2.21,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (555,555,1.55,1.86,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (556,556,1.4,2.16,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (557,557,1.79,1.78,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (558,558,1.34,2.02,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (559,559,1.19,2.15,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (560,560,1.48,1.68,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (561,561,1.49,2.16,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (562,562,1.14,1.97,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (563,563,1.35,1.99,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (564,564,1.37,1.84,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (565,565,1.66,2.4,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (566,566,1.53,2.31,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (567,567,1.43,2.42,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (568,568,1.13,1.88,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (569,569,1.49,2.36,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (570,570,1.78,2.53,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (571,571,1.58,1.9,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (572,572,1.48,2.56,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (573,573,1.62,2.57,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (574,574,1.55,2.14,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (575,575,1.43,2.55,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (576,576,1.14,1.71,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (577,577,1.44,1.9,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (578,578,1.42,1.71,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (579,579,1.39,1.71,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (580,580,1.44,1.75,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (581,581,1.53,2.33,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (582,582,1.31,2.35,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (583,583,1.23,2.52,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (584,584,1.42,2.47,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (585,585,1.77,1.86,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (586,586,1.84,2.14,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (587,587,1.12,2.22,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (588,588,1.81,2.61,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (589,589,1.59,2.35,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (590,590,1.53,2.5,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (591,591,1.79,2.14,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (592,592,1.19,2.08,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (593,593,1.76,2.39,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (594,594,1.55,2.51,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (595,595,1.81,2.66,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (596,596,1.37,2.24,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (597,597,1.15,2.03,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (598,598,1.11,2.43,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (599,599,1.59,2.41,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (600,600,1.71,2.29,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (601,601,1.8,2.31,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (602,602,1.49,2.24,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (603,603,1.45,2.11,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (604,604,1.76,1.89,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (605,605,1.44,2.65,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (606,606,1.6,2.25,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (607,607,1.46,2.23,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (608,608,1.18,2.15,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (609,609,1.33,1.74,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (610,610,1.17,2.67,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (611,611,1.8,1.86,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (612,612,1.24,1.8,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (613,613,1.16,2.21,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (614,614,1.46,1.98,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (615,615,1.73,2.61,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (616,616,1.85,2.21,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (617,617,1.36,2.29,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (618,618,1.83,2.14,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (619,619,1.85,2.39,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (620,620,1.4,2.67,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (621,621,1.66,2.46,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (622,622,1.11,2.42,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (623,623,1.37,1.83,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (624,624,1.14,1.97,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (625,625,1.29,2.45,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (626,626,1.78,2.27,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (627,627,1.28,2.39,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (628,628,1.44,1.92,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (629,629,1.69,2.03,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (630,630,1.65,1.85,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (631,631,1.78,2.1,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (632,632,1.15,1.86,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (633,633,1.5,1.75,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (634,634,1.11,1.81,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (635,635,1.5,2.27,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (636,636,1.52,2.14,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (637,637,1.56,1.73,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (638,638,1.65,2,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (639,639,1.28,1.71,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (640,640,1.68,2.16,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (641,641,1.8,1.81,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (642,642,1.34,1.74,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (643,643,1.58,1.76,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (644,644,1.32,2.33,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (645,645,1.65,2.03,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (646,646,1.79,1.8,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (647,647,1.37,2.07,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (648,648,1.72,1.74,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (649,649,1.72,2.27,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (650,650,1.49,2.35,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (651,651,1.7,1.72,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (652,652,1.22,2.67,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (653,653,1.55,2.58,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (654,654,1.26,1.78,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (655,655,1.32,1.69,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (656,656,1.16,2.12,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (657,657,1.26,1.8,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (658,658,1.53,2.29,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (659,659,1.83,2.07,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (660,660,1.28,2.51,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (661,661,1.72,2.16,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (662,662,1.42,2.51,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (663,663,1.54,2.41,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (664,664,1.45,2.19,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (665,665,1.27,2.59,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (666,666,1.85,2.19,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (667,667,1.48,2.22,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (668,668,1.85,1.82,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (669,669,1.79,1.72,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (670,670,1.4,2.63,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (671,671,1.37,2.39,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (672,672,1.48,2.14,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (673,673,1.3,1.69,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (674,674,1.16,1.75,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (675,675,1.09,1.93,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (676,676,1.7,2.6,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (677,677,1.5,2.06,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (678,678,1.12,1.93,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (679,679,1.75,2,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (680,680,1.85,1.8,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (681,681,1.24,2.66,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (682,682,1.54,1.69,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (683,683,1.61,2.4,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (684,684,1.21,1.93,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (685,685,1.13,2.31,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (686,686,1.21,2.56,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (687,687,1.23,2.68,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (688,688,1.24,2.41,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (689,689,1.57,1.75,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (690,690,1.17,1.9,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (691,691,1.67,2.3,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (692,692,1.23,2.49,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (693,693,1.16,2,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (694,694,1.65,2.64,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (695,695,1.42,2.23,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (696,696,1.19,1.8,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (697,697,1.56,2.68,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (698,698,1.19,1.87,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (699,699,1.54,2.62,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (700,700,1.8,1.88,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (701,701,1.61,2.32,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (702,702,1.18,1.95,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (703,703,1.68,2.38,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (704,704,1.41,1.79,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (705,705,1.53,1.73,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (706,706,1.78,2.32,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (707,707,1.22,2.28,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (708,708,1.8,1.86,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (709,709,1.11,2.03,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (710,710,1.31,2.19,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (711,711,1.83,2.4,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (712,712,1.26,1.73,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (713,713,1.32,2.67,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (714,714,1.44,2.6,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (715,715,1.18,2.29,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (716,716,1.53,1.91,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (717,717,1.57,2.59,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (718,718,1.15,2.61,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (719,719,1.28,1.99,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (720,720,1.24,1.95,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (721,721,1.23,1.75,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (722,722,1.32,2.48,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (723,723,1.6,1.77,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (724,724,1.57,2.28,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (725,725,1.56,2.07,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (726,726,1.35,2.25,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (727,727,1.19,2.49,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (728,728,1.29,2.37,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (729,729,1.64,1.94,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (730,730,1.45,2.63,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (731,731,1.15,2.38,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (732,732,1.64,1.81,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (733,733,1.41,1.87,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (734,734,1.18,1.72,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (735,735,1.63,2.46,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (736,736,1.36,1.98,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (737,737,1.4,2.31,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (738,738,1.37,2.62,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (739,739,1.64,2.44,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (740,740,1.34,1.89,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (741,741,1.17,2.67,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (742,742,1.37,2.36,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (743,743,1.42,2.14,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (744,744,1.1,2.63,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (745,745,1.61,1.8,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (746,746,1.52,1.96,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (747,747,1.68,1.9,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (748,748,1.41,1.96,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (749,749,1.36,1.75,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (750,750,1.59,2.04,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (751,751,1.48,1.78,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (752,752,1.25,1.83,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (753,753,1.23,2.61,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (754,754,1.5,2.09,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (755,755,1.81,2.11,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (756,756,1.31,2.54,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (757,757,1.76,2.26,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (758,758,1.19,1.95,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (759,759,1.46,1.76,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (760,760,1.24,1.82,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (761,761,1.14,1.89,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (762,762,1.57,2.65,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (763,763,1.66,1.89,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (764,764,1.7,2.33,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (765,765,1.77,2.46,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (766,766,1.8,2.25,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (767,767,1.75,2.08,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (768,768,1.24,1.79,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (769,769,1.43,1.89,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (770,770,1.51,1.68,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (771,771,1.54,2.67,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (772,772,1.34,2.21,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (773,773,1.13,2.38,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (774,774,1.21,1.72,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (775,775,1.61,2.37,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (776,776,1.83,1.75,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (777,777,1.67,1.7,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (778,778,1.23,1.8,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (779,779,1.8,2.65,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (780,780,1.52,2.14,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (781,781,1.3,1.75,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (782,782,1.23,2.05,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (783,783,1.17,2.45,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (784,784,1.71,2.33,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (785,785,1.54,2.18,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (786,786,1.29,2.6,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (787,787,1.27,1.86,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (788,788,1.72,2.65,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (789,789,1.56,2.04,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (790,790,1.62,1.85,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (791,791,1.22,2.66,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (792,792,1.5,2.06,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (793,793,1.82,2.18,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (794,794,1.25,2.23,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (795,795,1.15,1.72,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (796,796,1.48,2.45,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (797,797,1.26,2.54,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (798,798,1.86,2.02,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (799,799,1.68,1.7,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (800,800,1.57,2.04,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (801,801,1.63,2.55,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (802,802,1.09,2.65,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (803,803,1.09,1.86,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (804,804,1.6,1.95,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (805,805,1.08,1.91,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (806,806,1.52,2.49,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (807,807,1.72,2.51,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (808,808,1.62,2.02,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (809,809,1.47,2.4,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (810,810,1.5,1.87,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (811,811,1.67,2.11,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (812,812,1.12,2.48,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (813,813,1.17,2.08,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (814,814,1.84,2.38,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (815,815,1.44,2.4,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (816,816,1.36,2.41,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (817,817,1.13,1.86,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (818,818,1.68,2.6,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (819,819,1.44,2.18,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (820,820,1.83,2.36,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (821,821,1.33,2.09,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (822,822,1.32,2.59,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (823,823,1.4,2.11,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (824,824,1.59,2.55,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (825,825,1.42,2.12,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (826,826,1.51,2.26,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (827,827,1.28,2.47,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (828,828,1.42,2.22,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (829,829,1.2,1.9,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (830,830,1.46,2.31,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (831,831,1.71,2.07,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (832,832,1.13,1.8,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (833,833,1.27,1.7,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (834,834,1.8,2.18,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (835,835,1.3,1.81,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (836,836,1.73,1.84,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (837,837,1.16,2.57,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (838,838,1.67,2.51,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (839,839,1.34,1.78,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (840,840,1.4,1.95,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (841,841,1.34,2.57,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (842,842,1.75,2.46,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (843,843,1.18,2.14,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (844,844,1.57,2.35,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (845,845,1.11,1.75,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (846,846,1.73,2.45,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (847,847,1.76,2.55,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (848,848,1.21,2.22,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (849,849,1.46,2.17,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (850,850,1.82,2.07,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (851,851,1.47,2.46,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (852,852,1.2,2.11,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (853,853,1.74,2.3,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (854,854,1.17,2.38,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (855,855,1.76,1.68,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (856,856,1.59,1.98,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (857,857,1.09,2.23,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (858,858,1.28,2.5,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (859,859,1.28,2.57,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (860,860,1.68,2.34,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (861,861,1.36,2.64,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (862,862,1.46,2.12,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (863,863,1.32,2.14,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (864,864,1.15,2.42,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (865,865,1.09,1.79,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (866,866,1.37,2.61,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (867,867,1.79,2.11,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (868,868,1.76,2,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (869,869,1.4,1.81,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (870,870,1.22,1.95,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (871,871,1.58,2.05,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (872,872,1.8,2.31,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (873,873,1.37,1.99,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (874,874,1.33,1.84,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (875,875,1.59,2.28,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (876,876,1.25,2.59,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (877,877,1.72,2.23,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (878,878,1.24,2.41,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (879,879,1.47,2.02,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (880,880,1.1,1.91,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (881,881,1.73,2.51,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (882,882,1.4,1.85,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (883,883,1.65,2,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (884,884,1.43,1.71,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (885,885,1.26,1.98,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (886,886,1.48,2.59,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (887,887,1.33,2.07,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (888,888,1.18,1.85,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (889,889,1.23,1.68,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (890,890,1.18,2.55,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (891,891,1.17,2.49,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (892,892,1.26,1.98,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (893,893,1.29,2.59,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (894,894,1.25,2.52,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (895,895,1.83,1.88,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (896,896,1.58,2.24,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (897,897,1.21,2.35,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (898,898,1.22,2.47,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (899,899,1.24,2.39,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (900,900,1.74,2.17,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (901,901,1.65,1.81,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (902,902,1.31,2.38,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (903,903,1.63,2.38,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (904,904,1.42,2.03,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (905,905,1.79,1.8,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (906,906,1.75,2.47,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (907,907,1.61,2.02,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (908,908,1.16,2.4,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (909,909,1.44,2.04,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (910,910,1.16,1.92,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (911,911,1.65,2.01,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (912,912,1.53,1.88,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (913,913,1.64,2.06,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (914,914,1.31,1.96,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (915,915,1.82,2.28,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (916,916,1.08,1.88,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (917,917,1.18,2.67,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (918,918,1.77,1.97,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (919,919,1.2,2.67,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (920,920,1.35,2.51,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (921,921,1.18,1.72,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (922,922,1.41,2.67,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (923,923,1.48,1.82,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (924,924,1.52,2.59,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (925,925,1.35,1.89,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (926,926,1.82,2.16,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (927,927,1.66,1.92,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (928,928,1.46,2.25,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (929,929,1.3,2.61,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (930,930,1.75,2.01,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (931,931,1.73,1.79,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (932,932,1.8,1.96,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (933,933,1.62,1.7,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (934,934,1.34,2.34,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (935,935,1.81,2.52,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (936,936,1.51,2.34,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (937,937,1.82,2.53,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (938,938,1.86,2.2,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (939,939,1.19,2.3,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (940,940,1.19,2.54,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (941,941,1.15,2.13,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (942,942,1.6,2.2,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (943,943,1.49,2.22,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (944,944,1.47,1.75,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (945,945,1.69,2.51,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (946,946,1.53,2.4,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (947,947,1.42,2.42,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (948,948,1.1,2.35,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (949,949,1.18,2.53,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (950,950,1.71,1.96,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (951,951,1.16,1.88,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (952,952,1.6,1.78,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (953,953,1.23,1.82,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (954,954,1.19,1.86,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (955,955,1.79,1.98,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (956,956,1.6,2.27,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (957,957,1.47,1.86,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (958,958,1.19,1.94,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (959,959,1.14,1.94,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (960,960,1.37,1.74,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (961,961,1.09,1.74,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (962,962,1.38,2.29,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (963,963,1.12,1.77,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (964,964,1.8,2.35,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (965,965,1.42,2.02,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (966,966,1.13,2.52,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (967,967,1.31,2.63,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (968,968,1.16,2.2,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (969,969,1.5,1.87,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (970,970,1.56,2.1,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (971,971,1.44,2.43,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (972,972,1.45,1.93,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (973,973,1.45,1.88,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (974,974,1.31,2.2,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (975,975,1.37,2.37,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (976,976,1.37,2.16,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (977,977,1.16,2.38,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (978,978,1.37,2.23,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (979,979,1.24,2.65,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (980,980,1.43,1.8,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (981,981,1.66,2.1,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (982,982,1.71,1.7,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (983,983,1.66,2.32,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (984,984,1.4,2.47,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (985,985,1.72,2.09,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (986,986,1.22,2.29,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (987,987,1.09,2.58,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (988,988,1.56,2.19,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (989,989,1.84,1.89,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (990,990,1.16,2.54,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (991,991,1.2,1.92,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (992,992,1.17,2.62,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (993,993,1.51,2.59,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (994,994,1.54,2.17,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (995,995,1.67,1.72,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (996,996,1.85,2.62,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (997,997,1.74,1.77,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (998,998,1.58,2.05,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (999,999,1.73,2.4,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1000,1000,1.69,2.01,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1001,1001,1.83,2.01,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1002,1002,1.15,2.59,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1003,1003,1.35,2.37,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1004,1004,1.33,1.96,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1005,1005,1.27,1.79,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1006,1006,1.67,1.77,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1007,1007,1.59,2.34,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1008,1008,1.83,2.29,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1009,1009,1.51,1.9,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1010,1010,1.12,2.19,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1011,1011,1.21,1.84,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1012,1012,1.65,1.92,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1013,1013,1.47,2.67,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1014,1014,1.54,2.06,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1015,1015,1.5,2.41,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1016,1016,1.73,2.44,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1017,1017,1.56,1.92,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1018,1018,1.09,1.69,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1019,1019,1.08,2.41,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1020,1020,1.44,1.89,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1021,1021,1.75,1.81,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1022,1022,1.62,2.26,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1023,1023,1.24,1.83,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1024,1024,1.43,1.9,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1025,1025,1.42,2.56,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1026,1026,1.53,1.74,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1027,1027,1.34,1.9,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1028,1028,1.75,2.46,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1029,1029,1.11,2.39,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1030,1030,1.3,2.6,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1031,1031,1.41,2.31,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1032,1032,1.24,2.54,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1033,1033,1.73,2.54,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1034,1034,1.31,2.05,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1035,1035,1.8,2.37,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1036,1036,1.47,1.69,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1037,1037,1.81,2.44,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1038,1038,1.79,2.05,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1039,1039,1.66,1.71,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1040,1040,1.18,1.86,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1041,1041,1.15,1.69,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1042,1042,1.1,2.14,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1043,1043,1.44,2.39,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1044,1044,1.58,2.57,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1045,1045,1.46,1.77,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1046,1046,1.11,2.18,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1047,1047,1.1,1.86,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1048,1048,1.48,2.55,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1049,1049,1.26,2.13,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1050,1050,1.75,2.46,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1051,1051,1.09,1.91,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1052,1052,1.76,2.09,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1053,1053,1.19,2.65,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1054,1054,1.34,1.81,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1055,1055,1.13,2.39,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1056,1056,1.79,2.65,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1057,1057,1.68,1.85,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1058,1058,1.71,2.15,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1059,1059,1.15,2.66,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1060,1060,1.29,2.21,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1061,1061,1.82,2,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1062,1062,1.7,2.52,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1063,1063,1.85,2.4,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1064,1064,1.53,1.82,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1065,1065,1.3,1.91,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1066,1066,1.44,2.06,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1067,1067,1.63,2.61,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1068,1068,1.6,2.45,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1069,1069,1.37,2.08,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1070,1070,1.63,1.95,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1071,1071,1.66,2.37,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1072,1072,1.49,2.63,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1073,1073,1.1,2.36,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1074,1074,1.57,2.47,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1075,1075,1.52,1.93,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1076,1076,1.34,2.19,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1077,1077,1.15,2.18,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1078,1078,1.61,2.38,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1079,1079,1.1,2.2,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1080,1080,1.11,1.75,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1081,1081,1.36,2.11,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1082,1082,1.65,2.21,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1083,1083,1.46,2.61,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1084,1084,1.12,1.68,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1085,1085,1.22,2.38,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1086,1086,1.15,2.18,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1087,1087,1.28,1.98,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1088,1088,1.33,1.79,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1089,1089,1.39,2.61,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1090,1090,1.79,1.95,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1091,1091,1.21,1.96,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1092,1092,1.51,2.51,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1093,1093,1.21,2.22,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1094,1094,1.35,2.51,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1095,1095,1.59,1.71,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1096,1096,1.09,2,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1097,1097,1.78,2.65,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1098,1098,1.34,2.41,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1099,1099,1.84,2.18,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1100,1100,1.45,1.87,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1101,1101,1.8,2.21,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1102,1102,1.54,2.13,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1103,1103,1.23,1.7,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1104,1104,1.2,2.01,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1105,1105,1.39,1.88,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1106,1106,1.77,2.51,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1107,1107,1.09,2.63,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1108,1108,1.6,1.77,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1109,1109,1.83,1.74,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1110,1110,1.38,1.88,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1111,1111,1.81,1.75,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1112,1112,1.79,2.16,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1113,1113,1.48,2.07,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1114,1114,1.61,2.14,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1115,1115,1.3,1.96,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1116,1116,1.1,2.14,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1117,1117,1.83,1.85,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1118,1118,1.1,2.67,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1119,1119,1.1,2.07,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1120,1120,1.22,2.12,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1121,1121,1.81,2.67,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1122,1122,1.22,2.08,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1123,1123,1.63,1.71,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1124,1124,1.09,2.39,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1125,1125,1.52,1.79,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1126,1126,1.1,2.57,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1127,1127,1.57,1.81,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1128,1128,1.28,2.3,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1129,1129,1.71,1.73,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1130,1130,1.14,2.52,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1131,1131,1.57,1.85,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1132,1132,1.62,1.78,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1133,1133,1.44,1.72,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1134,1134,1.79,2.13,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1135,1135,1.79,1.79,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1136,1136,1.56,2.6,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1137,1137,1.58,2.31,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1138,1138,1.48,1.76,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1139,1139,1.86,2.1,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1140,1140,1.33,2.01,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1141,1141,1.51,2.26,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1142,1142,1.63,2.41,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1143,1143,1.53,1.89,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1144,1144,1.83,2.16,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1145,1145,1.3,1.94,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1146,1146,1.42,2.12,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1147,1147,1.23,1.69,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1148,1148,1.23,2.64,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1149,1149,1.72,1.71,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1150,1150,1.46,2.65,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1151,1151,1.59,1.96,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1152,1152,1.5,1.84,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1153,1153,1.69,2.07,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1154,1154,1.84,2.44,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1155,1155,1.54,2.6,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1156,1156,1.54,2.4,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1157,1157,1.79,2.11,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1158,1158,1.73,1.85,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1159,1159,1.8,1.7,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1160,1160,1.37,1.95,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1161,1161,1.74,1.82,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1162,1162,1.44,2.04,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1163,1163,1.61,2.09,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1164,1164,1.35,2.4,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1165,1165,1.35,2.04,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1166,1166,1.53,1.92,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1167,1167,1.79,2.11,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1168,1168,1.54,2.09,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1169,1169,1.51,2.54,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1170,1170,1.5,2.41,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1171,1171,1.27,2.28,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1172,1172,1.28,2.44,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1173,1173,1.5,2.65,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1174,1174,1.52,2.09,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1175,1175,1.39,1.99,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1176,1176,1.48,2.37,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1177,1177,1.58,2.5,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1178,1178,1.51,2.56,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1179,1179,1.74,2.56,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1180,1180,1.81,1.93,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1181,1181,1.3,2.46,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1182,1182,1.41,2,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1183,1183,1.27,1.86,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1184,1184,1.21,2.38,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1185,1185,1.78,2.3,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1186,1186,1.26,2.25,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1187,1187,1.3,2.11,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1188,1188,1.32,2.15,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1189,1189,1.79,1.68,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1190,1190,1.45,2.37,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1191,1191,1.56,2.37,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1192,1192,1.7,1.98,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1193,1193,1.63,2.16,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1194,1194,1.37,2.42,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1195,1195,1.6,2.65,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1196,1196,1.51,2.35,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1197,1197,1.66,1.99,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1198,1198,1.7,1.89,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1199,1199,1.77,1.77,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1200,1200,1.76,1.72,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1201,1201,1.54,2.65,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1202,1202,1.21,2.02,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1203,1203,1.52,2.02,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1204,1204,1.86,1.79,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1205,1205,1.76,2.01,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1206,1206,1.12,2.68,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1207,1207,1.7,2.3,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1208,1208,1.42,1.79,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1209,1209,1.53,2.65,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1210,1210,1.81,2.49,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1211,1211,1.12,2.06,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1212,1212,1.26,1.7,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1213,1213,1.63,2.45,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1214,1214,1.39,1.82,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1215,1215,1.69,1.82,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1216,1216,1.24,2.15,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1217,1217,1.08,2.16,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1218,1218,1.7,1.79,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1219,1219,1.84,2.14,2.45); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1220,1220,1.77,2.66,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1221,1221,1.46,2.66,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1222,1222,1.2,2.54,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1223,1223,1.73,2.2,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1224,1224,1.56,2.43,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1225,1225,1.16,2.28,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1226,1226,1.68,2.3,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1227,1227,1.84,2.47,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1228,1228,1.15,2,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1229,1229,1.82,1.89,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1230,1230,1.34,1.87,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1231,1231,1.68,2.28,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1232,1232,1.59,1.95,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1233,1233,1.33,2.55,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1234,1234,1.21,2,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1235,1235,1.43,2.47,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1236,1236,1.69,2.59,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1237,1237,1.65,2.52,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1238,1238,1.44,2.38,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1239,1239,1.7,2.35,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1240,1240,1.26,2.66,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1241,1241,1.8,1.92,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1242,1242,1.66,2.57,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1243,1243,1.18,2.63,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1244,1244,1.68,1.69,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1245,1245,1.24,2.04,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1246,1246,1.73,2.35,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1247,1247,1.86,1.81,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1248,1248,1.73,1.94,2.4); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1249,1249,1.58,1.87,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1250,1250,1.84,2.62,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1251,1251,1.1,1.91,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1252,1252,1.2,2.26,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1253,1253,1.53,2.18,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1254,1254,1.8,2.53,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1255,1255,1.09,2.44,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1256,1256,1.44,2.36,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1257,1257,1.63,2.65,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1258,1258,1.22,2.52,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1259,1259,1.72,1.72,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1260,1260,1.3,2.42,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1261,1261,1.34,2.1,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1262,1262,1.18,1.74,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1263,1263,1.13,2.34,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1264,1264,1.14,2.25,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1265,1265,1.59,2.53,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1266,1266,1.57,2.27,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1267,1267,1.71,2.26,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1268,1268,1.43,2.3,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1269,1269,1.39,2.22,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1270,1270,1.14,1.72,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1271,1271,1.47,1.84,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1272,1272,1.3,2.44,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1273,1273,1.21,2.16,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1274,1274,1.13,1.92,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1275,1275,1.19,2.02,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1276,1276,1.72,2.24,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1277,1277,1.16,1.7,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1278,1278,1.5,2.55,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1279,1279,1.33,2.59,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1280,1280,1.68,2.17,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1281,1281,1.1,2.3,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1282,1282,1.63,1.81,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1283,1283,1.29,2.39,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1284,1284,1.44,1.91,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1285,1285,1.23,2.16,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1286,1286,1.33,2.16,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1287,1287,1.71,2.08,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1288,1288,1.16,2.33,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1289,1289,1.1,2.16,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1290,1290,1.27,1.73,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1291,1291,1.25,2.65,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1292,1292,1.29,2.27,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1293,1293,1.7,2.13,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1294,1294,1.56,2.33,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1295,1295,1.79,2.24,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1296,1296,1.72,2.58,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1297,1297,1.41,2.32,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1298,1298,1.2,2.33,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1299,1299,1.84,2.5,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1300,1300,1.57,1.92,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1301,1301,1.51,1.94,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1302,1302,1.47,2.04,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1303,1303,1.66,2.36,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1304,1304,1.7,2.24,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1305,1305,1.19,2.65,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1306,1306,1.72,2.11,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1307,1307,1.76,2.27,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1308,1308,1.83,2.06,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1309,1309,1.36,2.29,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1310,1310,1.38,2.2,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1311,1311,1.7,2.33,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1312,1312,1.48,1.76,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1313,1313,1.74,1.68,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1314,1314,1.44,1.68,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1315,1315,1.79,1.69,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1316,1316,1.81,2.66,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1317,1317,1.54,2.55,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1318,1318,1.11,2.47,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1319,1319,1.19,2.43,2.64); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1320,1320,1.29,1.76,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1321,1321,1.83,2.06,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1322,1322,1.86,2.02,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1323,1323,1.34,1.83,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1324,1324,1.38,1.79,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1325,1325,1.69,2.51,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1326,1326,1.28,2.15,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1327,1327,1.14,1.82,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1328,1328,1.1,1.79,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1329,1329,1.74,1.75,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1330,1330,1.59,1.84,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1331,1331,1.12,2.67,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1332,1332,1.21,2.15,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1333,1333,1.79,2.59,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1334,1334,1.62,2.24,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1335,1335,1.6,1.86,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1336,1336,1.26,2.05,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1337,1337,1.58,2.5,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1338,1338,1.82,2.36,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1339,1339,1.51,1.97,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1340,1340,1.21,2.19,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1341,1341,1.55,2.64,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1342,1342,1.13,2.17,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1343,1343,1.32,2.47,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1344,1344,1.63,2.34,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1345,1345,1.12,2.63,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1346,1346,1.47,2.31,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1347,1347,1.43,2.5,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1348,1348,1.22,2.46,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1349,1349,1.37,1.78,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1350,1350,1.68,2.09,2.61); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1351,1351,1.71,2.58,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1352,1352,1.35,2.34,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1353,1353,1.22,1.93,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1354,1354,1.79,1.71,2.2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1355,1355,1.38,2.22,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1356,1356,1.48,1.93,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1357,1357,1.82,1.98,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1358,1358,1.86,2.43,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1359,1359,1.72,1.72,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1360,1360,1.47,2.34,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1361,1361,1.4,1.72,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1362,1362,1.12,2.09,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1363,1363,1.36,2.33,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1364,1364,1.22,1.84,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1365,1365,1.63,2.05,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1366,1366,1.15,1.8,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1367,1367,1.14,2.13,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1368,1368,1.13,2.31,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1369,1369,1.49,1.68,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1370,1370,1.78,2.21,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1371,1371,1.28,2.66,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1372,1372,1.8,1.89,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1373,1373,1.46,1.88,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1374,1374,1.1,2.1,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1375,1375,1.66,2.13,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1376,1376,1.76,1.75,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1377,1377,1.86,2.21,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1378,1378,1.45,1.98,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1379,1379,1.82,2.44,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1380,1380,1.28,1.71,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1381,1381,1.44,2.56,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1382,1382,1.8,1.79,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1383,1383,1.47,2.17,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1384,1384,1.25,1.75,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1385,1385,1.21,1.82,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1386,1386,1.37,2.11,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1387,1387,1.31,1.95,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1388,1388,1.3,1.74,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1389,1389,1.31,2.09,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1390,1390,1.56,1.95,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1391,1391,1.38,1.69,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1392,1392,1.09,2.15,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1393,1393,1.37,1.85,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1394,1394,1.76,2.26,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1395,1395,1.82,2.03,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1396,1396,1.28,1.88,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1397,1397,1.67,1.92,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1398,1398,1.55,1.96,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1399,1399,1.82,2.06,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1400,1400,1.67,2.39,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1401,1401,1.79,2.6,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1402,1402,1.72,2.58,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1403,1403,1.36,1.69,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1404,1404,1.36,1.69,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1405,1405,1.3,2.13,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1406,1406,1.75,2.35,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1407,1407,1.29,2.08,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1408,1408,1.69,2.27,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1409,1409,1.25,2.31,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1410,1410,1.84,1.84,1.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1411,1411,1.24,2.36,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1412,1412,1.79,1.74,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1413,1413,1.71,1.98,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1414,1414,1.44,2.22,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1415,1415,1.21,2.2,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1416,1416,1.18,2.54,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1417,1417,1.09,2.01,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1418,1418,1.37,1.85,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1419,1419,1.19,2.53,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1420,1420,1.11,2.13,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1421,1421,1.17,2.24,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1422,1422,1.55,1.85,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1423,1423,1.15,2.57,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1424,1424,1.51,1.76,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1425,1425,1.64,2.17,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1426,1426,1.71,1.88,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1427,1427,1.8,2.41,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1428,1428,1.75,2.31,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1429,1429,1.45,1.86,2.16); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1430,1430,1.23,2.47,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1431,1431,1.13,2.09,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1432,1432,1.72,2.11,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1433,1433,1.61,1.72,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1434,1434,1.7,2.31,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1435,1435,1.55,2.13,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1436,1436,1.81,1.82,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1437,1437,1.82,1.78,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1438,1438,1.5,1.74,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1439,1439,1.61,1.88,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1440,1440,1.66,2.08,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1441,1441,1.44,2.4,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1442,1442,1.5,2.52,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1443,1443,1.38,1.83,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1444,1444,1.1,2.09,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1445,1445,1.49,1.98,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1446,1446,1.71,2.2,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1447,1447,1.25,1.78,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1448,1448,1.1,2.04,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1449,1449,1.4,2.59,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1450,1450,1.35,2.36,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1451,1451,1.73,2.67,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1452,1452,1.86,1.84,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1453,1453,1.32,2.03,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1454,1454,1.59,1.88,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1455,1455,1.27,1.81,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1456,1456,1.34,1.95,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1457,1457,1.72,2.21,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1458,1458,1.8,1.97,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1459,1459,1.14,2.4,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1460,1460,1.13,2.3,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1461,1461,1.86,2.45,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1462,1462,1.56,2.12,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1463,1463,1.5,2.18,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1464,1464,1.42,2.2,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1465,1465,1.37,2.22,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1466,1466,1.44,2.56,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1467,1467,1.59,1.88,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1468,1468,1.79,2.5,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1469,1469,1.78,1.97,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1470,1470,1.74,2.08,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1471,1471,1.75,1.97,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1472,1472,1.48,1.86,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1473,1473,1.47,2.29,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1474,1474,1.59,2.68,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1475,1475,1.53,1.99,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1476,1476,1.55,1.86,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1477,1477,1.84,1.72,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1478,1478,1.29,2.4,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1479,1479,1.12,1.71,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1480,1480,1.08,2.15,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1481,1481,1.56,1.7,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1482,1482,1.12,1.77,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1483,1483,1.25,2.45,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1484,1484,1.81,2.49,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1485,1485,1.48,2.04,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1486,1486,1.33,2.49,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1487,1487,1.75,1.74,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1488,1488,1.28,2.68,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1489,1489,1.23,2.42,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1490,1490,1.76,1.75,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1491,1491,1.49,2.34,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1492,1492,1.46,1.89,1.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1493,1493,1.54,1.97,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1494,1494,1.47,1.79,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1495,1495,1.42,2.03,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1496,1496,1.11,2,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1497,1497,1.21,2.14,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1498,1498,1.68,2.45,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1499,1499,1.47,1.82,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1500,1500,1.52,2,1.99); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1501,1501,1.72,1.77,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1502,1502,1.56,2.64,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1503,1503,1.6,1.89,2.7); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1504,1504,1.46,2.12,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1505,1505,1.57,1.98,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1506,1506,1.32,2.15,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1507,1507,1.5,1.79,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1508,1508,1.41,1.79,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1509,1509,1.48,1.83,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1510,1510,1.45,2.09,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1511,1511,1.66,2.55,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1512,1512,1.68,2.3,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1513,1513,1.31,2.49,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1514,1514,1.65,2.4,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1515,1515,1.81,2.15,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1516,1516,1.63,2.05,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1517,1517,1.81,2.11,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1518,1518,1.36,1.71,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1519,1519,1.12,2.11,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1520,1520,1.17,2.55,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1521,1521,1.8,2.23,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1522,1522,1.68,2.63,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1523,1523,1.77,2.35,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1524,1524,1.09,2.27,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1525,1525,1.39,2.11,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1526,1526,1.37,2.28,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1527,1527,1.46,2.41,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1528,1528,1.78,2.44,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1529,1529,1.73,2.38,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1530,1530,1.43,2,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1531,1531,1.17,2.14,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1532,1532,1.1,1.72,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1533,1533,1.29,2.45,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1534,1534,1.72,2.27,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1535,1535,1.59,2.35,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1536,1536,1.68,1.79,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1537,1537,1.34,2.17,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1538,1538,1.64,2.6,2.55); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1539,1539,1.26,2.16,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1540,1540,1.21,2.3,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1541,1541,1.42,2.25,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1542,1542,1.69,2.21,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1543,1543,1.76,2.62,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1544,1544,1.71,2.42,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1545,1545,1.39,2.5,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1546,1546,1.46,2.5,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1547,1547,1.72,2.15,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1548,1548,1.1,2.61,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1549,1549,1.71,2.55,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1550,1550,1.25,2.63,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1551,1551,1.51,2.17,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1552,1552,1.58,1.96,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1553,1553,1.53,2.17,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1554,1554,1.66,2.15,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1555,1555,1.69,2.04,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1556,1556,1.77,1.74,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1557,1557,1.84,2.31,2.5); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1558,1558,1.35,1.95,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1559,1559,1.14,2.27,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1560,1560,1.47,2.14,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1561,1561,1.62,1.7,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1562,1562,1.62,2.38,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1563,1563,1.67,2.59,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1564,1564,1.53,2,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1565,1565,1.26,2.04,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1566,1566,1.35,2.5,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1567,1567,1.3,2.23,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1568,1568,1.58,2.39,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1569,1569,1.14,2.1,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1570,1570,1.42,1.78,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1571,1571,1.38,1.69,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1572,1572,1.14,2.34,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1573,1573,1.79,2.16,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1574,1574,1.29,1.69,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1575,1575,1.48,1.69,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1576,1576,1.2,2.49,2.02); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1577,1577,1.58,1.98,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1578,1578,1.19,1.86,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1579,1579,1.43,1.84,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1580,1580,1.63,2.2,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1581,1581,1.36,2.65,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1582,1582,1.85,2.11,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1583,1583,1.81,2.12,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1584,1584,1.24,1.93,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1585,1585,1.11,2.07,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1586,1586,1.56,1.71,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1587,1587,1.85,2.42,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1588,1588,1.82,2.18,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1589,1589,1.4,2.33,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1590,1590,1.14,1.92,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1591,1591,1.73,2,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1592,1592,1.72,1.76,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1593,1593,1.48,2.46,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1594,1594,1.32,2.38,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1595,1595,1.11,2.48,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1596,1596,1.14,1.87,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1597,1597,1.31,2.06,2.27); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1598,1598,1.59,1.97,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1599,1599,1.36,1.99,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1600,1600,1.78,1.71,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1601,1601,1.74,2.05,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1602,1602,1.5,2.24,2.21); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1603,1603,1.45,2.28,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1604,1604,1.44,1.9,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1605,1605,1.26,2.21,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1606,1606,1.33,2.67,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1607,1607,1.52,2.54,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1608,1608,1.58,1.78,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1609,1609,1.85,2.24,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1610,1610,1.4,2.46,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1611,1611,1.14,2.39,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1612,1612,1.27,2.29,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1613,1613,1.2,2.6,2.62); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1614,1614,1.34,1.69,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1615,1615,1.59,2.48,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1616,1616,1.52,2.09,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1617,1617,1.47,1.94,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1618,1618,1.77,2.57,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1619,1619,1.22,2.15,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1620,1620,1.79,2.56,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1621,1621,1.7,2.07,1.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1622,1622,1.31,2.12,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1623,1623,1.19,1.93,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1624,1624,1.22,2.56,1.91); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1625,1625,1.34,2.48,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1626,1626,1.39,2.1,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1627,1627,1.39,2.2,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1628,1628,1.73,2.61,2.15); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1629,1629,1.22,2.49,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1630,1630,1.79,2.05,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1631,1631,1.38,2.35,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1632,1632,1.86,1.97,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1633,1633,1.79,1.92,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1634,1634,1.61,2.05,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1635,1635,1.43,2.19,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1636,1636,1.37,2.48,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1637,1637,1.35,2.02,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1638,1638,1.28,1.89,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1639,1639,1.21,1.95,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1640,1640,1.86,2.63,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1641,1641,1.16,1.95,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1642,1642,1.35,2.19,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1643,1643,1.57,1.77,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1644,1644,1.48,1.82,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1645,1645,1.32,2.18,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1646,1646,1.69,1.75,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1647,1647,1.43,1.82,1.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1648,1648,1.63,1.69,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1649,1649,1.21,1.96,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1650,1650,1.13,2.2,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1651,1651,1.64,2.53,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1652,1652,1.48,1.93,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1653,1653,1.38,2.05,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1654,1654,1.77,2.36,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1655,1655,1.82,1.8,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1656,1656,1.14,2.41,1.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1657,1657,1.73,2.08,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1658,1658,1.15,1.92,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1659,1659,1.27,2.5,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1660,1660,1.38,2.02,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1661,1661,1.23,2.59,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1662,1662,1.39,2.55,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1663,1663,1.23,1.84,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1664,1664,1.62,2.16,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1665,1665,1.49,2.39,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1666,1666,1.2,1.7,1.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1667,1667,1.29,2.68,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1668,1668,1.78,2.07,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1669,1669,1.18,2.41,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1670,1670,1.32,2.38,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1671,1671,1.24,1.92,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1672,1672,1.27,2.27,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1673,1673,1.1,2.61,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1674,1674,1.82,2.09,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1675,1675,1.65,2.28,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1676,1676,1.48,2.38,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1677,1677,1.33,1.92,2.36); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1678,1678,1.4,1.91,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1679,1679,1.81,1.71,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1680,1680,1.66,2.12,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1681,1681,1.64,2.63,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1682,1682,1.53,2.5,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1683,1683,1.19,2.5,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1684,1684,1.3,2.43,1.96); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1685,1685,1.8,2.54,2.8); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1686,1686,1.26,2.68,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1687,1687,1.13,2.53,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1688,1688,1.71,2.09,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1689,1689,1.67,2.01,2.29); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1690,1690,1.79,2.23,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1691,1691,1.3,2.19,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1692,1692,1.13,2.18,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1693,1693,1.56,2.56,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1694,1694,1.85,2.02,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1695,1695,1.63,2.22,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1696,1696,1.43,1.82,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1697,1697,1.42,2.14,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1698,1698,1.41,2.22,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1699,1699,1.27,1.73,1.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1700,1700,1.86,1.94,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1701,1701,1.55,2.58,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1702,1702,1.69,2.6,1.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1703,1703,1.13,1.75,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1704,1704,1.5,2.16,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1705,1705,1.82,2.02,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1706,1706,1.26,2.6,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1707,1707,1.62,2.42,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1708,1708,1.43,1.7,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1709,1709,1.68,2.48,2.44); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1710,1710,1.22,2.26,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1711,1711,1.61,2.12,2.48); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1712,1712,1.28,2.6,2.1); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1713,1713,1.2,2.35,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1714,1714,1.23,1.97,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1715,1715,1.15,1.87,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1716,1716,1.68,2.03,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1717,1717,1.45,1.92,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1718,1718,1.46,2.07,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1719,1719,1.16,2.16,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1720,1720,1.15,2.1,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1721,1721,1.48,1.69,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1722,1722,1.49,2.65,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1723,1723,1.51,1.83,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1724,1724,1.42,2.14,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1725,1725,1.25,1.73,2.34); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1726,1726,1.18,2.17,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1727,1727,1.22,1.9,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1728,1728,1.45,2.62,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1729,1729,1.35,2.55,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1730,1730,1.26,2.07,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1731,1731,1.25,2.22,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1732,1732,1.15,2.08,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1733,1733,1.28,1.76,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1734,1734,1.32,1.88,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1735,1735,1.22,2.43,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1736,1736,1.23,2.15,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1737,1737,1.36,2.49,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1738,1738,1.15,2.47,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1739,1739,1.36,2.66,2.28); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1740,1740,1.55,2.55,2.3); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1741,1741,1.68,2.53,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1742,1742,1.29,2.64,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1743,1743,1.71,1.75,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1744,1744,1.56,2.61,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1745,1745,1.19,1.81,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1746,1746,1.57,1.95,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1747,1747,1.27,2.18,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1748,1748,1.42,2.18,2.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1749,1749,1.11,1.99,2.59); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1750,1750,1.56,2.62,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1751,1751,1.57,2.17,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1752,1752,1.32,2.5,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1753,1753,1.54,2.14,2.53); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1754,1754,1.08,2.03,1.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1755,1755,1.29,2.44,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1756,1756,1.26,2.25,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1757,1757,1.8,2.5,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1758,1758,1.76,1.77,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1759,1759,1.62,2.08,2.49); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1760,1760,1.21,2.06,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1761,1761,1.68,2.17,1.93); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1762,1762,1.51,2.14,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1763,1763,1.39,2.55,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1764,1764,1.8,2.32,1.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1765,1765,1.39,1.95,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1766,1766,1.55,1.75,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1767,1767,1.44,1.9,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1768,1768,1.64,2.42,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1769,1769,1.68,1.93,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1770,1770,1.44,2.25,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1771,1771,1.36,1.85,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1772,1772,1.84,1.79,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1773,1773,1.82,2.49,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1774,1774,1.6,2.05,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1775,1775,1.43,2.28,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1776,1776,1.13,1.7,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1777,1777,1.86,1.88,2.68); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1778,1778,1.77,1.81,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1779,1779,1.15,1.96,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1780,1780,1.28,2.05,2.37); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1781,1781,1.19,1.81,2.69); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1782,1782,1.53,2.68,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1783,1783,1.77,2.17,2.35); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1784,1784,1.25,2.2,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1785,1785,1.12,2.62,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1786,1786,1.4,1.98,1.88); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1787,1787,1.11,2.45,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1788,1788,1.46,2.04,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1789,1789,1.55,1.85,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1790,1790,1.58,2.36,2.65); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1791,1791,1.15,2.35,2.54); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1792,1792,1.15,1.74,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1793,1793,1.11,1.72,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1794,1794,1.15,1.86,2.47); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1795,1795,1.78,1.78,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1796,1796,1.3,2.22,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1797,1797,1.77,2.46,2.19); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1798,1798,1.51,1.94,2.05); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1799,1799,1.63,1.78,2.52); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1800,1800,1.45,2.13,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1801,1801,1.49,2.16,2.41); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1802,1802,1.32,2.58,2.87); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1803,1803,1.33,2.49,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1804,1804,1.67,2.22,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1805,1805,1.79,2.13,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1806,1806,1.48,1.79,2.83); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1807,1807,1.2,2.28,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1808,1808,1.79,2.04,2.51); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1809,1809,1.61,2.15,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1810,1810,1.59,1.7,2.32); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1811,1811,1.41,1.98,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1812,1812,1.68,2.48,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1813,1813,1.5,1.95,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1814,1814,1.73,2.54,1.98); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1815,1815,1.41,1.94,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1816,1816,1.64,1.97,2.79); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1817,1817,1.57,2.63,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1818,1818,1.35,2.07,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1819,1819,1.1,1.74,2.11); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1820,1820,1.57,1.96,2.66); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1821,1821,1.77,2.52,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1822,1822,1.85,2.11,2.12); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1823,1823,1.24,2.45,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1824,1824,1.82,2.24,2.78); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1825,1825,1.34,2.14,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1826,1826,1.53,2.03,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1827,1827,1.23,2.45,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1828,1828,1.14,2.31,2.6); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1829,1829,1.42,1.72,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1830,1830,1.79,2.37,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1831,1831,1.17,1.85,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1832,1832,1.42,1.95,2); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1833,1833,1.49,1.97,2.38); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1834,1834,1.78,1.92,2.42); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1835,1835,1.38,2.66,1.95); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1836,1836,1.43,1.77,2.09); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1837,1837,1.57,1.87,2.18); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1838,1838,1.69,2.26,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1839,1839,1.58,2.22,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1840,1840,1.51,2.4,1.92); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1841,1841,1.15,2.03,2.25); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1842,1842,1.27,2.35,2.46); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1843,1843,1.82,2.11,2.82); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1844,1844,1.78,2.46,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1845,1845,1.56,2.36,2.56); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1846,1846,1.58,2.37,2.24); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1847,1847,1.83,2.21,2.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1848,1848,1.22,2.27,2.22); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1849,1849,1.33,2,2.71); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1850,1850,1.37,1.84,2.58); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1851,1851,1.53,2.53,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1852,1852,1.58,1.96,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1853,1853,1.55,1.8,2.72); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1854,1854,1.7,2.48,2.73); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1855,1855,1.55,2.23,2.04); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1856,1856,1.73,2.04,1.94); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1857,1857,1.69,2.2,2.85); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1858,1858,1.62,2.58,2.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1859,1859,1.34,2.53,2.67); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1860,1860,1.23,2.12,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1861,1861,1.08,2.33,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1862,1862,1.62,1.95,2.75); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1863,1863,1.36,1.9,2.26); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1864,1864,1.12,2.36,2.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1865,1865,1.38,2.59,2.07); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1866,1866,1.36,2.14,2.13); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1867,1867,1.66,2.31,2.74); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1868,1868,1.67,2.44,2.63); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1869,1869,1.85,2.56,2.06); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1870,1870,1.84,1.72,2.76); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1871,1871,1.63,1.68,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1872,1872,1.33,1.8,1.97); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1873,1873,1.47,2.57,1.89); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1874,1874,1.73,2.34,2.23); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1875,1875,1.16,1.74,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1876,1876,1.08,2.08,1.81); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1877,1877,1.64,2.42,2.08); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1878,1878,1.8,1.89,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1879,1879,1.75,2.61,1.9); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1880,1880,1.38,2.18,2.03); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1881,1881,1.83,1.69,2.01); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1882,1882,1.21,2.03,2.17); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1883,1883,1.11,2.36,2.43); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1884,1884,1.16,2.63,1.84); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1885,1885,1.27,2.19,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1886,1886,1.23,1.93,2.86); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1887,1887,1.19,1.99,2.39); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1888,1888,1.32,1.86,2.14); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1889,1889,1.17,1.89,2.31); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1890,1890,1.65,1.83,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1891,1891,1.18,2.26,2.57); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1892,1892,1.09,2.31,2.33); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1893,1893,1.49,1.77,1.77); +INSERT INTO gas_prices(id,gas_station_id,regular_price,premium_price,diesel_price) VALUES (1894,1894,1.69,2.39,1.87); diff --git a/express-back-end/src/db/seeds/gas_station.sql b/express-back-end/src/db/seeds/gas_station.sql new file mode 100644 index 0000000000..243bb84008 --- /dev/null +++ b/express-back-end/src/db/seeds/gas_station.sql @@ -0,0 +1,1902 @@ +DROP TABLE IF EXISTS gas_stations; +CREATE TABLE gas_stations( + id INTEGER NOT NULL PRIMARY KEY + ,name VARCHAR(255) NOT NULL + ,vicinity VARCHAR(255) NOT NULL + ,payment_method VARCHAR(255) + ,fuel_type VARCHAR(255) +); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1,'Petro-Canada','29 Queensway West, Simcoe','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (2,'Esso','808 Old Highway 24, Waterford','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (3,'Pioneer Convenience Store','4717 Ontario 3, Simcoe','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (4,'Pioneer - Gas Station','128 Queensway West, Simcoe','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (5,'Canadian Tire Gas+','136 Queensway East, Simcoe','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (6,'Esso','4717 Ontario 3 Rr5, Simcoe','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (7,'Esso','419 West Street, Simcoe','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (8,'Mobil','125 Queensway East, Simcoe','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (9,'Petro Pass','300 Fourteenth Street West, Simcoe','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (10,'Esso','1669 Fort Street, Victoria','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (11,'Peninsula Co-op Gas & Convenience Centre','4140 Wilkinson Road, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (12,'Petro-Canada','944 Craigflower Road, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (13,'Petro-Canada','3951 Shelbourne Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (14,'Petro-Canada','2670 Douglas Street, Victoria','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (15,'Chevron - Gas Station','2100 Quadra Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (16,'7-Eleven','3201 Douglas Street, Victoria','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (17,'Shelbourne Town Pantry','3597 Shelbourne Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (18,'Petro-Canada','1600 Fairfield Road, Victoria','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (19,'Petro-Canada','1580 Cedar Hill Cross Road, Victoria','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (20,'7-Eleven','4001 Quadra Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (21,'Peninsula Co-op Gas & Convenience Centre','4472 West Saanich Road, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (22,'Peninsula Co-op Gas & Convenience Centre','321 Wale Road, Victoria','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (23,'Esso','955 Craigflower Road, Victoria','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (24,'Chevron - Gas Station','1264 Esquimalt Road, Victoria','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (25,'Chevron - Gas Station','3480 Quadra Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (26,'Chevron - Gas Station','3939 Gordon Head Road, Victoria','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (27,'Petro-Canada','2435 Millstream Road, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (28,'Esso','4001 Quadra Street, Victoria','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (29,'Gas N Go Marina','132 Port Augusta Street, Comox','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (30,'Petro-Canada','1723 Cliffe Avenue, Courtenay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (31,'Shell','157 North Island Highway, Courtenay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (32,'Gas-n-Go','3922 Island Highway South, Royston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (33,'Shell','2052 Comox Avenue, Comox','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (34,'Shell','581 Ryan Road, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (35,'Chevron - Gas Station','600 Ryan Road, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (36,'Petro-Canada','2295 Cliffe Avenue, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (37,'Co-op Cardlock','4889 North Island Highway, Courtenay','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (38,'Costco Gas Station','588 Crown Isle Boulevard, Courtenay','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (39,'Chevron - Gas Station','701 Anderton Road, Comox','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (40,'Petro-Canada','1720 Anderton Road, Comox','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (41,'Cumberland General Store','4690 Cumberland Road, Cumberland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (42,'Esso','2766 Dunsmuir Avenue, Cumberland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (43,'Chevron - Gas Station','2350 Cliffe Avenue, Courtenay','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (44,'Petro Pass','850 11th Street, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (45,'Shell','1635 Cliffe Avenue, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (46,'Bp Goodrich','360 Puntledge Road, Courtenay','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (47,'Mobil','753 Ryan Road, Courtenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (48,'7-Eleven','2295 Cliffe Ave & Clarence, Courtenay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (49,'7-Eleven','1700 Hillside Avenue, Victoria','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (50,'Petro-Canada','6521 Ontario 62 N, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (51,'Ultramar','1560 Old Highway 2, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (52,'Petro-Canada','58 Dundas Street West, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (53,'Shell Gas Station & Touchless Car Wash','455 Dundas Street West, Belleville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (54,'Mobil','269 Moira Street West, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (55,'Pioneer - Gas Station','379 North Front Street, Belleville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (56,'Pioneer - Gas Station','808 Bell Boulevard West, Belleville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (57,'Ultramar - Gas Station','1156 Ontario 37, Corbyville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (58,'Canadian Tire Gas+','103 Bell Boulevard, Belleville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (59,'Esso','902B Wallbridge Loyalist Road #902A, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (60,'Ultramar - Gas Station','25 Bellevue Drive, Belleville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (61,'Esso','6658 Ontario 62, Belleville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (62,'Ultramar - Gas Station','155 North Front Street, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (63,'Petro-Canada','5529 Ontario 62, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (64,'Esso','135 Cannifton Road, Belleville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (65,'EVC Canada Charging Station','218 Bell Boulevard, Belleville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (66,'Shell','396 North Front Street, Belleville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (67,'On The Run - Convenience Store','379 North Front Street, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (68,'Petro-Canada & Car Wash','311 Cannifton Road, Belleville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (69,'Esso','395 Bell Boulevard, Belleville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (70,'Ultramar - Gas Station','10 Norman Jones Place, Whitchurch-Stouffville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (71,'Petro-Canada & Car Wash','5315 Major Mackenzie Drive East, Markham','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (72,'Pioneer Energy','15641 Ontario 48, Whitchurch-Stouffville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (73,'Esso','5241 Bloomington Road, Whitchurch-Stouffville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (74,'Esso','5946 Main Street, Whitchurch-Stouffville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (75,'Shell','5842 Main Street, Whitchurch-Stouffville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (76,'Petro-Canada','12264 Tenth Line, Whitchurch-Stouffville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (77,'Pioneer - Gas Station','6375 Major Mackenzie Drive East, Markham','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (78,'Esso','5995 Major Mackenzie Drive East, Markham','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (79,'Esso','550 Bur Oak Avenue, Markham','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (80,'Petro-Canada','9249 Ninth Line, Markham','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (81,'Petro-Canada & Car Wash','9249 Ninth Line, Markham','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (82,'Ultramar - Gas Station','5267 Aurora Road, Whitchurch-Stouffville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (83,'Esso','290 Durham Regional Highway 47, Goodwood','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (84,'Shell','5272 Aurora Road, Whitchurch-Stouffville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (85,'Esso','380 Main Street Markham North, Markham','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (86,'Esso','1716 Central Street, Claremont','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (87,'Shell','9270 McCowan Road, Markham','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (88,'Irving Oil','12 Bay Bulls Road, St. John''''s','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (89,'Ultramar - Gas Station','225 Logy Bay Road, St. John''''s','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (90,'Esso','365 Empire Avenue, St. John''''s','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (91,'North Atlantic','694 Water Street, St. John''''s','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (92,'Irving Oil','32 Frecker Drive, St. John''''s','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (93,'Irving Oil','2 Stavanger Drive, St. John''''s','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (94,'North Atlantic','660 Torbay Road, St. John''''s','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (95,'North Atlantic','154 Pennywell Road, St. John''''s','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (96,'Needs Convenience Kilbride','146 Bay Bulls Road, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (97,'Esso','390 Torbay Road, St. John''''s','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (98,'Ultramar - Gas Station','36 Blackmarsh Road, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (99,'North Atlantic','179 Elizabeth Avenue Unit A, St. John''''s','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (100,'Needs Convenience St John''s','Shell, 54 Ropewalk Lane, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (101,'Ultramar - Gas Station','42 Elizabeth Avenue, St. John''''s','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (102,'North Atlantic','86 Thorburn Road, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (103,'North Atlantic','340 Torbay Road, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (104,'Needs Convenience Logy Bay','642 Logy Bay Road, Logy Bay','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (105,'Ultramar - Gas Station','5 Hebron Way, St. John''''s','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (106,'Esso','249 Park Avenue, Mount Pearl','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (107,'Needs Convenience Pearlview','1020 Topsail Road, Mount Pearl','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (108,'7-Eleven','21243 Lougheed Hwy & Laity, Maple Ridge','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (109,'Esso','21243 Lougheed Highway, Maple Ridge','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (110,'Chevron - Gas Station','22284 Lougheed Highway, Maple Ridge','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (111,'Chevron - Gas Station','20592 Lougheed Highway, Maple Ridge','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (112,'Meadow Ridge Town Pantry','20592 Lougheed Highway, Maple Ridge','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (113,'Petro-Canada','12814 232 Street, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (114,'Super Save Gas Station','20522 Lougheed Highway, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (115,'Haney Town Pantry','22284 Lougheed Highway, 223rd Street at Lougheed Highway, Lougheed Highway, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (116,'Shell','12389 Harris Road, Pitt Meadows','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (117,'Husky - Gas Station','21592 Lougheed Highway, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (118,'Shell','20304 Lougheed Highway, Maple Ridge','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (119,'Petro-Canada','21585 Lougheed Highway, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (120,'Petro-Canada','23180 Lougheed Highway, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (121,'Petro-Canada','24009 Dewdney Trunk Road, Maple Ridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (122,'Mobil','19800 Lougheed Highway #202, Pitt Meadows','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (123,'Petro-Canada','19181 Lougheed Highway, Pitt Meadows','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (124,'Canco Gas + One Stop Convenience','9026 Glover Road, Langley Township','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (125,'Chevron - Gas Station','19889 96 Avenue #7, Langley Township','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (126,'Chevron Commercial Cardlock','9385 201 Street, Langley Township','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (127,'7-Eleven','20250 88 Avenue, Langley Township','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (128,'Ultramar - Gas Station','126 Boul Labelle, Rosem√®re','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (129,'Petro-Canada et Lave-Auto','1217 Boulevard Cur√©-Labelle, Blainville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (130,'Harnois','255 Boulevard Roland-Durand, Rosem√®re','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (131,'Halte 15','17255 Chemin Victor, Mirabel','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (132,'Esso','13470 Boulevard Cur√©-Labelle, Mirabel','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (133,'Esso','1000 Boulevard de la Grande-All√©e, Boisbriand','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (134,'Shell','400 Boulevard de la Seigneurie Ouest, Blainville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (135,'Couche-Tard | Station-Service','603 Boulevard Cur√©-Labelle, Blainville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (136,'Petro-Canada et Lave-Auto','20905 Chemin de la C√¥te Nord, Blainville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (137,'Esso','1059 Boulevard Cur√©-Labelle, Blainville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (138,'Couche-Tard','8990 Boulevard de la Grande-All√©e, Mirabel','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (139,'Shell','203 Boulevard Labelle, Rosem√®re','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (140,'Ultramar','1445 Boulevard Mich√®le-Bohec, Blainville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (141,'Shell','11100 Mont√©e Sainte Marianne, Mirabel','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (142,'Petro-Canada et Lave-Auto','18215 Boulevard de Versailles, Mirabel','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (143,'Esso','11500 Mont√©e Sainte Marianne, Mirabel','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (144,'Shell','3100 Chemin de la Rivi√®re-Cach√©e, Boisbriand','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (145,'Petro-Canada','56 Boulevard Cur√©-Labelle, Sainte-Th√©r√®se','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (146,'Petro-Canada','2525 Boulevard de la Grande-All√©e, Boisbriand','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (147,'Couche-Tard | Station-Service','2 Boulevard des Entreprises, Boisbriand','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (148,'Co-op Gas Bar','1035 Richmond Avenue Suite A, Brandon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (149,'Canadian Tire Gas+','1655 18th Street b, Brandon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (150,'Co-op Gas Bar','300 18th Street North, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (151,'Petro-Canada','100 Highland Avenue, Brandon','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (152,'TEMPO, Little Chief''''s Place','2025 Lyndale Drive, Brandon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (153,'Shell','1790 Highland Avenue, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (154,'Brandon North Shop','102 Rosser Avenue, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (155,'Co-op Cardlock','651 6th Street, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (156,'Petro-Canada & Car Wash','2530 Victoria Avenue, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (157,'Co-op Gas Bar','646 6th Street, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (158,'Shell','921 18th Street North, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (159,'DOMO','1250 1st Street North, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (160,'Petro-Canada','3360 Victoria Avenue, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (161,'Petro-Pass Truck Stop','210 Highland Avenue, Brandon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (162,'HUSKY/ESSO','1990 18th Street North, Brandon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (163,'Co-op Cardlock','MB-10 &, Manitoba 1A, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (164,'Mobil','920 Victoria Avenue, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (165,'West-End Car Wash','2530 Victoria Avenue, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (166,'7-Eleven','3360 Victoria Avenue, Brandon','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (167,'Petro-Pass Truck Stop','1525 18th Street S, Brandon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (168,'Essence+ de Canadian Tire','5695 Boulevard Jean-XXIII, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (169,'Shell','275 Rue Barkoff, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (170,'Shell','550 Rue Laviolette, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (171,'Esso','555 C√¥te Richelieu, Trois-Rivi√®res','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (172,'Shell','4550 Boulevard des Forges, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (173,'Esso','1975 Rue des Prairies, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (174,'Esso','5830 Boulevard Gene-H.-Kruger, Trois-Rivi√®res','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (175,'Irving Oil','605 Boulevard Thibeau, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (176,'Esso','4500 C√¥te Rosemont, Trois-Rivi√®res','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (177,'Esso','915 Boulevard Thibeau, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (178,'Harnois √ânergies','2000 Avenue Desc√¥teaux, B√©cancour','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (179,'Harnois','6500 Rue Marion, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (180,'Esso','5700 Boulevard des Forges, Trois-Rivi√®res','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (181,'Reseau Glp','850 Rue Sainte Marguerite, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (182,'Petro-Canada','850 Rue Sainte Marguerite, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (183,'Esso','365 Boulevard du Saint Maurice, Trois-Rivi√®res','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (184,'Ultramar','1825 Rue Paul le Moyne, Trois-Rivi√®res','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (185,'Costco Gas Station','3000 Boulevard des R√©collets, Trois-Rivi√®res','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (186,'Petro-Canada','3565 Rue Papineau, Trois-Rivi√®res','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (187,'Shell','199 Rue Fusey, Trois-Rivi√®res','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (188,'Canadian Tire Gas+','290 Marquis Road West, Prince Albert','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (189,'Esso','2799 15 Avenue East, Prince Albert','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (190,'Petro-Canada','3451 2 Avenue West, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (191,'Petro-Canada','590 22 Street East, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (192,'Imperial Oil Limited','1100 6th Ave E, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (193,'Esso','696 15 Avenue East, Prince Albert','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (194,'Shell','149 16 Street West, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (195,'Shell','489 15 Street East, Prince Albert','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (196,'Esso','606 Branion Drive, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (197,'Lake Country Co op','2655 2 Avenue West, Prince Albert','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (198,'Esso','500 10 Street Northwest, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (199,'Petro-Canada','215 15 Street West, Prince Albert','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (200,'CO-OP','801 1 Avenue East, Prince Albert','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (201,'7-Eleven','215 15 Street West, Prince Albert','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (202,'Petro Cardlock','13 Street East, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (203,'Lake Country Co-op Cornerstone Gas Bar & C-Store @ Prince Albert','801 15 Street East, Prince Albert','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (204,'Lake Country Co-op 2nd Avenue Gas Bar & Pro Tackle Shop @ Prince Albert','228 16 Street West, Prince Albert','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (205,'Mobil','591 15 Street East, Prince Albert','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (206,'Marsollier Petroleum','1100 6 Avenue East, Prince Albert','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (207,'7-Eleven','606 Branion Drive, Prince Albert','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (208,'Petro-Pass Truck Stop','3070 Regent Street, Sudbury','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (209,'Shell','1394 Kingsway, Greater Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (210,'Mr Gas','2002-2008 Bancroft Drive, Greater Sudbury','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (211,'Shell','15 Centennial Drive, Greater Sudbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (212,'Canadian Tire Gas+','1070 Barry Downe Road, Sudbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (213,'Northern Metering Svc','1000 Barry Downe Road, Greater Sudbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (214,'Shell','1329 Regent Street, Greater Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (215,'Pioneer - Gas Station','1050 Kingsway, Sudbury','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (216,'Petro-Canada & Car Wash','1065 The Kingsway, Sudbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (217,'Petro-Canada','1810 Regent Street, Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (218,'Pioneer - Gas Station','1232 Lasalle Boulevard, Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (219,'Petro-Pass Truck Stop','1000 Barry Downe Road, Greater Sudbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (220,'Pioneer - Gas Station','463 Falconbridge Road, Greater Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (221,'Mobil','1485 Lasalle Boulevard, Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (222,'Petro-Canada','6822 Ontario 17, Coniston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (223,'Canadian Tire Gas+','2040 Algonquin Road #30, Sudbury','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (224,'Esso','180 Lasalle Boulevard, Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (225,'B F Gas Bar & Car Wash','Veterans Road, Copper Cliff','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (226,'Petro-Canada','1109 Lorne Street, Greater Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (227,'Shell','476 Notre Dame Avenue, Greater Sudbury','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (228,'Co-op Gas Bar','6 Northlands Way Northeast, Medicine Hat','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (229,'Shell','3001 Dunmore Road Southeast, Medicine Hat','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (230,'Esso','1900 South Highway Drive Southeast #1, Redcliff','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (231,'Petro-Canada','820 Redcliff Drive Southwest, Medicine Hat','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (232,'Gas King','642 Kingsway Avenue Southeast, Medicine Hat','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (233,'Gas Plus Airport','1740 Gershaw Drive Southwest, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (234,'HUSKY','707 Red Deer Drive Southwest, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (235,'Shell','18 8 Street Northwest, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (236,'Co-op Gas Bar','540 Maple Avenue Southeast, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (237,'Co-op Gas Bar','3030 13 Avenue Southeast, Medicine Hat','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (238,'HUSKY/ESSO','561 15 Street Southwest, Medicine Hat','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (239,'Petro-Canada Oil & Gas','PO Box 850 Lcd 1, Medicine Hat','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (240,'Shell','355 Southridge Drive Southeast, Medicine Hat','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (241,'Tempo Gas Bar','1740 Gershaw Drive Southwest, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (242,'HUSKY','1276 Strachan Road Southeast Unit 104, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (243,'Petro-Canada','197 Carry Drive Southeast, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (244,'Flying J Travel Center','3700 Highbury Avenue South, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (245,'Petro-Canada Gas Station & Petro-Pass Truck Stop','2900 Box Springs Boulevard Northwest, Medicine Hat','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (246,'Petro-Canada','1071 Ross Glen Drive Southeast, Medicine Hat','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (247,'Petro-Pass Truck Stop','1700 Broadway Avenue East, Redcliff','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (248,'Co-op Cardlock','1631 Broadway Avenue East, Redcliff','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (249,'Canadian Tire Gas+','3070 Wonderland Road South, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (250,'Canadian Tire Gas+','1895 Hyde Park Road, London','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (251,'Petro-Canada','1181 Western Road, London','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (252,'Petro-Canada','1900 Dundas Street unit e, London','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (253,'Petro-Canada & Car Wash','491 Oxford Street West, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (254,'Shell','1390 Wellington Road, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (255,'Shell','463 Wellington Road, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (256,'Shell','957 Hamilton Road, London','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (257,'Shell','1140 Highbury Avenue North, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (258,'Petro-Canada','1790 Ernest Avenue, London','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (259,'Shell','1010 Adelaide Street North, London','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (260,'Mobil','825 Oxford Street East, London','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (261,'Canadian Tire Gas+','360 Horton Street East, London','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (262,'Canadian Tire Gas+','105 Fanshawe Park Road East, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (263,'Encore Fuels','1031 Hamilton Road, London','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (264,'Esso','769 Southdale Road East #16, London','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (265,'Petro-Canada & Car Wash','835 Wellington Road, London','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (266,'Suncor Energy','491 Oxford Street West, London','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (267,'Petro-Pass Truck Stop','660 Clarke Road, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (268,'Canadian Tire Gas+','1515 Regent Avenue West, Winnipeg','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (269,'Co-op Gas Bar','1701 Plessis Road, Winnipeg','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (270,'Red River Co-op Gas Bar','1082 Ellice Avenue, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (271,'Red River Co-op Gas Bar','1123 Gateway Road, Winnipeg','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (272,'Petro-Canada','1180 Nairn Avenue, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (273,'204 Fuels Salter','120 Salter Street, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (274,'BGIS EFS (formerly A&H Petroleum)','1160 Sanford Street, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (275,'Canadian Tire Gas+','720 Saint James Street, Winnipeg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (276,'7-Eleven','1091 Henderson & McLeod, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (277,'Esso','309 Dawson Road North, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (278,'Shell','1909 Main Street, Winnipeg','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (279,'Shell','229 Sherbrook Street, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (280,'Esso','737 Gateway Road, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (281,'Petro-Canada','1091 Henderson Highway, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (282,'Petro-Canada','665 McPhillips Street, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (283,'Shell','1420 Jefferson Avenue, Winnipeg','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (284,'Petro-Canada','1050 Keewatin Street, Winnipeg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (285,'Esso','1034 Beaverhill Boulevard, Winnipeg','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (286,'Shell','373 Salter Street, Winnipeg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (287,'Canadian Tire Gas+','564 Rothesay Avenue, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (288,'Co-op Gas Bar','1925 Portage Avenue, Winnipeg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (289,'Needs Fast Fuel Saint John','2 Plaza Avenue, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (290,'Esso','570 Rothesay Avenue, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (291,'Ultramar','111 Bayside Drive, Saint John','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (292,'Shell','112 Main Street West, Saint John','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (293,'Irving Oil','56 City Road, Saint John','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (294,'Irving Oil','10 Main Street West, Saint John','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (295,'Irving Oil','701 Millidge Avenue, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (296,'Petro-Canada','835 Loch Lomond Road, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (297,'Irving Oil','1385 Hickey Road, Saint John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (298,'Irving Oil','1700 Rothesay Road, Saint John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (299,'Esso','15 Church Avenue, Saint John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (300,'Shell','511 Somerset Street, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (301,'Petro-Canada & Car Wash','5 Hilyard Street, Saint John','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (302,'Scholten''s Somerset - Shell','511 Somerset Street, Saint John','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (303,'Millidgeville Service Centre & Convenience','384 Millidge Avenue, Saint John','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (304,'Petro-Canada & Car Wash','241 Bayside Drive, Saint John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (305,'Irving Oil','783 Fairville Boulevard, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (306,'Canadian Tire Gas+','891 Fairville Boulevard, Saint John','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (307,'Irving Oil','830 Loch Lomond Road, Saint John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (308,'Canadian Tire Gas+','970 Princess Street, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (309,'Shell','357 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (310,'Stinson Gas Station','676 Princess Street, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (311,'Petro-Canada','56 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (312,'Esso','967 Sir John A. Macdonald Boulevard, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (313,'Esso','1465 Princess Street, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (314,'Pioneer - Gas Station','1396 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (315,'Pioneer - Gas Station','2236 Princess Street, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (316,'W.O. Stinson & Sons Gas','1120 Sydenham Road, Kingston','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (317,'Shell','1705 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (318,'Petro-Canada Gas Station & Petro-Pass Truck Stop','1586 Centennial Drive, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (319,'Ultramar - Gas Station','4037 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (320,'Petro-Canada & Car Wash','459 Taylor Kidd Boulevard, Kingston','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (321,'Shell','1213 Division Street, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (322,'Esso','1185 Division Street, Kingston','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (323,'Circle K','2814 Princess Street, Kingston','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (324,'Shell, Canada Limited','1250 Sydenham Road, Kingston','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (325,'Quickie Bath','56 Bath Road, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (326,'P.E.O. Co-Op','Canada','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (327,'Esso','760 Kingston 15, Kingston','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (328,'Petro-Canada','126 Main Street East, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (329,'Canadian Tire Gas+','1321 Barton Street East, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (330,'Shell','10 Legend Court, Ancaster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (331,'Shell','1110 Fennell Avenue East, Hamilton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (332,'Esso','14 Plains Road East, Burlington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (333,'Pioneer - Gas Station','439 Mohawk Road West, Hamilton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (334,'Pioneer - Gas Station','1800 Burlington Street East, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (335,'Pioneer - Gas Station','610 King Street West, Hamilton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (336,'Big Bee Convenience & Food Mart','862 Mohawk Road East, Hamilton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (337,'Ultramar - Gas Station','5 Rymal Road West, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (338,'HUSKY','878 Upper James Street, Hamilton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (339,'Pioneer - Gas Station','859 Upper James Street, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (340,'Husky - Gas Station','963 Burlington Street East, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (341,'Pioneer - Gas Station','221 Limeridge Road East, Hamilton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (342,'Petro-Canada','475 Highway 6, Dundas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (343,'Ultramar - Gas Station','615 Mohawk Road West, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (344,'Canadian Tire Gas+','314 Main Street East, Hamilton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (345,'Pioneer - Gas Station','1160 Fennell Avenue East, Hamilton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (346,'Pioneer - Gas Station','1 Parkdale Avenue North, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (347,'Petro-Canada','813 Upper James Street, Hamilton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (348,'Harnois','1285 Rue Des Champs-√âlys√©es, Chicoutimi','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (349,'Shell','1916 Boulevard Talbot, Chicoutimi','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (350,'Super Sagamie','641 Delisle, Chicoutimi','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (351,'Esso','1455 Boulevard Talbot, Chicoutimi','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (352,'Petro-Canada','972 Chemin de la R√©serve, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (353,'Petro-Canada','1001 Boulevard Sainte-Genevi√®ve, Chicoutimi','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (354,'Ultramar','9 Rue Price Est, Chicoutimi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (355,'Petro-Canada','641 Delisle, Chicoutimi','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (356,'Harnois','950 Rue B√©gin, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (357,'Esso','138 Rue Dub√©, Chicoutimi','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (358,'Petro-Canada','81 Rue Price Ouest, Chicoutimi','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (359,'PETROLES RL','68 Boulevard du Saguenay Est, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (360,'RL √ânergies','45 Rue du Pont, Chicoutimi','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (361,'RL √ânergies','1212 Boulevard Saint-Paul, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (362,'PETROLES RL','130 Rue Arthur Hamel, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (363,'Ultramar','432 Boulevard Sainte-Genevi√®ve, Saguenay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (364,'Super Sagamie','1312 Boulevard Saint-Paul, Chicoutimi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (365,'Petro-Canada et Lave-Auto','1312 Boulevard Saint-Paul, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (366,'Harnois','1476 Boulevard du Saguenay Est, Chicoutimi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (367,'Irving Oil','1579 Boulevard de Tadoussac, Chicoutimi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (368,'Husky - Gas Station','1925 Bowen Road, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (369,'Jingle Pot Gas N Go','2201 Jingle Pot Road, Nanaimo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (370,'Action Fuel Injection','2219 McGarrigle Road, Nanaimo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (371,'Co-op Cardlock','2161 Boxwood Road, Nanaimo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (372,'Super Save Gas','450 Wakesiah Avenue, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (373,'Shell','199 Nicol Street, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (374,'Super Save Gas','2209 Bowen Road, Nanaimo','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (375,'CO-OP','60 Victoria Crescent, Nanaimo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (376,'Nanaimo Gas Bar (Victoria Crescent)','60 Victoria Crescent, Nanaimo','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (377,'Petro-Canada Marine','10 Wharf Street, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (378,'Nanaimo Gas Bar (Harewood)','877 Bruce Avenue, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (379,'Fas Gas Plus - Gas Station','1501 Estevan Road, Nanaimo','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (380,'Shell','1702 Bowen Road, Nanaimo','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (381,'Circle K','4286 Departure Bay Road # 1, Nanaimo','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (382,'Co-op Gas Bar','548 North Road, Gabriola','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (383,'Nanaimo Gas Bar (Brooks Landing)','1901 Highland Boulevard, Nanaimo','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (384,'Petro-Canada','2300 Northfield Road, Nanaimo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (385,'Mid Island Co-op','1350 Cranberry Road, Nanaimo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (386,'Petro-Canada','2875 Departure Bay Road, Nanaimo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (387,'Chevron - Gas Station','3988 Island Highway North, Nanaimo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (388,'Petro-Canada & Car Wash','623 Yonge Street, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (389,'Shell','204 Grove Street East, Barrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (390,'Petro-Canada & Car Wash','151 Mapleview Drive West, Barrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (391,'Pioneer - Gas Station','453 Dunlop Street West, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (392,'Esso','62 Essa Road, Barrie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (393,'Petro-Canada','320 Blake Street, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (394,'Shell Select Foodstore','601 Yonge Street, Barrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (395,'Canadian Tire Gas+','320 Bayfield Street, Barrie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (396,'Shell','601 Yonge Street, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (397,'Ultramar - Gas Station','71 Anne Street South, Barrie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (398,'Petro-Pass Truck Stop','265 Burton Avenue, Barrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (399,'Husky - Gas Station','118 Little Avenue, Barrie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (400,'ONroute Barrie','201 Fairview Road, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (401,'Pioneer - Gas Station','565 Yonge Street, Barrie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (402,'Ultramar','90 Mapleview Drive East, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (403,'Costco Gas Station','41 Mapleview Drive East, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (404,'Petro-Canada','1555 Ontario 11, Shanty Bay','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (405,'The Sarjeant Co. Ltd. - Barrie','15 Sarjeant Drive, Barrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (406,'Canadian Tire Gas+','77 Mapleview Drive West, Barrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (407,'Esso','7 Anne Street North, Barrie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (408,'Canadian Tire Gas+','81 Talbot Street West, Leamington','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (409,'Double Seven Gas & Car Wash','1 Wilkinson Drive Unit B, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (410,'Petro-Canada','160 Erie Street North, Leamington','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (411,'Shell','40 Seacliff Drive West, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (412,'Mobil','201 Talbot Street East, Leamington','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (413,'ESSO Leamington - Oak & Victoria','33 Oak Street East, Leamington','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (414,'Esso','33 Oak Street West, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (415,'7-Eleven','@, 138 Erie St., S, Oak Street East, Leamington','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (416,'Mobil','215 Talbot Street East, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (417,'Circle K','2 Seacliff Drive West, Leamington','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (418,'Caldwell gas & variety','1032 Mersea Road 1, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (419,'Fuel dock-Leamington Marina','90 Robson Road, Leamington','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (420,'UPI Energy FS and J & J Variety/J & J Vape','468 Ontario 77, Leamington','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (421,'Johnny''s breakaway 24 HRS Pay at the Pump','448 Talbot Street West, Leamington','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (422,'Breakaway','448 Talbot Street West, Leamington','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (423,'Esso','1568 Seacliff Drive, Kingsville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (424,'Irving Oil','95 Main Street, Fredericton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (425,'Canadian Tire Gas+','1025 Prospect Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (426,'Esso','361 Main Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (427,'Irving Oil','253 Canada Street, Fredericton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (428,'ST. MARY''S GAS BAR','150 Cliffe Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (429,'Petro-Canada & Car Wash','20 Royal Road, Fredericton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (430,'Shell','562 Riverside Drive, Fredericton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (431,'Shell','325 Sunset Drive, Fredericton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (432,'Costco Gas Station','25 Wayne Squibb Boulevard, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (433,'Needs Fast Fuel Fredericton','530 Brookside Drive A, Fredericton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (434,'Ultramar - Gas Station','247 Canada Street, Fredericton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (435,'Irving Oil','130 Bishop Drive, Fredericton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (436,'Irving Oil','1769 Lincoln Road, Fredericton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (437,'Hanwell Irving','1735 Hanwell Road, Hanwell','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (438,'Gas Station','429 New Maryland Highway UNIT 101, New Maryland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (439,'Irving Oil','396 Lincoln Road, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (440,'Wilsons','336 Greenwood Drive, Richibucto Road','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (441,'Irving Oil','181 King Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (442,'Petro-Canada & Car Wash','939 Prospect Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (443,'Esso','1190 Smythe Street, Fredericton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (444,'Essence+ de Canadian Tire','790 Rue King Ouest, Sherbrooke','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (445,'Petro-Canada','5005 Boulevard Industriel, Sherbrooke','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (446,'Esso','1585 Rue Dunant, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (447,'Esso','735 Rue Paul-Desruisseaux, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (448,'Esso','89 Rue Queen, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (449,'Shell','825 Rue des Jardins-Fleuris, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (450,'Shell','3265 Rue King Ouest, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (451,'Ultramar - Gas Station','3200 Chemin de Sainte-Catherine, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (452,'Petro-Canada','700 Rue Galt Ouest, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (453,'Petro-Canada','765 Rue Goretti, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (454,'Ultramar','1330 Rue Dunant, Sherbrooke','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (455,'Ultramar','705 Boulevard Jacques-Cartier Nord, Sherbrooke','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (456,'Ultramar - Gas Station','421 Rue King Est, Sherbrooke','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (457,'Ultramar - Gas Station','855 Rue Galt Est, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (458,'Couche-Tard','875 Rue King Est, Sherbrooke','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (459,'Irving Oil','2525 Rue King Ouest, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (460,'Irving Oil','825 Rue des Quatre-Saisons, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (461,'Irving Oil','2558 Rue Galt Ouest, Sherbrooke','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (462,'Couche-Tard','2900 Boulevard de Portland, Sherbrooke','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (463,'Ultramar','2900 Boulevard de Portland, Sherbrooke','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (464,'Chevron - Gas Station','3305 32 Street, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (465,'Super Save Gas Station','4415 27 Street, Vernon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (466,'Hunter''s','4600 Pleasant Valley Road, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (467,'Petro-Canada','4301 25 Avenue, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (468,'Petro-Pass Truck Stop','3308 48 Avenue, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (469,'Co-op Gas Bar','3401 32 Street, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (470,'Shell','3800 32 Street, Vernon','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (471,'Esso','4800 27 Street, Vernon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (472,'Super Save Gas Station','3603 32 Street, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (473,'Super Save Gas Station','4218 25 Avenue, Vernon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (474,'Village Green Esso','4800 27 Street, Vernon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (475,'Petro-Canada','4709 27 Street, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (476,'Canadian Tire Gas+','4512 27 Street, Vernon','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (477,'7-Eleven','2409 34 Street, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (478,'7-Eleven','3400 32 Street, Vernon','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (479,'Petro-Canada','3201 39 Avenue, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (480,'Petro-Canada','1250 Middleton Way, Vernon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (481,'HUSKY','4500 27 Street, Vernon','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (482,'CENTEX','9912 Kalamalka Road, Coldstream','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (483,'Mobil','2501 34 Street, Vernon','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (484,'Petro-Canada','193 Wilson Avenue, St. Thomas','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (485,'Canadian Tire Gas+','1063 Talbot Street #20, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (486,'Petro-Canada','400 Highbury Avenue South, St. Thomas','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (487,'Ultramar - Gas Station','245 South Edgeware Road, St. Thomas','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (488,'Canco Gas + One Stop Convenience','10075 Sunset Drive, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (489,'Mobil','1061 Talbot Street, St. Thomas','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (490,'Pioneer - Gas Station','1089 Talbot Street, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (491,'On The Run - Convenience Store','1089 Talbot Street, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (492,'Pioneer - Car Wash','1089 Talbot Street, St. Thomas','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (493,'Lynhurst LCBO/The beer store','10090 Wellington Road, Central Elgin','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (494,'Esso','10090 Wellington Road, St. Thomas','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (495,'Shell','123 Fairview Avenue, St. Thomas','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (496,'Talbotville Esso','9844 Sunset Drive, St. Thomas','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (497,'Petro Canada','43739 Ron McNeil Line, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (498,'Mobil Mart','12000 Wellington Road, St. Thomas','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (499,'Mobil','12000 Wellington Road, St. Thomas','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (500,'Davis Fuels','7340 Colonel Talbot Road, London','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (501,'London Esso Fuel Centre & Convenience','7340 Colonel Talbot Road, London','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (502,'Ultramar','6905 Rue Sherbrooke Ouest, Montr√©al','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (503,'Shell','6201 Boulevard D√©carie, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (504,'Ultramar - Gas Station','200 Boulevard Cote Vertu Ouest, Saint-Laurent','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (505,'Esso','1515 Boulevard Taschereau, Longueuil','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (506,'Shell','1055 Rue Jarry Est, Montr√©al','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (507,'Shell','5330 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (508,'Petro-Canada','767 Rue Saint-Laurent Ouest, Longueuil','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (509,'Ultramar','1375 Boulevard Roland-Therrien, Longueuil','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (510,'R C F Cobuzzi Inc','2480 Rue Tillemont, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (511,'Shell','1010 Rue Jarry Ouest, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (512,'Petro-Canada','2520 Rue Marie-Anne, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (513,'Petro-Canada','6705 Rue Saint-Denis, Montr√©al','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (514,'Ultramar','1810 Rue Saint-Zotique East, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (515,'Esso','5500 Boulevard D√©carie, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (516,'Shell','2500 Rue B√©langer, Montr√©al','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (517,'Shell','2770 Rue Notre-Dame Ouest, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (518,'Couche-Tard','3246 Rue B√©langer, Montr√©al','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (519,'Shell','4690 Chemin de la C√¥te-des-Neiges, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (520,'Shell','1450 Avenue Woodland, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (521,'Shell','3405 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (522,'Canadian Tire Gas+','596 64 Avenue Northeast, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (523,'Canadian Tire Gas+','5404 Dalton Drive, Calgary','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (524,'Esso','1201 1 Street Southeast, Calgary','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (525,'Centex','1740 16 Avenue Northwest, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (526,'Tempo Gas Bar','5005 Dalhousie Drive Northwest #301, Calgary','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (527,'Canadian Tire Gas+','5196 Richmond Road Southwest, Calgary','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (528,'Kensington Auto','2201 Kensington Road Northwest, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (529,'Calgary Co-op Heritage Towne Gas Station','6 Heritage Gate Southeast, Calgary','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (530,'Esso','3803 17 Avenue Southwest, Calgary','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (531,'Shell','2020 16 Avenue Northeast, Calgary','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (532,'TEMPO Gas Bar','3824 Bow Trail Southwest, Calgary','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (533,'Canadian Tire Gas+','3516 8 Avenue Northeast, Calgary','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (534,'Shell','3808 Bow Trail Southwest, Calgary','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (535,'Shell','7014 Fairmount Drive Southeast, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (536,'Centex Petroleum','3110 36 Street Southeast, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (537,'Husky Cardlock Petrol Station','3716 Richmond Road Southwest, Calgary','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (538,'Shell Canada Limited','Shell Centre, 400 4 Avenue Southwest, Calgary','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (539,'Gas Plus','204 11 Avenue Southeast, Calgary','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (540,'7-Eleven','1201 1 Street Southeast, Calgary','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (541,'Centex Memorial','12 4 Street Northeast, Calgary','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (542,'Canadian Tire Gas+','14721 Yonge Street, Aurora','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (543,'Shell','16634 Yonge Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (544,'Petro-Canada & Car Wash','250 Mulock Drive, Newmarket','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (545,'Shell','1501 Wellington Street East, Aurora','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (546,'Petro-Canada','15228 Woodbine Avenue, Gormley','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (547,'Esso','18080 Yonge Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (548,'Petro-Pass Truck Stop','1172 Twinney Drive, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (549,'Suncor Energy','1195 Davis Drive, Newmarket','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (550,'Petro-Canada & Car Wash','15612 Yonge Street, Aurora','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (551,'Ultramar','15255 Leslie Street, Aurora','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (552,'Ultramar - Gas Station','19659 Leslie Street, Queensville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (553,'Canadian Tire Gas+','17740 Yonge Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (554,'Shell','18263 Yonge Street, East Gwillimbury','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (555,'Esso','17145 Yonge Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (556,'Petro-Canada','540 Mulock Drive, Newmarket','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (557,'Petro-Canada','15440 Yonge Street, Aurora','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (558,'Esso','1472 Wellington Street East, Aurora','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (559,'Shell','18233 Leslie Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (560,'Petro-Canada & Car Wash','1195 Davis Drive, Newmarket','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (561,'Petro-Canada & Car Wash','17111 Yonge Street, Newmarket','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (562,'Esso','5702 Granville Street, Vancouver','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (563,'Esso','4064 Fraser Street, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (564,'Esso','1205 Burrard Street, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (565,'Esso','1795 West Broadway, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (566,'False Creek Fuels','1655 Whyte Avenue, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (567,'Chevron - Gas Station','5252 Victoria Drive, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (568,'Chevron - Gas Station','1720 Rupert Street, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (569,'Chevron - Gas Station','1212 East Hastings Street, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (570,'Chevron - Gas Station','3030 Boundary Road, Burnaby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (571,'Chevron - Gas Station','1720 Nanaimo Street, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (572,'Super Save Gas Station','1317 East 12th Avenue, Vancouver','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (573,'Petro-Canada','1490 Marine Drive, West Vancouver','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (574,'Chevron','Coal Harbour Marine, Vancouver','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (575,'Chevron - Gas Station','1490 Main Street, North Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (576,'Esso','1010 West King Edward Avenue, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (577,'Shell','1295 East 12th Avenue, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (578,'Propane','1317 East 12th Avenue, Vancouver','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (579,'Petro-Canada','2808 West Broadway, Vancouver','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (580,'7-Eleven','4064 Fraser Street, Vancouver','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (581,'On The Run - Convenience Store','660 3rd Street West, North Vancouver','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (582,'Shell','109 Centre Avenue East, Airdrie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (583,'Esso','905 1 Avenue Northwest, Airdrie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (584,'Shell','2820 Main Street South, Airdrie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (585,'Shell','529 2 Avenue Southeast, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (586,'Flying J','85 East Lake Crescent Northeast, Airdrie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (587,'Petro-Canada','190 East Lake Crescent Northeast, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (588,'Kimmer Convenience & Carwash','800 Veterans Boulevard Northwest Unit 200, Airdrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (589,'Airdrie UFA Petroleum Agency & Cardlock','#100, 937 Highland Park Blvd NE, Airdrie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (590,'Petro-Canada','2020 Luxstone Boulevard Southwest #101A, Airdrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (591,'Calgary Co-op Sierra Springs Gas Station','2700 Main Street South #900, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (592,'Petro-Canada','800 Yankee Valley Boulevard, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (593,'7-Eleven','800 Yankee Valley Boulevard Unit 213, Airdrie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (594,'7-Eleven','900 Market Street, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (595,'Shell','401 Cooperswood Place Southwest, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (596,'Gas Plus: Propane, Fireworks, U-Haul','100 Main Street, Balzac','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (597,'Costco Gas Station','293020 CrossIron Common #300','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (598,'Petro-Canada & Car Wash','261200 Crossiron Boulevard #100, Rocky View','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (599,'SPS Svc','42 East Lake Green Northeast, Airdrie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (600,'Esso','900 Market Street, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (601,'Fas Gas Plus - Gas Station','128 Main Street South, Airdrie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (602,'Fas Gas Plus - Gas Station','4210 44 Street, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (603,'Fas Gas Plus - Gas Station','5640 50 Avenue, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (604,'Imperial Oil Ltd','5203 63 Avenue, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (605,'HUSKY/ESSO','5721 44 Street, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (606,'Kings Energy Group','5310 52 Street, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (607,'Westside Gas Bar','6309 44 Street, Lloydminster','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (608,'Shell','5635 44 Street, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (609,'Esso','5509 44 Street, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (610,'Petro-Canada','4911 44 Street, Lloydminster','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (611,'Shell','4403 45 Avenue, Lloydminster','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (612,'Lloyd Agro Co-op Cardlock','4515 52 Street, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (613,'HUSKY','5906 50 Avenue, Lloydminster','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (614,'Shell','2904 50 Avenue, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (615,'Petro-Pass Truck Stop','5904 44 Street, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (616,'Shell Flying J','5209 63 Avenue, Lloydminster','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (617,'Lloydminster UFA Petroleum Agency & Cardlock','5601 63 Avenue, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (618,'Husky Energy Inc','5803A 63 Avenue, Blackfoot','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (619,'7-Eleven','7401 34 Street, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (620,'Canadian Tire Gas+','4219 70 Avenue, Lloydminster','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (621,'Fas Gas Plus','4402 52 Avenue suite 102, Lloydminster','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (622,'Canadian Tire Gas+','500 Terry Fox Drive, Kanata','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (623,'Shell','106 Eagleson Road, Kanata','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (624,'B & L Automotive','660 Eagleson Road, Kanata','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (625,'Ultramar - Gas Station','401 March Road, Ottawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (626,'Petro-Canada & Car Wash','570 Terry Fox Drive, Kanata','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (627,'Ultramar - Gas Station','480 Hazeldean Road, Ottawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (628,'Petro-Canada & Car Wash','500 Eagleson Road, Kanata','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (629,'On The Run - Convenience Store','5943 Hazeldean Road, Ottawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (630,'Ultramar - Gas Station','5943 Hazeldean Road, Ottawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (631,'Ultramar - Gas Station','660 Eagleson Road, Kanata','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (632,'Shell','2145 Carp Road, Carp','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (633,'Petro-Canada & Car Wash','6061 Hazeldean Road, Stittsville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (634,'Ultramar','267 Rue Front, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (635,'Quickie Stonehaven','800 Stonehaven Drive, Kanata','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (636,'Ultramar','209 Chemin d''''Aylmer, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (637,'Couche-Tard','209 Chemin d''''Aylmer, Gatineau','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (638,'Shell','720 March Road, Ottawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (639,'Canadian Tire Gas+','2135 Robertson Road, Nepean','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (640,'Esso','44 Edgewater Street, Kanata','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (641,'Mr Gas','5899 Hazeldean Road, Stittsville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (642,'Esso','45970 First Avenue, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (643,'Petro-Canada','7591 Vedder Road, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (644,'Shell','45740 Yale Road W, Chilliwack','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (645,'Shell','6385 Vedder Road, Chilliwack','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (646,'Husky - Gas Station','8845 Young Road, Chilliwack','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (647,'Shell','8236 Eagle Landing Parkway, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (648,'Petro-Canada','45632 Yale Road, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (649,'Centex','45571 Yale Road, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (650,'Chevron - Gas Station','45086 Yale Road, Chilliwack','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (651,'Co-op Gas Bar','44046 Progress Way, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (652,'Northside Pete at Lickman Road','7970 Lickman Road, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (653,'Chevron - Gas Station','7520 Vedder Road, Chilliwack','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (654,'Esso','4161 Columbia Valley Road, Cultus Lake','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (655,'Petro-Pass Truck Stop','41420 Yale Road, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (656,'Chevron - Gas Station','45864 Yale Road, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (657,'HUSKY/ESSO','7620A Vedder Road, Chilliwack','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (658,'Esso','7680 Amber Drive, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (659,'Chevron - Gas Station','45929 Hocking Avenue, Chilliwack','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (660,'Husky Market - Convenience Store','8845 Young Road, Chilliwack','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (661,'Canco One Shop','45738 Yale Road, Chilliwack','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (662,'Ultramar - Gas Station','992 Avenue Royale, Qu√©bec City','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (663,'Couche-Tard','900 Boulevard Ren√©-L√©vesque Ouest, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (664,'Essence+ de Canadian Tire','4895 Boulevard de l''''Ormi√®re, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (665,'Petro-Canada','580 Boulevard Wilfrid-Hamel, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (666,'Shell','2125 Chemin Sainte-Foy, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (667,'Petro-Canada','115 Rue Dalhousie, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (668,'EKO','285 18e Rue, Qu√©bec','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (669,'Shell','1254 18e Rue, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (670,'Couche-Tard','1655 Avenue D''''Estimauville, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (671,'Esso','2530 Boulevard Central, Qu√©bec','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (672,'Irving Oil','6665 Boulevard Guillaume-Couture, L√©vis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (673,'Shell','5900 Boulevard √âtienne-Dallaire, L√©vis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (674,'Petro-Canada','7400 Boulevard Guillaume-Couture, L√©vis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (675,'Irving Oil','470 Avenue Saint-Sacrement, Qu√©bec City','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (676,'Ultramar - Gas Station','201 4e Rue, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (677,'Irving Oil','515 Boulevard Alphonse-Desjardins, L√©vis','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (678,'Eko','5656 Rue Saint-Georges, L√©vis','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (679,'Irving Oil','750 Boulevard Charest Ouest, Qu√©bec','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (680,'Ultramar - Gas Station','4915 Boulevard Guillaume-Couture, L√©vis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (681,'Ultramar','576 Boulevard Wilfrid-Hamel, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (682,'Esso','450 Bank Street, Ottawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (683,'Esso','395 Montr√©al Road, Vanier','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (684,'Costco Gas Station','123 Roydon Place, Nepean','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (685,'Petro-Canada','1847 Bank Street, Ottawa','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (686,'Shell','1 Montr√©al Road, Vanier','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (687,'Petro-Canada','47 Boulevard Gr√©ber, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (688,'Ultramar','3199 Hawthorne Road, Ottawa','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (689,'Esso','51 Boulevard Fournier, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (690,'Canadian Tire Gas+','2006 Ogilvie Road, Gloucester','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (691,'Shell','1050 Boulevard Saint-Joseph, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (692,'Quickie Place-Riel','24 Boulevard du Mont-Bleu, Gatineau','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (693,'ECONO','1111 Ogilvie Road, Gloucester','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (694,'Esso','1584 Merivale Road, Nepean','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (695,'Quickie Gatineau','108 Boulevard Gr√©ber, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (696,'W.O. Stinson and Son Ltd.','1627 Cyrville Road, Gloucester','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (697,'Quickie Convenience Store','Old City, 655 Bronson Avenue, Ottawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (698,'Couche-Tard','190 Rue Saint-R√©dempteur, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (699,'Ultramar','190 Rue Saint-R√©dempteur, Gatineau','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (700,'Petro-Canada','390 Parkdale Avenue, Ottawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (701,'Mr Gas','1970 Ogilvie Road, Gloucester','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (702,'Canadian Tire Gas+','510 Saint Peter Avenue, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (703,'Shell','1409 Sunset Drive, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (704,'Ultramar','575 Bridge Street, Bathurst','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (705,'Needs Fast Fuel Bathurst','1115 Saint Peter Avenue, Bathurst','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (706,'Irving Oil','310 Vanier Boulevard, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (707,'Esso','6 RTE 315, North Tetagouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (708,'Esso','100 Harbourview Boulevard, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (709,'Petro-Canada & Car Wash','896 Main Street, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (710,'Shell','575 Bridge Street, Bathurst','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (711,'Mobil','700 Saint Peter Avenue, Bathurst','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (712,'Sobey''S Bathurst Fast Fuel','1125 Saint Peter Avenue, Bathurst','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (713,'Irving Gas Station','1555 Vanier Boulevard, Bathurst','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (714,'Shell','1079 Rue Principale, Beresford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (715,'Ultramar','1079 Rue Principale, Beresford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (716,'XTR - Pabineau Gas Bar & Tobacco Shop','1295 Pabineau Falls Road, Pabineau First Nation','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (717,'Xtr','Pabineau Falls Road, Pabineau Falls','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (718,'Speedway','2318 Oak Street, Port Huron','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (719,'Marathon Gas','1301 Military Street, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (720,'Esso','160 Vidal Street North, Sarnia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (721,'Petro-Canada','1339 London Road, Sarnia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (722,'Petro-Canada & Car Wash','395 Christina Street North, Sarnia','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (723,'bp','2539 Pine Grove Avenue, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (724,'Speedway','2621 Pine Grove Avenue, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (725,'Kroger Fuel Center','1215 24th Street, Port Huron','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (726,'Pioneer - Gas Station','1070 Confederation Street, Sarnia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (727,'bp','2319 24th Street, Port Huron','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (728,'Pacific Pride','2319 24th Street, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (729,'Sam''s Club Gas Station','Stadium Center Shopping Center, 1237 32nd Street, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (730,'Canadian Tire Gas+','1380 London Road, Sarnia','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (731,'Shell','1486 Plank Road, Sarnia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (732,'Marathon Gas','3578 Pine Grove Avenue, Port Huron','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (733,'Suncor','Sarnia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (734,'Suncor Energy Products Partnership','Sarnia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (735,'Kroger Fuel Center','2925 Krafft Road, Port Huron','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (736,'Petro-Canada','1010 Degurse Drive, Sarnia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (737,'Speedway','2611 Ravenswood Road, Port Huron','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (738,'Essence+ de Canadian Tire','580 Rue Principale, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (739,'Shell','236 Rue Robinson Sud, Granby','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (740,'Harnois','187 Rue Fr√©chette, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (741,'Esso','14 Rue Langlois, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (742,'Petro-Canada et Lave-Auto','1020 Rue Principale, Granby','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (743,'Petro-Pass Truck Stop','619 Rue Laurent, Granby','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (744,'Couche-Tard | Station-Service','141 Boulevard Leclerc Est, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (745,'Ultramar - Gas Station','189 Rue Denison Est, Granby','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (746,'Esso','825 Rue Maisonneuve, Granby','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (747,'Harnois','577 Rue Saint-Hubert, Granby','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (748,'Petro-Canada','300 Rue Brignon, Granby','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (749,'Esso','Canton De, 1000 Chemin Denison Est, Shefford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (750,'Irving Oil','223 Rue Saint-Hubert, Granby','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (751,'Couche-Tard | Station-Service','351 Rue Saint Charles Sud, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (752,'Esso','373 Rue Dufferin, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (753,'Shell','134 Rue Robitaille, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (754,'Irving Oil','250 Rue Saint-Jude Nord, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (755,'Couche-Tard','597 Rue Dufferin, Granby','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (756,'Shell','474 Rue Georges-Cros, Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (757,'Esso','2991 Rue Brodeur Est, Saint-Alphonse-de-Granby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (758,'Canadian Tire Gas+','2905 King Street East, Kitchener','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (759,'Transit Petroleum Ltd','Kitchener','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (760,'Pioneer - Gas Station','1105 King Street East, Kitchener','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (761,'Petro-Canada','1015 Ottawa Street North, Kitchener','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (762,'Canadian Tire Gas+','1080 Victoria Street North, Kitchener','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (763,'Canadian Tire Gas+','400 Weber Street North, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (764,'Esso','585 Doon Village Road, Kitchener','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (765,'Canadian Tire Gas+','650 Erb Street West, Waterloo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (766,'Shell','373 Bridge Street West, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (767,'Ultramar - Gas Station','136 Weber Street South, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (768,'Petro-Canada & Car Wash','426 Highland Road West, Kitchener','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (769,'Pioneer - Gas Station','780 Highland Road West, Kitchener','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (770,'Shell','1450 Block Line Road, Kitchener','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (771,'Gas Station','207 Bridge Street West, Waterloo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (772,'Petro-Canada & Car Wash','1178 Fischer-Hallman Road, Kitchener','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (773,'Circle K','40 Pioneer Drive, Kitchener','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (774,'Petro-Canada & Car Wash','565 King Street North, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (775,'Petro-Canada','730 Glen Forrest Boulevard, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (776,'Petro-Canada & Car Wash','4319 King Street East, Kitchener','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (777,'Wagner‚Äôs Corner - Esso','885 King Street North, Waterloo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (778,'Canadian Tire Gas+','503 Norwich Avenue, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (779,'Petro-Canada & Car Wash','535 Norwich Avenue, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (780,'Shell','703 Devonshire Avenue, Woodstock','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (781,'Petro-Pass Truck Stop','8 Churchill Place, Woodstock','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (782,'Petro-Canada','1474 Dundas Street, Woodstock','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (783,'Canadian Tire Gas+','164 - 680 Highway 401 Eastbound, Woodstock','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (784,'ONroute Woodstock','401225 Ontario 401, Woodstock','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (785,'Esso','595771 Oxford 59, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (786,'INNERKIP COMMUNITY FOOD MARKET','177 Blandford Street, Innerkip','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (787,'Esso','371 Norwich Avenue, Woodstock','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (788,'Esso','Rr 5 Stn, Main Street, Woodstock','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (789,'7-Eleven','3 Huron Street, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (790,'Esso','960 Dundas Street, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (791,'Pioneer - Gas Station','334 Norwich Avenue, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (792,'Shell','379 Norwich Avenue, Woodstock','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (793,'N R Fuels & Convenience','379 Norwich Avenue, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (794,'Shell','200 Dundas Street, Woodstock','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (795,'Esso','200 Dundas Street, Woodstock','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (796,'Ultramar','960 Dundas Street, Woodstock','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (797,'Esso','949 Devonshire Avenue, Woodstock','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (798,'Canadian Tire Gas+','5908 Gaetz Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (799,'Esso','7111 50 Avenue, Red Deer','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (800,'Co-op Gas Bar','4505 49 Avenue, Red Deer','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (801,'Fas Gas Plus - Gas Station','5926 54 Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (802,'Fas Gas Plus','5101 76 Street E, Red Deer','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (803,'Fas Gas Plus','101 Burnt Lake Trail','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (804,'Penetrators Canada Inc','8002 Edgar Industrial Avenue, Red Deer','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (805,'L & R Husky Bulk Sales Ltd.','8120 Edgar Industrial Drive, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (806,'Fas Gas Plus','7110 Gaetz Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (807,'Esso','45 Gasoline Alley East','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (808,'Proswab Oil Field Svc Inc','Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (809,'7-Eleven','6020 67 Street, Red Deer','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (810,'Fas Gas Plus - Gas Station','6720 52 Avenue #100, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (811,'7-Eleven','7111 50 Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (812,'Centex','7141 50 Avenue, Red Deer','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (813,'Petro-Pass Truck Stop','4323 54 Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (814,'Centex','103 Greenham Drive, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (815,'Shell','62 Carleton Avenue #120, Red Deer','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (816,'Co-op Gas Bar','3929 39 Street, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (817,'Mobil','4 Clearview Market Way, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (818,'Esso','932 Brock Street North, Whitby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (819,'Canadian Tire Gas+','1333 Wilson Road North, Oshawa','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (820,'Canadian Tire Gas+','4080 Garden Street, Whitby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (821,'Frew Petroleum','190 Wentworth Street East, Oshawa','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (822,'Pioneer','258 Park Road South, Oshawa','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (823,'Shell','685 Taunton Road East, Whitby','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (824,'Pioneer - Gas Station','1401 King Street East, Courtice','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (825,'Esso','& Cedar, 245 Wentworth Street West, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (826,'Pioneer - Gas Station','1600 Rossland Road East, Whitby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (827,'Shell','520 King Street West, Oshawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (828,'Esso','720 Taunton Road East, Whitby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (829,'On The Run - Convenience Store','1330 Wilson Road North, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (830,'GLOBAL','540 Taunton Road East, Oshawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (831,'Costco Gas Station','130 Ritson Road North, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (832,'Pioneer - Gas Station','351 Wilson Road South, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (833,'Ultramar - Gas Station','1818 Simcoe Street North, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (834,'Shell','1350 Taunton Road East, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (835,'Pioneer - Gas Station','800 Taunton Road West, Oshawa','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (836,'Ultramar - Gas Station','674 Simcoe Street South, Oshawa','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (837,'Wilsons','289 Herring Cove Road, Halifax','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (838,'Petro-Pass Truck Stop','190 Wentworth Street East, Oshawa','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (839,'Irving Oil','389 Bedford Highway, Halifax','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (840,'Needs Halifax Lady Hammond Rd','5921 Lady Hammond Road, Halifax','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (841,'Esso','390 Pleasant Street, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (842,'Esso','908 Cole Harbour Road, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (843,'Wilsons Gas Stop','30 Farnham Gate Road, Halifax','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (844,'Petro-Canada','909 Cole Harbour Road #907, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (845,'Needs Convenience Halifax Chebucto Road','6130 Chebucto Road, Halifax','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (846,'Needs Convenience Robie Street','Shell, 2616 Robie Street, Halifax','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (847,'Mobil','1145 Barrington Street, Halifax','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (848,'Petro-Canada','240 Victoria Road, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (849,'Needs Convenience Halifax Herring Cove','33 Herring Cove Road, Halifax','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (850,'Needs Convenience Dartmouth','100 Highfield Park Drive, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (851,'Needs Fast Fuel Prince Albert Rd','303 Prince Albert Road, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (852,'Irving Oil','275 Baker Drive, Dartmouth','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (853,'Needs Fast Fuel Penhorn Mall','543 Portland Street, Dartmouth','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (854,'Needs Convenience Dartmouth Highfield','14 Highfield Park Drive, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (855,'Ultramar - Gas Station','640 Windmill Road, Dartmouth','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (856,'Shell','975 Wilkinson Avenue, Dartmouth','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (857,'Needs Convenience Dartmouth Astral Dr','8 Astral Drive, Dartmouth','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (858,'Esso','2154 Riverside Drive, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (859,'Esso','690 Riverpark Road, Timmins','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (860,'Pioneer','1455 Riverside Drive, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (861,'Petro-Pass Truck Stop','364 Moneta Avenue, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (862,'Petro-Canada','31 Algonquin Boulevard West, Timmins','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (863,'Shell','565 Algonquin Boulevard East, Timmins','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (864,'Esso','109 Harold Avenue, South Porcupine','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (865,'Canadian Tire Gas+','55 Waterloo Road, Timmins','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (866,'Petro-Canada','4310 Harold Avenue, South Porcupine','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (867,'Shell','1300 Riverside Drive, Timmins','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (868,'Esso','562 Algonquin Boulevard East, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (869,'Mackey Fuels WA Ltd','425 Rea Street South, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (870,'Circle K','287 Algonquin Boulevard West, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (871,'Snack Express - Convenience Store','1455 Riverside Drive, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (872,'2628340 Ontario Inc','1455 Riverside Drive, Timmins','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (873,'Martin Fuels Cardlock Timmins','1635 Riverside Drive, Timmins','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (874,'Canadian Tire Gas+','2207 Riverside Drive, Timmins','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (875,'Canadian Tire Gas+','20 Market Drive #1, Milton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (876,'Shell','8612 HWY-25 North, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (877,'Pioneer - Gas Station','432 Steeles Avenue East, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (878,'Petro-Pass Truck Stop','615 Steeles Avenue East, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (879,'Petro-Canada & Car Wash','620 Thompson Road South, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (880,'Pioneer','8473 Regional Road 25, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (881,'Petrocanada','8520-8528 Regional Road 25, Milton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (882,'Petro-Pass Truck Stop','3025 James Snow Parkway North, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (883,'Esso','6783 Guelph Line, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (884,'Esso','8017 Hornby Road, Halton Hills','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (885,'Petro-Canada','13605 Steeles Avenue W, Hornby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (886,'Ultramar','8013 Trafalgar Road, Hornby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (887,'Petro-Canada Gas Station & Petro-Pass Truck Stop','7443 Trafalgar Road, Hornby','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (888,'Shell','7975 Trafalgar Road, Hornby','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (889,'Petro-Canada','6004 Trafalgar Road, Milton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (890,'Esso','6788 Regional Road 25, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (891,'Esso','1515 Main Street East, Milton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (892,'Petro-Canada & Car Wash','5 Main Street East, Milton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (893,'Esso','640 Martin Street, Milton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (894,'Petro-Canada','591 Ontario Street South, Milton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (895,'Esso','5000 Forrest Drive, Yellowknife','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (896,'Gastown NT','356 Old Airport Road, Yellowknife','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (897,'Shell','482 Range Lake Road, Yellowknife','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (898,'Fuel Flo Logistics Inc','3622 McAvoy Road, Yellowknife','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (899,'Petro-Canada Petro-Pass Cardlock','332 Old Airport Road, Yellowknife','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (900,'Petro-Pass Truck Stop','324 Old Airport Road, Yellowknife','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (901,'Co-op Gas Bar','321 Old Airport Road, Yellowknife','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (902,'Polar Fuels','Canada','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (903,'Matonabee Petroleum Ltd.','117 Kam Lake Road, Yellowknife','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (904,'Canadian Tire Gas+','3920 Dougall Avenue, Windsor','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (905,'Speedway','711 East Jefferson Avenue, Detroit','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (906,'bp','6420 Van Dyke Avenue, Detroit','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (907,'CITGO Michigan & Livernois','4000 Livernois, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (908,'Michigan Fuels','2010 East Jefferson Avenue, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (909,'bp','10736 East Jefferson Avenue, Detroit','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (910,'Esso','1809 Tecumseh Road East, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (911,'Mobil','1920 Fisher Freeway, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (912,'Petro-Canada','50 Tecumseh Road West, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (913,'Mobil','5001 Trumbull, Detroit','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (914,'Dannaoui Brother Inc','2600 East Jefferson Avenue, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (915,'BP Bulk Terminal','205 Marion Avenue, River Rouge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (916,'Shell','1410 Huron Church Road, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (917,'bp','4276 West Fort Street, Detroit','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (918,'Shell','3178 Dougall Avenue, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (919,'Petro-Canada & Car Wash','824 Wyandotte Street East, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (920,'Marathon Gas','1500 West Fort Street, Detroit','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (921,'bp','2971 West Warren Avenue W, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (922,'Esso','3511 Wyandotte Street East, Windsor','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (923,'Marathon Gas','4400 Fisher Freeway, Detroit','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (924,'Ultramar','222 Rue Principale Sud, Amos','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (925,'Resto L''Entourage','2900 Route 111 Ouest, Amos','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (926,'Petro-Canada Gas Station & Petro-Pass Truck Stop','352 6e Rue Ouest, Amos','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (927,'Shell','71 Rue Principale Sud, Amos','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (928,'Petro Pass','112 Qu√©bec 109, Amos','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (929,'Shell','321 6e Rue Ouest, Amos','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (930,'Petro-Canada','661 4E Avenue East, Amos','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (931,'Petro-Canada','2900 Route 111 Ouest, Amos','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (932,'Petronor Inc','2920 Route 111 East, Amos','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (933,'Petro-Pass Relais Routiers','112 Rte 109 S, Amos','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (934,'Essence+ de Canadian Tire','501 Route 111 East, Amos','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (935,'Depanneur Des Pins Enr','661 4E Avenue East, Amos','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (936,'Arr√™t Routier','352 6e Rue Ouest, Amos','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (937,'IGA Express Amos','321 6e Rue Ouest, Amos','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (938,'CREVIER - GAZONORD','2301 Qu√©bec 109, Amos','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (939,'Essence+ de Canadian Tire','1150 Boulevard Moody, Terrebonne','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (940,'Petro-T','620 Mont√©e Masson, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (941,'Shell','1255 Mont√©e Masson, Terrebonne','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (942,'Esso','3100 Chemin Sainte-Marie, Mascouche','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (943,'Harnois Le Magasin','6 Avenue Napol√©on, Mascouche','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (944,'Petro-Canada et Lave-Auto','171 Mont√©e Masson, Mascouche','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (945,'Shell','2350 Chemin Gascon, Terrebonne','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (946,'CREVIER','2839 Chemin Sainte-Marie, Mascouche','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (947,'Ultramar - Gas Station','3090 Chemin Sainte-Marie, Mascouche','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (948,'Couche-Tard | Station-Service','3093 Chemin Sainte-Marie, Mascouche','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (949,'HARNOIS','605 Mont√©e Masson, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (950,'CREVIER','2869 Chemin Saint Philippe, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (951,'Esso','275 Mont√©e Masson, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (952,'Harnois','434 Chemin des Anglais, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (953,'Ultramar','236 Chemin des Anglais, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (954,'Belisle & Belisle Petroles Inc','464 Chemin Pincourt, Mascouche','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (955,'Couche-Tard | Station-Service','990 Mont√©e Masson, Terrebonne','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (956,'Esso','2337 Chemin Gascon, Terrebonne','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (957,'Ultramar','1371 Grande All√©e, Terrebonne','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (958,'Couche-Tard | Station-Service','1495 Grande All√©e, Lachenaie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (959,'Ultramar','6905 Rue Sherbrooke Ouest, Montr√©al','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (960,'Shell','6201 Boulevard D√©carie, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (961,'Ultramar - Gas Station','200 Boulevard Cote Vertu Ouest, Saint-Laurent','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (962,'Novyc International Inc','2294 Chemin Saint Fran√ßois, Dorval','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (963,'Shell','5330 Boulevard D√©carie, Montr√©al','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (964,'Shell','1055 Rue Jarry Est, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (965,'Esso','3265 Boulevard Saint-Martin Ouest, Laval','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (966,'Shell','1010 Rue Jarry Ouest, Montr√©al','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (967,'Shell','360 Boulevard Marcel-Laurin, Saint-Laurent','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (968,'Super Gas Station','3033 Boulevard Cartier Ouest, Laval','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (969,'Petro-Canada','415 Boulevard Marcel-Laurin, Saint-Laurent','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (970,'Petro-Canada','4715 Boulevard Samson, Laval','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (971,'Esso','5500 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (972,'Petro-Pass Relais Routiers','4900 Chemin Saint Fran√ßois, Saint-Laurent','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (973,'Petro-Canada','1740 Rue Poirier, Saint-Laurent','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (974,'Hodge-Place Benoit IUR','285 Carr√© Benoit, Saint-Laurent','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (975,'Shell','33 Boulevard Samson, Laval','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (976,'Shell','155 Boulevard Cr√©mazie Ouest, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (977,'R C F Cobuzzi Inc','2480 Rue Tillemont, Montr√©al','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (978,'Esso','1170 Autoroute 13, Laval','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (979,'Canadian Tire Gas+','500 Paul Street, Dieppe','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (980,'Racetrac','1574 Mountain Road, Moncton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (981,'Esso','1999 Main Street, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (982,'Deware''s Service Centre','402 Elmwood Drive, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (983,'Petro-Canada','660 Elmwood Drive, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (984,'Irving Oil','312 Amirault Street, Dieppe','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (985,'Esso','5 Plaza Boulevard, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (986,'Esso','20 Lonsdale Drive, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (987,'Petro-Canada','1000 Mountain Road, Moncton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (988,'Irving Oil','1515 Mountain Road, Moncton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (989,'Canadian Tire Gas+','650 Mountain Road, Moncton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (990,'Wilsons Gas Stops','114 Botsford Street, Moncton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (991,'Shell','151 Horsman Road, Moncton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (992,'Canadian Tire Gas+','506 Coverdale Road, Riverview','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (993,'Petro-Canada','662 Salisbury Road, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (994,'Petro-Canada','748 Coverdale Road, Riverview','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (995,'Shell','100 Shediac Road, Moncton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (996,'Irving Oil','395 Mountain Road, Moncton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (997,'Shell','1036 Mountain Road, Moncton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (998,'Needs Fast Fuel','29 Elmwood Drive, Moncton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (999,'Fas Gas Plus - Gas Station','1840 Edmonton Trail, Penhold','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1000,'Esso','119 Leva Avenue','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1001,'Esso','45 Gasoline Alley East','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1002,'Petro-Canada','146 Leva Avenue','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1003,'Shell','127, 100 Leva Avenue','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1004,'HUSKY','135 Leva Avenue #102','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1005,'Costco Gas Station','162 Leva Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1006,'7-Eleven','45 Gasoline Alley East','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1007,'Red Deer Gasoline Alley UFA Petroleum Agency & Cardlock','43 Petrolia Drive','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1008,'Petro-Canada','65 Gasoline Alley East','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1009,'Co-op Gas Bar','2325 50 Avenue #152, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1010,'Hillman Air Ltd Maintenance and self-serve fuel','54J7+3P, Springbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1011,'Short Stop Express - Convenience Store','1840 Edmonton Trail, Penhold','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1012,'Independent Banner - Convenience Store','1221 Minto Street, Penhold','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1013,'Chevron - Gas Station','1221 Minto Street, Penhold','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1014,'Esso','HWY 2 &, Hawkridge Boulevard, Penhold','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1015,'On The Run - Convenience Store','172 Leva Avenue, Red Deer','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1016,'Chevron','172 Leva Avenue','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1017,'Esso','174 Leva Avenue, Red Deer','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1018,'Shell','585 Laura Avenue Unit 102','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1019,'Canadian Tire Gas+','9803 50 Street Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1020,'Hughes Car Wash','11606 107 Avenue Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1021,'Hughes Car Wash','7110 82 Avenue Northwest, Edmonton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1022,'Hughes','118 Wayne Gretzky Drive Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1023,'Esso','10110 Kingsway Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1024,'Canadian Tire Gas+','16125 Stony Plain Road, Edmonton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1025,'Hughes','9551 167 Avenue, Edmonton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1026,'Hughes Car Wash','9502 102A Avenue Northwest, Edmonton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1027,'Shell','11230 107 Avenue Northwest, Edmonton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1028,'Hughes','6005 99 Street Northwest, Edmonton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1029,'HUSKY','9208 Jasper Avenue, Edmonton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1030,'Hughes','12535 Saint Albert Trail Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1031,'Petro-Canada & Car Wash','6206 104 Street Northwest, Edmonton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1032,'7-Eleven','12707 127 Street, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1033,'Petro-Canada','6820 90 Avenue Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1034,'Hughes Car Wash','5012 130 Avenue Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1035,'Shell','8545 82 Avenue Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1036,'Canadian Tire Gas+','11839 Kingsway Ave, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1037,'HUSKY','4315 118 Avenue Northwest, Edmonton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1038,'7-Eleven','13203 82 Street Northwest, Edmonton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1039,'Shell','89 Marr Road, Rothesay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1040,'Irving Oil','8 Millennium Drive, Quispamsis','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1041,'Needs Fast Fuel Quispamsis','1 Market Street, Quispamsis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1042,'Canadian Tire Gas+','162 Hampton Road, Rothesay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1043,'Irving Oil','525 Hampton Road, Quispamsis','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1044,'Shell','174 Hampton Road, Quispamsis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1045,'Needs Convenience Rothesay','Shell, 89 Marr Road, Rothesay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1046,'Petro-Canada','126A French Village Road, Rothesay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1047,'Irving Oil','2870 Hwy 1 Exit 137B, Rothesay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1048,'Irving Oil','878 Route 845, Kingston','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1049,'Irving Oil','1700 Rothesay Road, Saint John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1050,'Shim''s Shell Station and Convenience Store','174 Hampton Road, Quispamsis','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1051,'Esso','9 Millennium Drive, Quispamsis','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1052,'Esso','174 Old Hampton Rd, Quispamsis','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1053,'Irving Oil','4 Marr Road, Rothesay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1054,'Coast Gas','429 Gondola Point Road, Quispamsis','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1055,'Esso','435 Woodlawn Road West, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1056,'Canadian Tire Gas+','615 Scottsdale Drive, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1057,'Canadian Tire Gas+','14 Woodlawn Road East, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1058,'Pioneer - Gas Station','245 Edinburgh Road North, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1059,'Crawford & Company (Canada) Inc','182 Woolwich Street, Guelph','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1060,'GINO‚ÄôS GAS BAR','352 Elizabeth Street, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1061,'Petro-Canada','585 Eramosa Road, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1062,'Petro-Canada & Car Wash','80 Imperial Road South, Guelph','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1063,'Pioneer - Gas Station','5471 Highway 6, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1064,'Transit Petroleum Inc','516 Imperial Road North, Guelph','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1065,'Petro-Canada','415 Woodlawn Road West, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1066,'Costco Gas Station','19 Elmira Road South, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1067,'UPI Energy Guelph Cardlock IPN','7060 Wellington Road 124, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1068,'Petro-Canada','7017 Wellington Rd #124, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1069,'7-Eleven','@ Stevenson, 328 Speedvale Avenue East, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1070,'Esso','67 Surrey Street East, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1071,'Petro-Canada & Car Wash','109 Silvercreek Parkway North, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1072,'Esso','138 College Avenue West, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1073,'Shell','145 Speedvale Avenue West, Guelph','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1074,'Shell','987 Gordon Street, Guelph','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1075,'Petro-Canada','610 Atherley Road, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1076,'Canadian Tire Gas+','135 West Street South, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1077,'Pioneer Energy','425 West Street North, Orillia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1078,'Shell','3 Westmount Drive South, Orillia','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1079,'Circle K','176 Memorial Avenue, Orillia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1080,'Petro-Canada & Car Wash','281 Coldwater Road West, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1081,'Ultramar - Gas Station','459 West Street South, Orillia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1082,'Petro-Canada','5402 Ontario 11, Orillia','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1083,'Ultramar - Gas Station','661 Atherley Road, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1084,'Esso','9110 Ontario 12, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1085,'Pioneer - Gas Station','101 West Street North #101, Orillia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1086,'Esso','2 Colborne Street East, Orillia','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1087,'AMCO','184 Front Street South, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1088,'South Side Car Wash','379 West Street South, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1089,'Shell','300 Memorial Avenue, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1090,'M&M Express','463 West Street North, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1091,'Esso','463 West Street North, Orillia','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1092,'Foxfell Friends Co-Op','15 Rachael Road, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1093,'Circle K','8023 Ontario 12, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1094,'Costco Gas Station','595 University Avenue, Orillia','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1095,'Canadian Tire Gas+','59 McEwan Drive East, Bolton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1096,'Petro-Canada & Car Wash','545 Queen Street South, Bolton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1097,'Esso','7491 Nashville Road, Kleinburg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1098,'Shell','12182 Highway 50, Bolton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1099,'Esso','12476 Highway 50, Bolton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1100,'Petro-Canada','12990 York Regional Road 27, Nobleton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1101,'Esso','13755 York Regional Road 27 Rr1, Schomberg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1102,'Shell','12016 Airport Road, Caledon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1103,'Petro-Canada Gas Station & Petro-Pass Truck Stop','9301 Highway 50, Woodbridge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1104,'Petro-Canada','306 Queen Street South, Bolton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1105,'Express Mart','13755 York Regional Road 27, Nobleton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1106,'Shell','15393 Airport Road, Caledon East','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1107,'Esso','5981 Mayfield Road, Brampton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1108,'Esso','14445 Peel Regional Road 50, Bolton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1109,'Canadian Tire Gas+','944 8th Street, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1110,'Chevron - Gas Station','1520 Hugh Allan Drive, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1111,'Shell','1505 Hugh Allan Drive, Kamloops','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1112,'Valleyview Co-op Gas Bar','1815 Trans-Canada Highway E, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1113,'Petro-Canada','411 10 Avenue, Kamloops','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1114,'Sahali Co-op Gas Bar','884 Columbia Street West, Kamloops','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1115,'Shell','1705 Trans-Canada Highway E, Kamloops','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1116,'Chevron - Gas Station','1137 8th Street, Kamloops','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1117,'Petro-Canada','704 Sydney Avenue, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1118,'Esso','1271 Salish Road, Kamloops','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1119,'7-Eleven','1120 ROGER''''S WAY, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1120,'Canco','228 Tranquille Road, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1121,'Costco Gas Station','1675 Versatile Drive, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1122,'Petro-Pass Kamloops','1522 Versatile Drive #1516, Kamloops','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1123,'Petro-Canada','1790 Tranquille Road, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1124,'Esso','ave, 6322 Halston Avenue, Kamloops','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1125,'Chevron - Gas Station','2711 Westsyde Road, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1126,'Irving Oil','8 Riverside Drive, Charlottetown','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1127,'Esso','1120 Rogers Way, Kamloops','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1128,'Esso','915 West Columbia Street, Kamloops','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1129,'Petro-Pass Truck Stop','1639 East Trans-Canada Highway, Kamloops','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1130,'Esso','2 Stratford Road, Stratford','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1131,'Petro-Canada','475 University Avenue, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1132,'Petro-Canada','205 Weymouth Street, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1133,'Shell','630 Capital Drive, Cornwall','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1134,'Irving Oil','537 Malpeque Road, Winsloe','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1135,'Irving Oil','32 Exhibition Drive, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1136,'Esso','664 Main Street, Cornwall','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1137,'Needs Convenience Belvedere Avenue','152 Belvedere Avenue, Charlottetown','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1138,'Needs Convenience Charlottetown','5 Walker Drive, Charlottetown','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1139,'Irving Oil','644 University Avenue, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1140,'Petro-Canada','25 Trans-Canada Highway, Cornwall','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1141,'Petro-Canada','473 Malpeque Road, Charlottetown','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1142,'Petro-Canada','1 Jubilee Road, Stratford','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1143,'Sobeys Express Charlottetown','230 Euston Street, Charlottetown','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1144,'Needs Convenience Stratford','1 Hopeton Road, Stratford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1145,'Shell','10 Walker Drive, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1146,'Needs Convenience Parkdale','259 Saint Peters Road, Charlottetown','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1147,'Needs Convenience Charlottetown University','421 University Avenue, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1148,'Irving Oil','76 Saint Peters Road, Charlottetown','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1149,'Canadian Tire Gas+','625 Albert Street, Regina','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1150,'Co-op Gas Bar','727 Dewdney Avenue East, Regina','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1151,'Co-op Gas Bar','5805 Rochdale Boulevard, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1152,'Canadian Tire Gas+','4350 Albert Street, Regina','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1153,'Petro-Canada','935 Victoria Avenue, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1154,'Shell','825 Arcola Avenue E, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1155,'Petro-Canada','3625 Sherwood Drive, Regina','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1156,'Petro-Canada','2020 Coleman Crescent, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1157,'Shell','3165 E Truesdale Drive, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1158,'Shell','275 Albert Street North, Regina','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1159,'Shell','4665 Albert Street, Regina','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1160,'K W Petroleum Services Ltd','1130 Weaver Street, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1161,'Flying J','1511 Ross Avenue East, Regina','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1162,'Domo - McGavins','954 Albert Street, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1163,'Petro-Pass Truck Stop','529 1 Avenue East, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1164,'Petro-Canada','2323 E, Quance Street, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1165,'Co-op Gas Bar','460 Albert Street, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1166,'Husky Bulk Sales','210 McDonald Street, Regina','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1167,'Co-op Gas Bar','4327 Albert Street, Regina','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1168,'Petro-Canada','6370 Dewdney Avenue, Regina','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1169,'Chevron - Gas Station','375 Harvey Avenue, Kelowna','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1170,'Petro-Canada & Car Wash','395 Glenmore Road, Kelowna','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1171,'Chevron - Gas Station','1890 Harvey Avenue, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1172,'Esso','2220 Boucherie Road, West Kelowna','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1173,'Harvey Co-op Gas Bar','1575 Harvey Avenue, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1174,'Shell','3100 Lakeshore Road, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1175,'Shell','1850 K. L. O. Road, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1176,'Junction Town Pantry','2491 Highway 97 North, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1177,'7-Eleven','3135 Gordon Drive, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1178,'7-Eleven','1901 Harvey Avenue, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1179,'Shell','Hwy 97 &, Sneena Road, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1180,'Petro-Canada & Car Wash','1836 Underhill Street, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1181,'HUSKY','3802 Gordon Drive, Kelowna','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1182,'Protec Petroleum','1395 Stevens Road #6, West Kelowna','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1183,'Petro-Canada','1721 Ross Road, West Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1184,'Chevron - Gas Station','1192 Industrial Road, West Kelowna','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1185,'Petro-Canada','2693 Highway 97 North, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1186,'Esso','125 Highway 33, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1187,'CENTEX','340 Highway 33 West, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1188,'Barry Beecroft Fuel Distributors Ltd','2880 East Boundary Road, Westbank','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1189,'Harnois','720 Rue Notre-Dame East, Victoriaville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1190,'Shell','464 Rue Notre Dame Ouest, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1191,'Station-service et lave-auto Sonic Bois-Francs | VIVACO groupe coop√©ratif','395 Boulevard des Bois-Francs Nord, Victoriaville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1192,'Ultramar','198 Boulevard des Bois Francs Sud, Victoriaville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1193,'Shell','16 Boulevard Jutras Ouest, Victoriaville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1194,'Shell','714 Boulevard des Bois Francs Sud, Victoriaville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1195,'Ultramar - Gas Station','22 Rue Notre-Dame East, Victoriaville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1196,'Irving Oil','199 Boulevard des Bois Francs Sud, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1197,'Esso','9 Rue des Roses, Victoriaville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1198,'Remorques Louez-Moi Inc','720 Rue Notre-Dame East, Victoriaville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1199,'Ultramar/D√©panneur du Coin','1450 Boulevard Jutras Ouest, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1200,'Petro-Canada','1475 Boulevard Jutras Ouest, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1201,'Canadian Tire Gas +','615 Boulevard Jutras Est, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1202,'Depanneur De Bigarre','720 Rue Notre-Dame East, Victoriaville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1203,'Shell','1999 Rue Notre Dame Ouest, Victoriaville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1204,'Shell - Super Soir Jutras','16 Boulevard Jutras Ouest, Victoriaville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1205,'Station-service et lave-auto Sonic Pie-X | VIVACO groupe coop√©ratif','5 Avenue Pie-X, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1206,'Shell - Super Soir Assomption','464 Rue Notre Dame Ouest, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1207,'Couche-Tard','260 Rue Notre Dame Ouest, Victoriaville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1208,'Esso','260 Rue Notre Dame Ouest, Victoriaville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1209,'Canadian Tire Gas+','943 Fort William Road, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1210,'Shell','807 Red River Road, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1211,'Petro-Canada & Car Wash','147 Arthur Street West, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1212,'MOBIL @ Superstore','970 Memorial Avenue, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1213,'Shell','914 Red River Road, Thunder Bay','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1214,'Esso','1315 Arthur Street East, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1215,'Petro-Pass Truck Stop','720 Hewitson Street, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1216,'Shell','277 Cumberland Street North, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1217,'Shell','251 Arthur Street West, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1218,'HUSKY/ESSO','1120 Alloy Drive, Thunder Bay','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1219,'Shell','1110 Arthur Street West, Thunder Bay','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1220,'Esso','514 Cumberland Street North, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1221,'Canadian Tire Gas+','508 Arthur Street West, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1222,'Shell','888 Red River Road, Thunder Bay','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1223,'Esso','915 Red River Road, Thunder Bay','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1224,'Chapman''s Gas Bar','698 City Road, Fort William First Nation','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1225,'THP Variety & Gas Bar','604 City Road, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1226,'Esso','1120 John Street Road, Thunder Bay','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1227,'Thunder Bay C/T Stop','1120 Alloy Drive, Thunder Bay','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1228,'Esso','740 Memorial Avenue, Thunder Bay','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1229,'Petro-Canada','330 Ontario Street, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1230,'Esso','408 Ontario Street, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1231,'Gales','143 Welland Avenue, St. Catharines','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1232,'Shell','389 Ontario Street, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1233,'Pioneer - Gas Station','170 Fourth Avenue, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1234,'Canadian Tire Gas+','274 Fourth Avenue, St. Catharines','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1235,'Gale‚Äôs Gas Bars','235 Saint Paul Street West, St. Catharines','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1236,'Petro-Canada','198 Glenridge Avenue, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1237,'Pioneer - Gas Station','383 Ontario Street, St. Catharines','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1238,'Pioneer - Gas Station','120 Hartzel Road, St. Catharines','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1239,'Shell','3250 Schmon Parkway, Thorold','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1240,'Gale‚Äôs Gas Bars','157 Collier Road South, Thorold','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1241,'Petro-Pass Truck Stop','495 York Road, Niagara-on-the-Lake','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1242,'St. Catharines Husky Travel Centre','615 York Road, Niagara-on-the-Lake','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1243,'HUSKY/ESSO','615 York Road, Niagara-on-the-Lake','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1244,'Petro-Canada','1040 Thorold Stone Road, Thorold','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1245,'Canadian Tire Gas+','Grantham Plaza, 380 Scott Street, St. Catharines','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1246,'Esso','2895 Station Road, Jordan Station','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1247,'Canadian Tire Gas+','300 Glendale Avenue, St. Catharines','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1248,'Canadian Tire Gas+','459 Welland Avenue, St. Catharines','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1249,'Shell','90 Rue Gamble Ouest, Rouyn-Noranda','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1250,'Ultramar - Gas Station','1350 Avenue Larivi√®re, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1251,'Petro-Canada et Lave-Auto','180 Rue Gamble Ouest, Rouyn-Noranda','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1252,'Petro-Canada','380 Avenue Qu√©bec, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1253,'Ultramar - Gas Station','25 Rue d''''√âvain, Rouyn-Noranda','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1254,'Essence+ de Canadian Tire','265 Boulevard Rideau, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1255,'Harnois','3182 Rue Saguenay, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1256,'Petro-Canada Gas Station & Petro-Pass Truck Stop','630 Boulevard Rideau, Rouyn-Noranda','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1257,'Petro-Canada','2350 Rue Saguenay, Rouyn-Noranda','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1258,'Shell','230 Avenue Murdoch, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1259,'Shell','568 Avenue Larivi√®re, Rouyn-Noranda','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1260,'D√©panneur Bonisoir Coin Gamble (R-N)','90 Rue Gamble Ouest, Rouyn-Noranda','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1261,'Shell','215 Boulevard Rideau, Rouyn-Noranda','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1262,'D√©panneur Le Relais Beau-Soir','264 Avenue Larivi√®re, Rouyn-Noranda','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1263,'Esso','264 Avenue Larivi√®re, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1264,'Petro-Canada','1044 Avenue Larivi√®re, Rouyn-Noranda','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1265,'Petroles J M Dupont Inc','1070 Rue Mantha, Rouyn-Noranda','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1266,'Shell','3182 Rue Saguenay D, Alembert','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1267,'Ultramar','67 West Street, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1268,'Veitch''s Ultramar','14 Confederation Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1269,'Canadian Tire Gas+','4 Murphy Square, Corner Brook','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1270,'Irving Oil','8 Confederation Drive, Corner Brook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1271,'Irving Oil','5 Mill Road, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1272,'Shell','16 Union Street, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1273,'North Atlantic','396 O''''Connell Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1274,'Western Petroleum','337 O''''Connell Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1275,'Ultramar - Gas Station','14 Confederation Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1276,'Needs Fast Fuel Cornerbrook','205 Riverside Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1277,'Brent''s Convenience','405-407 Main Street, Irishtown-Summerside','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1278,'NORTH ATLANTIC','405 MAIN, Corner Brook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1279,'Needs Fast Fuel Corner Brook','9 Country Road, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1280,'Circle K','95 Mount Bernard Avenue, Corner Brook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1281,'Esso','3 Main Street, Corner Brook','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1282,'Irving Oil','95 Mount Bernard Avenue, Corner Brook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1283,'Corner Brook Orangestore','346 O''''Connell Drive, Corner Brook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1284,'Curling One Stop','366 Curling Street, Corner Brook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1285,'Needs Fast Fuel Gas Station','205 Riverside Drive, Corner Brook','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1286,'Edmonds Service Centre','Mount Moriah','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1287,'Pioneer - Gas Station','500 Division Street, Cobourg','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1288,'Ultramar/CircleK','1011 Division Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1289,'Shell','1154 Division Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1290,'Esso','4723 Northumberland 45, Cobourg','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1291,'Petro-Canada','363 Ontario Street, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1292,'Pioneer - Gas Station','161 Peter Street, Port Hope','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1293,'Petro-Canada & Car Wash','490 White Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1294,'Canadian Tire Gas+','1125 Elgin Street West, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1295,'Esso','428 King Street East, Cobourg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1296,'On The Run','Munroe Street, Cobourg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1297,'Petro-Canada & Car Wash','1030 Division Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1298,'Cobourg Petro Canada','1030 Division Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1299,'Esso','1043 Division Street, Cobourg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1300,'Sunoco Gas Station','490 White Street, Cobourg','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1301,'Pioneer','2211 Northumberland County Road 28, Port Hope','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1302,'Pipeline Commercial','2211 Northumberland County Road 28, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1303,'On The Run','Canada','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1304,'Mobil','102 Peter Street, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1305,'Utramar','2211 Northumberland County Road 28, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1306,'Ultramar','2211 Northumberland County Road 28, Port Hope','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1307,'Gagn√© & Brothers Towing','636 Chemin Larocque, Salaberry-de-Valleyfield','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1308,'Harnois','60 Rue de Grande-√éle, Salaberry-de-Valleyfield','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1309,'Harnois','345 Rue Victoria, Salaberry-de-Valleyfield','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1310,'Harnois','526 Chemin Larocque, Salaberry-de-Valleyfield','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1311,'Shell','5 Rue de Grande-√éle, Salaberry-de-Valleyfield','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1312,'Ultramar - Gas Station','2015 Boulevard Sainte-Marie, Salaberry-de-Valleyfield','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1313,'Ultramar','298 Chemin Larocque, Salaberry-de-Valleyfield','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1314,'Ultramar - Gas Station','2700 Boulevard H√©bert, Salaberry-de-Valleyfield','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1315,'Shell','75 Th√©ophile-Brassard, Coteau-du-Lac','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1316,'Ultramar - Gas Station','33 Quebec 201, Coteau-du-Lac','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1317,'Ultramar','259 Rue Principale, Les Coteaux','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1318,'Shell','48 Chemin Saint-Emmanuel, Coteau-du-Lac','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1319,'Petro-Canada et Lave-Auto','342 Mont√©e du Comt√©, Les Coteaux','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1320,'Harnois','5323 Boulevard H√©bert, Salaberry-de-Valleyfield','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1321,'Ultramar - Gas Station','5430 Boulevard H√©bert, Salaberry-de-Valleyfield','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1322,'Gas+ at Canadian Tire','1790 Boulevard Monseigneur-Langlois, Salaberry-de-Valleyfield','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1323,'Harnois','275 Rue Jacques-Cartier, Salaberry-de-Valleyfield','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1324,'Petro-Canada','855 Chemin Saint-F√©r√©ol, Les C√®dres','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1325,'Gas station','22 Rue Maden, Salaberry-de-Valleyfield','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1326,'Esso','1135 Boulevard Monseigneur-Langlois, Salaberry-de-Valleyfield','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1327,'Ultramar','6905 Rue Sherbrooke Ouest, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1328,'Shell','1450 Avenue Woodland, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1329,'Shell','6201 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1330,'Shell','2209 Rue Lapierre, LaSalle','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1331,'Shell','5330 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1332,'Esso','5500 Boulevard D√©carie, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1333,'Shell','3405 Boulevard D√©carie, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1334,'Shell','2770 Rue Notre-Dame Ouest, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1335,'Shell','444 Avenue Lafleur, LaSalle','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1336,'Shell','1600 Boulevard des √âcluses, Sainte-Catherine','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1337,'Ultramar - Gas Station','1325 Boulevard Shevchenko, LaSalle','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1338,'Ultramar','7888 Boulevard Newman, Montr√©al','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1339,'Couche-Tard | Station-Service','1640 Avenue Dollard, LaSalle','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1340,'Ultramar','7067 Boulevard Newman, LaSalle','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1341,'Crevier','2430 Avenue Dollard, LaSalle','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1342,'Ultramar - Gas Station','9151 Rue Airlie, LaSalle','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1343,'Petro-Canada','580 Avenue Lafleur, LaSalle','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1344,'Couche-Tard','301 Rue Saint-Jacques, Lachine','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1345,'Ultramar','Montr√©al (Ville, 301 Rue Saint-Jacques, Lachine','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1346,'Ultramar','1170 Avenue de l''''√âglise, Verdun','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1347,'Ultramar','1910 Chemin du Fer-√†-Cheval, Sainte-Julie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1348,'Essence+ de Canadian Tire','12645 Rue Sherbrooke Est, Pointe-aux-Trembles','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1349,'Ultramar','1375 Boulevard Roland-Therrien, Longueuil','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1350,'Petro-Canada','181 Boulevard de Mortagne, Boucherville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1351,'Petro-Canada et Lave-Auto','601 Rue de Montbrun, Boucherville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1352,'Couche-Tard | Station-Service','710 Boulevard Marie-Victorin, Boucherville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1353,'Harnois','1467 Boulevard Lionel-Boulet, Varennes','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1354,'Ultramar','98 Boulevard de Mortagne, Boucherville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1355,'Ultramar - Gas Station','2801 Boulevard Jacques-Cartier Est, Longueuil','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1356,'Petro-Canada et Lave-Auto','2800 Boulevard Jacques-Cartier Est, Longueuil','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1357,'Petro-Canada et Lave-Auto','534 Boulevard Lionel-Boulet, Varennes','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1358,'Couche-Tard','1555 Boulevard de Montarville, Boucherville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1359,'Ultramar','10937 Rue Notre-Dame Est, Montr√©al-Est','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1360,'Petro-Canada','9980 Rue Notre-Dame Est, Montr√©al-Est','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1361,'Esso','12044 Rue Sherbrooke Est, Pointe-aux-Trembles','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1362,'Ultramar - Gas Station','55 Rue de la Gabelle, Varennes','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1363,'Esso','301 Avenue Broadway, Montr√©al-Est','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1364,'Sonic','2630 Rue Principale local 100, Sainte-Julie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1365,'Ultramar','8425 Rue Notre-Dame Est, Montr√©al','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1366,'Ultramar','1484 Boulevard Saint-Jean-Baptiste, Pointe-aux-Trembles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1367,'Canadian Tire Gas+','32 Great Northern Road, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1368,'Canadian Tire Gas+','752 Wellington Street West, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1369,'Esso','3 Trunk Road, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1370,'Shell','386 Great Northern Road, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1371,'Marathon Gas','819 East Easterday Avenue, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1372,'New North Fuels & Petro-Canada','721 Carmen''''s Way, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1373,'Krist Food Mart #035','901 West Easterday Avenue, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1374,'Excel Auto Repair','713 Trunk Road, Sault Ste. Marie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1375,'Esso','207 Wellington Street West, Sault Ste. Marie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1376,'Midjim Convenience Stores','2205 Shunk Road, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1377,'Shell','400 McNabb Street, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1378,'Shell','266 Korah Road, Sault Ste. Marie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1379,'Esso','442 Bruce Street, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1380,'Marathon Gas','210 East Spruce Street, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1381,'Petro-Canada','713 Trunk Road, Sault Ste. Marie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1382,'Circle K','849 Second Line East, Sault Ste. Marie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1383,'Krist Food Mart #040','2400 Ashmun Street, Sault Ste. Marie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1384,'Circle K','628 Third Line East, Sault Ste. Marie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1385,'Mac''s','924-942 Trans-Canada Highway, Sault Ste. Marie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1386,'Circle K','647 Second Line West, Sault Ste. Marie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1387,'Chevron - Gas Station','1890 McCallum Road, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1388,'Chevron - Gas Station','2095 Clearbrook Road, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1389,'Petro-Canada','32171 South Fraser Way, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1390,'Shell','2965 Immel Street, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1391,'Domo','32451 South Fraser Way, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1392,'Chevron - Gas Station','2880 Trethewey Street, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1393,'Shell','30362 Fraser Highway, Abbotsford','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1394,'Chevron - Gas Station','2047 Sumas Way Unit 15, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1395,'HUSKY','34515 Old Yale Road, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1396,'Shell','1989 Sumas Way, Abbotsford','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1397,'Petro-Canada','32486 South Fraser Way, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1398,'Petro-Canada','32770 George Ferguson Way, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1399,'7-Eleven','1, 32770 George Ferguson Way Unit 1, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1400,'Esso','1794 Clearbrook Road, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1401,'Petro-Canada','2387 McCallum Road, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1402,'7-Eleven','1915 McCallum Road, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1403,'Co-op Gas Bar','2935 Blue Jay Street, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1404,'Petro-Pass Truck Stop','30586 Matsqui Place, Abbotsford','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1405,'Co-op Gas Bar','30419 Blueridge Drive, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1406,'Petro-Canada','3027 Immel Street, Abbotsford','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1407,'Shell','1260 Cassils Road East, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1408,'Co-op Cardlock','7 Street East, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1409,'7-Eleven','203 2 Street West, Brooks','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1410,'Fas Gas Plus - Gas Station','708 2 Street West, Brooks','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1411,'Petro-Canada','203 2 Street West, Brooks','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1412,'Esso','924 2 Street West, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1413,'Flying J Travel Center','1260 Cassils Road East, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1414,'Shell','1320 2A Street West, Brooks','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1415,'Brooks UFA Petroleum Agency & Cardlock','Alberta 873, Brooks','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1416,'Co-op Gas Bar','731 Alberta Street West, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1417,'HUSKY','315 Cassils Road West, Brooks','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1418,'7-Eleven','779 Sutherland Drive East, Brooks','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1419,'On The Run - Convenience Store','708 2 Street West, Brooks','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1420,'brooks AB','Brooks','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1421,'Safeway Gas Station','645 4 Street West #102, Brooks','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1422,'Petro pass Brooks','600 Industrial Road East, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1423,'Kudu Industries','360 Canal Street, Brooks','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1424,'Petro-Canada','915 Lakeshore Drive West, Salmon Arm','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1425,'Chevron - Gas Station','101 Trans-Canada Highway, Salmon Arm','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1426,'Petro-Pass Truck Stop','4941 46 Avenue Southeast, Salmon Arm','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1427,'Salmon Arm Co-op Gas Bar - 10 Avenue NE','3100 10th Avenue Northeast, Salmon Arm','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1428,'Super Save Gas Station','50 3 Street Northwest, Salmon Arm','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1429,'Co-op Gas Bar','50 Trans-Canada Highway, Salmon Arm','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1430,'Shell','2801 10th Avenue Northeast, Salmon Arm','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1431,'Co-op Cardlock','5860 Canoe Beach Drive Northeast, Canoe','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1432,'On The Run - Convenience Store','101 Trans-Canada Highway, Salmon Arm','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1433,'Shell','311 10 Street Southwest, Salmon Arm','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1434,'Esso','5939 Mellor Frontage Road, Salmon Arm','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1435,'Esso','5177 Tch Ss3, Tappen','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1436,'Chevron - Gas Station','3714 3rd Avenue, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1437,'Petro-Canada & Car Wash','3908 Redford Street, Port Alberni','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1438,'Chevron - Gas Station','4781 Johnston Road, Port Alberni','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1439,'Alberni Co-op','4885 Beaver Creek Road, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1440,'Shell','3690 Johnston Road, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1441,'Petro-Canada','5101 River Road, Port Alberni','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1442,'Esso','3955 Johnston Road, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1443,'Alberni Co-op','4006 Johnston Road, Port Alberni','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1444,'Alberni Co-op','3820 10th Avenue, Port Alberni','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1445,'Mobil','3455 Johnston Road, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1446,'Tesla Supercharger','Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1447,'Fas Gas Plus','7581 Pacific Rim Highway, Port Alberni','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1448,'Esso','9340 County Road 93, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1449,'Esso','757 William Street, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1450,'Petro-Canada','16601 Ontario 12, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1451,'Ultramar','859 Yonge Street, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1452,'Nasco Propane','859 Yonge Street, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1453,'Canadian Tire Gas+','9315 County Road 93, Midland','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1454,'Mobil','9292 County Road 93, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1455,'Fuel Dock','156 Marina Park Avenue, Midland','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1456,'Race Trac - Car Wash','793 Vindin Street, Midland','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1457,'Unbranded - Convenience Store','793 Vindin Street, Midland','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1458,'Race Trac Gas & Classic Carwash','793 Vindin Street, Midland','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1459,'Ultramar - Gas Station','9340 County Road 93, Midland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1460,'Shell','1250 Vindin Street, Midland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1461,'Esso','1080 Lafontaine Road, Penetanguishene','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1462,'Shell','120 County Road 6 South, Tiny','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1463,'Grande Prairie North UFA Petroleum Agency & Cardlock','13705 100 St, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1464,'Co-op Gas Bar','10919 100 Avenue, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1465,'Co-op Gas Bar','9831 100 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1466,'Co-op Gas Bar','10505 117 Avenue, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1467,'Fas Gas Plus','10511 84 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1468,'Shell','6640 Poplar Drive, Grande Prairie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1469,'Esso','11910 99 Avenue, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1470,'Esso','9910 96 Street, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1471,'Am-Gas Scrubbing Systems Ltd','NE Quarter 2771-9, Grande Prairie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1472,'Esso','9102 92 Avenue, Grande Prairie','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1473,'Flying J Cardlock','9212 108 Street, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1474,'Shell','11511 96 Street, Grande Prairie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1475,'Gateway Gas Bar','10970 100 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1476,'Shell','10805 79 Avenue, Grande Prairie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1477,'Petro‚ÄëPass','11410 97 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1478,'7-Eleven','6843 Kateri Drive, Grande Prairie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1479,'Costco Gas Station','9901 116 Street, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1480,'Grande Prairie West UFA Petroleum Agency & Cardlock','9702 115 Street, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1481,'Petro-Canada','13211 100 Street, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1482,'Co-op Gas Bar','11540 104 Avenue, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1483,'Chevron - Gas Station','375 Harvey Avenue, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1484,'Petro-Canada','1721 Ross Road, West Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1485,'Esso','2220 Boucherie Road, West Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1486,'Petro-Canada','2406 Main Street, Westbank','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1487,'Shell','2501 Main Street, West Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1488,'Shell','2551 Dobbin Road, West Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1489,'Shell','3100 Lakeshore Road, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1490,'Protec Petroleum','1395 Stevens Road #6, West Kelowna','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1491,'Super Save Gas Station','2525 Dobbin Road, West Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1492,'Chevron - Gas Station','1192 Industrial Road, West Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1493,'Shell','Hwy 97 &, Sneena Road, Kelowna','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1494,'Barry Beecroft Fuel Distributors Ltd','2880 East Boundary Road, Westbank','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1495,'HUSKY','3802 Gordon Drive, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1496,'Petro-Pass Truck Stop','1855 Ross Road, West Kelowna','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1497,'7-Eleven','3135 Gordon Drive, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1498,'Harvey Co-op Gas Bar','1575 Harvey Avenue, Kelowna','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1499,'Chevron - Gas Station','1890 Harvey Avenue, Kelowna','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1500,'Shell','1850 K. L. O. Road, Kelowna','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1501,'7-Eleven','1901 Harvey Avenue, Kelowna','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1502,'Chevron - Gas Station','2499 Dobbin Road, West Kelowna','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1503,'Essence+ de Canadian Tire','4895 Boulevard de l''''Ormi√®re, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1504,'Couche-Tard','900 Boulevard Ren√©-L√©vesque Ouest, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1505,'Petro-Canada','580 Boulevard Wilfrid-Hamel, Qu√©bec','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1506,'Esso','3235 Chemin des Quatre-Bourgeois, Qu√©bec','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1507,'Shell','2125 Chemin Sainte-Foy, Qu√©bec','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1508,'Esso','2530 Boulevard Central, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1509,'Esso','2900 Boulevard Lebourgneuf, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1510,'GAS STATION','4243 Rue Saint-F√©lix, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1511,'Irving Oil','3945 Boulevard Wilfrid-Hamel, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1512,'Petro-Canada','3904 Boulevard Wilfrid-Hamel, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1513,'Shell','2222 Avenue Jules-Verne, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1514,'Ultramar','2020 Rue Saint-Jean-Baptiste, L''''Ancienne-Lorette','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1515,'Ultramar','6550 Boulevard Wilfrid-Hamel, L''''Ancienne-Lorette','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1516,'Petro-Canada','1855 Rue Notre-Dame, L''''Ancienne-Lorette','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1517,'Costco Gasoline','3233 Avenue Watt, Qu√©bec','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1518,'Irving Oil','4409 Boulevard Chauveau Ouest, Sainte-Foy - Sillery - Cap-Rouge','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1519,'Sonic','1799 Route de l''''A√©roport, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1520,'Irving Oil','6480 Boulevard de l''''Ormi√®re, Qu√©bec','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1521,'Ultramar','9335 Boulevard de l''''Ormi√®re, Qu√©bec','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1522,'Irving Oil','2845 Boulevard P√®re-Leli√®vre, Qu√©bec','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1523,'Leduc UFA Petroleum Agency & Cardlock','6509 45 Street, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1524,'Hughes Car Wash','5904 50 Street #20a, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1525,'Canadian Tire Gas+','6106 50 Street, Leduc','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1526,'Co-op Gas Bar','100 Deer Valley Drive, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1527,'Co-op Cardlock','5608 45 Street, Leduc','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1528,'Esso','100-4302 50 Street, Leduc','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1529,'HUSKY','4409 Black Gold Drive, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1530,'Tempo Gas Bar','5213 50th Avenue, Leduc','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1531,'HUSKY','102 Southfork Drive, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1532,'Imperial Oil Bulk Agency','Alberta 2A, Leduc','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1533,'Petro-Canada','101 West Haven Boulevard, Leduc','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1534,'Esso Nisku','405 11 Avenue, Nisku','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1535,'Ray Agro & Petroleum Ltd.','49503 Range Road 260','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1536,'Co-op Cardlock','202 18 Avenue, Nisku','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1537,'Petro-Canada','208 19 Avenue, Nisku','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1538,'Petro-Pass Truck Stop','1916 Sparrow Drive, Nisku','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1539,'Flying J Travel Center','302 20 Avenue, Nisku','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1540,'Esso','7902 Sparrow Drive, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1541,'Co-op Gas Bar','5403 50 Street, Leduc','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1542,'On The Run - Convenience Store','4811 50 Street, Leduc','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1543,'Esso','5 Rue Comeau, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1544,'Ultramar','100 Boulevard des Montagnais','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1545,'Esso','60 Rue Saint Laurent, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1546,'Shell','905 Boulevard Laure, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1547,'Ultramar - Gas Station','502 Avenue Cartier, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1548,'Petro-Canada','599 Boulevard Laure, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1549,'Irving Oil','646 Boulevard Laure, Sept-√éles','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1550,'D√©panneur Muashk','21 Rue du Vieux Poste, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1551,'Irving Oil','1114 Boulevard Laure, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1552,'Couche-Tard','2121 Boulevard Laure, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1553,'Essence+ de Canadian Tire','601 Boulevard Laure, Sept-√éles','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1554,'Ultramar/D√©panneur du Coin','1835 Boulevard Laure, Sept-√éles','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1555,'Market 7 days','1835 Boulevard Laure, Sept-√éles','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1556,'Petro-Canada - Toussaint M√©canique','35 Rue Napol√©on, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1557,'D√©panneur Station Service F Chouinard Enr','502 Avenue Cartier, Sept-√éles','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1558,'Gaz Bar 7-iles','599 Boulevard Laure, Sept-√éles','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1559,'ultramar','809 Avenue de Quen, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1560,'Ultramar - Gas Station','27 Rue Comeau, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1561,'Station Dolliver','21 Rue du Vieux Poste, Sept-√éles','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1562,'Station Innu Enr','100 Boulevard des Montagnais','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1563,'Pioneer Gas Station','554 Niagara Street, Welland','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1564,'Esso','1000 Ontario Road, Welland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1565,'Pioneer - Gas Station','90 Lincoln Street, Welland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1566,'Shell','937 East Main Street, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1567,'Petro-Canada','652 River Road, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1568,'Esso','151 Highway 20 East, Fonthill','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1569,'Esso','Rr 1, 2432 Regional Road 20, Fonthill','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1570,'Petro-Canada','1809 Merrittville Highway, Fonthill','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1571,'Canadian Tire Gas+','287 West Side Road, Port Colborne','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1572,'Canadian Tire Gas+','69 Primeway Drive, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1573,'Pioneer - Gas Station','681 South Pelham Road, Welland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1574,'Esso','401 Main Street East, Port Colborne','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1575,'7-Eleven','6 Crowland Avenue, Welland','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1576,'Petro-Canada','383 King Street, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1577,'Petro-Pass Truck Stop','286 Lincoln Street, Welland','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1578,'MOBIL','446 East Main Street, Welland','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1579,'Charging welland','200 Fitch Street, Welland','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1580,'Petro-Canada','504 Niagara Street, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1581,'Shell','301 Thorold Road, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1582,'Esso','709 Niagara Street, Welland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1583,'Petro-Canada','344 Avenue de la Cath√©drale, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1584,'Esso','336 Avenue de la Cath√©drale, Rimouski','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1585,'Petro-Canada','100 Avenue Saint-Louis, Rimouski','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1586,'Ultramar','290 Rue Notre Dame Ouest, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1587,'Shell','326 Rue Saint Germain Est, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1588,'Petro-Canada','433 Boulevard Saint Germain O, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1589,'Shell','413 Avenue Sirois, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1590,'Ultramar','765 Boulevard Saint Germain, Rimouski','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1591,'Super Sagamie Ultramar-Neigette','101 Route des Pionniers, Rimouski','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1592,'Shell','1049 Boulevard Sainte-Anne, Rimouski','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1593,'Gas Station','356 Boulevard Jessop, Rimouski','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1594,'Ultramar - Gas Station','157 Rue Saint Germain Ouest, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1595,'March√© Express - Convenience Store','157 Rue Saint Germain Ouest, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1596,'Lave-Auto Avenue Sirois Ultramar','290 Rue Notre Dame Ouest, Rimouski','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1597,'Shell','373 Boulevard de la Rivi√®re, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1598,'Super Soir Rimouski','373 Boulevard de la Rivi√®re, Rimouski','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1599,'Irving Oil','355 Boulevard Jessop, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1600,'Couche-Tard','355 Avenue L√©onidas Sud, Rimouski','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1601,'Petro-Canada','351 Mont√©e Industrielle-et-Commerciale, Rimouski','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1602,'Esso Commercial Cardlock','9510 Sikanni Road, Fort St. John','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1603,'Eko','352 Mont√©e Industrielle-et-Commerciale, Rimouski','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1604,'Petro-Canada','10439 100 Street, Fort St. John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1605,'Smith Fuel Services Ltd.','9516 78 Street, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1606,'Co-op Cardlock','7315 100 Avenue, Fort St. John','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1607,'Am-Gas Scrubbing Systems Ltd','9015 100 Avenue, Fort St. John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1608,'Harrison Energy Group Inc','10423 101 Avenue, Fort St. John','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1609,'Petro-Canada Bulk Plant','9023 72 Street, Fort St. John','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1610,'Gateway Esso Service Station','11119 Alaska Road South, Fort St. John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1611,'SAFEWAY','9123 100 Street, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1612,'HUSKY','1/2 Alaska Highway #72, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1613,'TEMPO Gas Bar','9515 Alaska Road South, Fort St. John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1614,'TEMPO, Charlie Lake General Store','12677 Charlie Lake Frontage Road, Charlie Lake','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1615,'Shell Canada','6814 Airport Road, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1616,'Petro-Canada Gas Station & Petro-Pass Truck Stop','11724 Alaska Road North, Fort St. John','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1617,'Tags Fort ST John','10604 100 Avenue, Fort St. John','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1618,'Polar Star Canadian Oil & Gas Inc','10515 100 Ave, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1619,'Centex','9605 100 Street, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1620,'Co-op Gas Bar','11432 100 Street, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1621,'Chevron - Gas Station','10812 Alaska Road North, Fort St. John','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1622,'Peace Country Petroleum Esso Cardlock','9407 109 Street, Fort St. John','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1623,'Esso','2001 16 Avenue, Campbell River','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1624,'Shell','150 Brant Drive, Campbell River','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1625,'Petro-Canada','465 Merecroft Road D-1, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1626,'Co-op Gas Centre','940 Ironwood Street, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1627,'Petro-Canada','1541 North Island Highway, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1628,'Shell','2574 South Island Highway, Campbell River','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1629,'Chevron - Gas Station','1830 Island Highway, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1630,'Gas N'' Go','3690 South Island Highway Rr 2, Campbell River','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1631,'Chevron - Gas Station','971 Island Highway, Campbell River','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1632,'Chevron - Gas Station','2061 North Island Highway, Campbell River','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1633,'Peninsula Co-op Gas & Convenience Centre','940 Ironwood Street, Campbell River','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1634,'Mobil','1424 Island Highway, Campbell River','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1635,'Discovery Harbour Fuel Dock','Fuel Dock, N, Strathcona','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1636,'Husky','1651 Maple Street, Campbell River','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1637,'On The Run - Convenience Store','1830 Island Highway, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1638,'Tiger Wand Wash','2001 16 Avenue, Campbell River','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1639,'Esso','984 South Island Highway, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1640,'GAS N GO','3930 North Island Highway, Campbell River','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1641,'Canadian Tire Gas+','St. E.t, 1605 16th Street East Unit A, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1642,'Shell','280 10th Street East, Owen Sound','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1643,'Petro-Canada','925 16th Street East, Owen Sound','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1644,'The Gas Barn/ LCBO','177569 Grey County Road 18, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1645,'Pioneer Energy','1598 16th Street East, Owen Sound','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1646,'Petro-Canada','317758 Highway 6, Owen Sound','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1647,'Petro-Canada','1612 16th Street East, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1648,'Vince''s Food Market','1405 2nd Avenue West, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1649,'Upi Energy','Canada','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1650,'Econo Gas','169 14th Street West, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1651,'Esso','1510 9th Avenue East, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1652,'Petro-Canada','Highway 6 and 10, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1653,'Mobil','1150 16th Street East, Owen Sound','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1654,'Esso','884 10th Street West, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1655,'Farrows Self Serv','884 10th Street West, Owen Sound','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1656,'Pioneer gas station','1585 16th Street East, Owen Sound','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1657,'Snack Express - Convenience Store','1598 16th Street East, Owen Sound','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1658,'Petro-Pass Truck Stop','202457 Hwy 6 & 21, Owen Sound','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1659,'OST - Voyago','1900 20th Street East, Owen Sound','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1660,'Esso','202271 HWY 21 RR 5, 202271 Ontario 21, Owen Sound','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1661,'7-Eleven','2903 Skaha Lake Road, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1662,'Barry Beecroft Fuel Distributors Ltd','448 Industrial Avenue East, Penticton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1663,'Super Save Gas Station','101 Green Mountain Road, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1664,'Penticton Gas Bar Fs','975 Westminster Avenue West, Penticton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1665,'Petro-Pass Truck Stop','466 Okanagan Avenue East, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1666,'Shell','1675 Fairview Road, Penticton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1667,'Skaha Lake Gas Bar','2302 Skaha Lake Road, Penticton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1668,'The Real Canadian Gas Bar','200 Carmi Avenue, Penticton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1669,'Fairview Gas Bar','1436 Fairview Road, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1670,'Esso','1635 Main Street, Penticton','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1671,'Co-op Gas Bar','2007 Main Street 102 B, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1672,'Petro-Canada','1090 Westminster Avenue West, Penticton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1673,'Petro-Canada','2903 Skaha Lake Road, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1674,'Centex Gas Station','6011 British Columbia 97 #101, Summerland','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1675,'Chevron - Gas Station','697 Eckhardt Avenue West, Penticton','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1676,'Chevron - Gas Station','1450 Main Street, Penticton','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1677,'Co-op','Canada','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1678,'Canco Gas station and One Stop Convenience','1198 Government Street, Penticton','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1679,'Mobil','1502 Main Street, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1680,'Mobil','1635 Main Street, Penticton','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1681,'Sunoco Gas Station','2075 Delaware Avenue, Buffalo','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1682,'United Refining Co','2212 Niagara Street, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1683,'Gales','302 Gilmore Road, Fort Erie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1684,'Mobil','214 Porter Avenue, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1685,'Fast Mart','410 Rhode Island Street ave, Buffalo','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1686,'Delta Sonic Car Wash','2590 Delaware Avenue, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1687,'Kurk Fuel Co','1319 Military Road, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1688,'Reid Petroleum Corporation','959 Niagara Street, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1689,'Petro-Pass Truck Stop','1200 Gilmore Road, Fort Erie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1690,'Exxon','959 Niagara Street, Buffalo','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1691,'Sunoco Gas Station','460 Elmwood Avenue, Buffalo','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1692,'Esso','1645 North Service Road, Fort Erie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1693,'Flying J Travel Center','1637 Pettit Road, Fort Erie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1694,'Sunoco Gas Station','1602 Elmwood Avenue, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1695,'Petro-Canada','1326 Garrison Road, Fort Erie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1696,'Sunoco Gas Station','1390 DELAWARE &, West Delavan Avenue, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1697,'A PLUS MINI MARKET','1390 Delaware Avenue, Buffalo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1698,'Nirellis Auto','1512 Main Street, Buffalo','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1699,'VALERO','553 Delaware Avenue, Buffalo','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1700,'Mobil','211 Niagara Street, Buffalo','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1701,'Petro-T | Harnois','1607 Avenue du Marais-Ombrag√©, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1702,'Canadian Tire Gas+','777 Boulevard Saint-Joseph, Drummondville','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1703,'Shell','141 Boulevard Saint-Joseph, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1704,'Garage Milot Richard (EKO)','1146 Boulevard Mercure, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1705,'Petro-Canada','405 Boulevard Saint-Joseph, Drummondville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1706,'Couche-Tard','1607 Avenue du Marais-Ombrag√©, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1707,'Couche-Tard','2835 Boulevard Lemire, Drummondville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1708,'Harnois','2700 Rue Saint-Pierre, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1709,'Ultramar - Gas Station','400 Rue Brock, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1710,'Harnois','4014 Boulevard Saint-Joseph, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1711,'Eko','1220 Boulevard Saint-Joseph, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1712,'Ultramar','1940 Boulevard Lemire, Drummondville','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1713,'Esso','2835 Boulevard Lemire, Drummondville','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1714,'Sonic | VIVACO groupe coop√©ratif','1000 110e Av, Drummondville','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1715,'Irving Oil','690 Boulevard Saint-Joseph, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1716,'Couche-Tard','5000 Rue Girardin, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1717,'Esso','2115 Rue Canadien, Drummondville','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1718,'Ultramar - Gas Station','4562 Boulevard Saint-Joseph, Saint-Nic√©phore','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1719,'Ultramar - Gas Station','4240 Rue Principale, Saint-Cyrille-de-Wendover','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1720,'Couche-Tard','4505 De La, Rue de la Sortie 185, Saint-Cyrille-de-Wendover','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1721,'Ultramar Cardlock','11365 New Brunswick 11, Napan','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1722,'Petro-Canada','2325 King George Highway, Miramichi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1723,'Esso','1709 King George Highway, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1724,'Petro-Canada & Car Wash','47 Cunard Street, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1725,'Shell','767 North Napan Road, Napan','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1726,'Kingston Convenience Ltd','713 King George Highway, Miramichi','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1727,'Petro-Canada','713 King George Highway, Miramichi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1728,'Shell','447 King George Highway, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1729,'Canadian Tire Gas+','105 Duke Street, Miramichi','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1730,'Wilsons','1709 King George Highway, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1731,'Kingston''s Gas Bar & Convenience Ltd','2325 King George Highway, Miramichi','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1732,'Irving Oil','186 King Street, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1733,'Petro-Canada','189 King Street, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1734,'Needs Miramichi','2424 King George Highway, Miramichi','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1735,'FastFuel Sobeys','2424 King George Highway, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1736,'Papa Joe''s','59 Nelson Street, Miramichi','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1737,'Irving Oil','221 Pleasant Street, Miramichi','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1738,'Fas Gas Plus - Gas Station','323 Van Horne Street South, Cranbrook','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1739,'Co-op Gas Bar','1216 Cranbrook Street North, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1740,'Esso','22 Van Horne Street South, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1741,'Shell','1733 Cranbrook Street North, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1742,'Fas Gas Plus - Gas Station','1920 Kootenay Street North, Cranbrook','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1743,'Chevron - Gas Station','702 Cranbrook Street North, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1744,'Petro-Canada','404 Cranbrook Street North, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1745,'HUSKY','1604 Cranbrook Street North, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1746,'Petro-Canada','525 Cranbrook Street North, Cranbrook','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1747,'Shell','2209 Theatre Road, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1748,'7-Eleven','525 Cranbrook Street North & 6th, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1749,'Petro-Pass Truck Stop','1814 Theatre Road, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1750,'Chevron Cardlock Cranbrook','498 Van Horne Street South, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1751,'Safeway Gas Station','6 Cranbrook Mall Road, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1752,'Mobil','2100 17 Street North, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1753,'Short Stop Express - Convenience Store','1920 Kootenay Street North, Cranbrook','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1754,'Kootenay Valley Petroleum Services Ltd','260 Industrial Road F, Cranbrook','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1755,'Esso','2001 Theatre Road, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1756,'Mountain Petroleum Sales','2001 Theatre Road, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1757,'Centex - Aqam Trading','Mission Road, Cranbrook','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1758,'Wilsons','289 Herring Cove Road, Halifax','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1759,'Irving Oil','389 Bedford Highway, Halifax','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1760,'Needs Halifax Lady Hammond Rd','5921 Lady Hammond Road, Halifax','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1761,'Esso','390 Pleasant Street, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1762,'Esso','908 Cole Harbour Road, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1763,'Canadian Tire Gas+','Canada','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1764,'Petro-Canada','909 Cole Harbour Road #907, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1765,'Esso','646 Main Street, Westphal','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1766,'Petro-Canada','240 Victoria Road, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1767,'Needs Fast Fuel Prince Albert Rd','303 Prince Albert Road, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1768,'Needs Convenience Dartmouth','100 Highfield Park Drive, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1769,'Needs Fast Fuel Penhorn Mall','543 Portland Street, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1770,'Needs Convenience Dartmouth Highfield','14 Highfield Park Drive, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1771,'Needs Convenience Robie Street','Shell, 2616 Robie Street, Halifax','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1772,'Needs Convenience Halifax Chebucto Road','6130 Chebucto Road, Halifax','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1773,'Mobil','1145 Barrington Street, Halifax','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1774,'Ultramar - Gas Station','640 Windmill Road, Dartmouth','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1775,'Irving Oil','275 Baker Drive, Dartmouth','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1776,'Shell','975 Wilkinson Avenue, Dartmouth','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1777,'Needs Convenience Halifax Herring Cove','33 Herring Cove Road, Halifax','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1778,'Campbell River Store','790 176 Street, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1779,'Shell','2025 152 Street, Surrey','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1780,'Esso','3233 176 Street, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1781,'Esso','1595 Nichol Road, White Rock','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1782,'Chevron - Gas Station','3531 King George Boulevard, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1783,'Exxon','321 D Street, Blaine','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1784,'Shell','2530 Peace Portal Drive, Blaine','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1785,'Chevron - Gas Station','5604 175 Street, Surrey','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1786,'Super Save Gas Station #87','2390 200 Street, Langley Township','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1787,'Shell','360 D Street, Blaine','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1788,'Bens Market#1 - Blaine','1307 Boblett Street, Blaine','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1789,'Esso','2360 King George Boulevard, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1790,'Shell','3155 King George Boulevard, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1791,'Chevron','568 Peace Portal Drive, Blaine','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1792,'North Bluff Auto Services','2025 152 Street, Surrey','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1793,'Chevron - Gas Station','15220 56 Avenue, Surrey','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1794,'Esso','2377 152 Street, Surrey','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1795,'Crazy Dazy 9','347 D Street, Blaine','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1796,'Chevron - Gas Station','1776 Martin Drive, Surrey','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1797,'Petro-Canada','1392 Johnston Road, White Rock','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1798,'Canadian Tire Gas+','1301 8 Street East, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1799,'7-Eleven','8 Assiniboine Drive, Saskatoon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1800,'HUSKY/ESSO','315 Marquis Drive, Saskatoon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1801,'Co-op Gas Bar','2505 8 Street East, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1802,'Shell','7 Assiniboine Drive, Saskatoon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1803,'Fas Gas Plus - Gas Station','300 Avenue H South, Saskatoon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1804,'Esso','814 22 Street West, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1805,'Shell','824 51st Street, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1806,'Petro-Canada','2511 22 Street West, Saskatoon','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1807,'Petro-Canada','3401 8 Street East, Saskatoon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1808,'Gas Plus Lakeview','12 McKercher Drive, Saskatoon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1809,'Shell','1602 22 Street West, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1810,'Shell','1205 Arlington Avenue, Saskatoon','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1811,'Shell','3330 8 Street East, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1812,'Petro-Canada','3 Worobetz Place, Saskatoon','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1813,'Husky Oil Marketing Company','806 50 Street East, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1814,'Railway Gas','225 Avenue B North, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1815,'Millsap Fuel Distributors','905 Avenue P South, Saskatoon','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1816,'HUSKY','1610 11th Street West, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1817,'Superstore Gas Bar','2727-2837 8 Street East, Saskatoon','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1818,'7-Eleven','@ Manning, 883 Dundas Street West, Toronto','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1819,'Esso','581 Parliament Street, Toronto','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1820,'Esso','150 Dupont Street, Toronto','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1821,'Esso','553 Lake Shore Boulevard West, Toronto','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1822,'Canadian Tire Gas+','835 Yonge Street, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1823,'Shell','548 Richmond Street East, Toronto','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1824,'On The Run - Convenience Store','1498 Royal York Road, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1825,'Esso','537 Keele Street, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1826,'Esso','800 Lawrence Avenue East, North York','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1827,'Canadian Tire Gas+','4400 Dufferin Street, North York','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1828,'Shell','2010 Dundas Street West, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1829,'Shell','705 Don Mills Road, North York','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1830,'Esso','3069 Bathurst Street, North York','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1831,'Shell','1800 Bayview Avenue, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1832,'Shell','608 Wilson Avenue, North York','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1833,'Shell','3075 Bathurst Street, North York','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1834,'Shell','908 Sheppard Avenue West, North York','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1835,'Ultramar - Gas Station','637 Vaughan Road, York','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1836,'Petro-Canada','2863 Dufferin Street, North York','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1837,'Ultramar - Gas Station','1762 Dundas Street West, Toronto','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1838,'Petro-Canada','363 Ontario Street, Port Hope','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1839,'Esso','RR #1 4572, County Road 2, Port Hope','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1840,'Pioneer - Gas Station','161 Peter Street, Port Hope','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1841,'Esso','46 Toronto Road, Port Hope','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1842,'Petro-Canada & Car Wash','490 White Street, Cobourg','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1843,'Port Hope Esso/Square Boy Pizza/Country Style/Hope Mart','46 Toronto Road, Port Hope','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1844,'Mobil','102 Peter Street, Port Hope','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1845,'Shell Canada/Port Hope','156 Toronto Road, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1846,'Mobil','167 Toronto Road, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1847,'Canco Petroleum','369 Ontario Street, Port Hope','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1848,'Pioneer','2211 Northumberland County Road 28, Port Hope','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1849,'On The Run','Canada','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1850,'Pipeline Commercial','2211 Northumberland County Road 28, Port Hope','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1851,'Utramar','2211 Northumberland County Road 28, Port Hope','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1852,'Ultramar','2211 Northumberland County Road 28, Port Hope','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1853,'Canadian Tire Gas+','1125 Elgin Street West, Cobourg','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1854,'Sunoco Gas Station','490 White Street, Cobourg','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1855,'Super Save Gas Station','950 Victoria Street, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1856,'Chevron - Gas Station','2220 John Hart Highway, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1857,'Canco','122 George Street, Prince George','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1858,'Petro-Canada','2420 5th Avenue, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1859,'Esso','5155 Domano Boulevard, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1860,'Shell','4869 Continental Way, Prince George','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1861,'Co-op Cardlock','998 Railway Road, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1862,'Shell','4293 5th Avenue, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1863,'Petro-Canada & Car Wash','1880 20 Avenue, Prince George','"Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1864,'Chevron - Gas Station','5150 Domano Boulevard, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1865,'Canadian Tire Gas+','5000 Domano Boulevard, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1866,'Esso','1977 Queensway, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1867,'Spruceland Gas Bar','835 Central Street West, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1868,'McMillan Creek Gas Bar','1746 John Hart Highway, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1869,'Canco Gas + One Stop Convenience','3605 15th Avenue, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1870,'Range Rd Gas Bar','2511 Range Road, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1871,'7-Eleven','3333 15th Avenue, Prince George','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1872,'Costco Gas Station','2555 Range Road, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1873,'Petro-Pass Truck Stop','1064 Great Street, Prince George','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1874,'Jepson Petroleum Ltd.','1064 Great Street, Prince George','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1875,'Grande Prairie North UFA Petroleum Agency & Cardlock','13705 100 St, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1876,'Co-op Gas Bar','10919 100 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1877,'Co-op Gas Bar','10505 117 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1878,'Co-op Gas Bar','9831 100 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1879,'Fas Gas Plus','10511 84 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1880,'Esso','11910 99 Avenue, Grande Prairie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1881,'Shell','6640 Poplar Drive, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1882,'Esso','9910 96 Street, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1883,'Am-Gas Scrubbing Systems Ltd','NE Quarter 2771-9, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1884,'Esso','9102 92 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1885,'Shell','11511 96 Street, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1886,'Flying J Cardlock','9212 108 Street, Grande Prairie','"Credit, Debit, Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1887,'Shell','10805 79 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1888,'Gateway Gas Bar','10970 100 Avenue, Grande Prairie','"Cash"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1889,'Petro‚ÄëPass','11410 97 Avenue, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1890,'7-Eleven','6843 Kateri Drive, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1891,'Costco Gas Station','9901 116 Street, Grande Prairie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1892,'Grande Prairie West UFA Petroleum Agency & Cardlock','9702 115 Street, Grande Prairie','"Credit, Debit, Crypto"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1893,'Petro-Canada','13211 100 Street, Grande Prairie','"Credit, Debit"','"Gasoline, Diesel"'); +INSERT INTO gas_stations(id,name,vicinity,payment_method,fuel_type) VALUES (1894,'Co-op Gas Bar','11540 104 Avenue, Grande Prairie',NULL,'"Gasoline, Diesel"'); diff --git a/express-back-end/src/db/seeds/locations.sql b/express-back-end/src/db/seeds/locations.sql new file mode 100644 index 0000000000..7dea3517bf --- /dev/null +++ b/express-back-end/src/db/seeds/locations.sql @@ -0,0 +1,1911 @@ +DROP TABLE IF EXISTS locations; +CREATE TABLE locations( + id INTEGER NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,lat NUMERIC(15,7) NOT NULL + ,lng NUMERIC(15,7) NOT NULL + ,street VARCHAR(34) + ,city VARCHAR(31) + ,province VARCHAR(25) NOT NULL + ,postal_code VARCHAR(7) +); + +ALTER TABLE locations +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); + +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1,1,42.8461644,-80.3089278,'Queensway West','Simcoe','Ontario','N3Y 2M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (2,2,42.9229623,-80.2874019,'Old Highway 24','Waterford','Ontario','N0E 1Y0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (3,3,42.8595538,-80.2213633,'Ontario 3','Simcoe','Ontario','N3Y 4K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (4,4,42.8451534,-80.3118451,'Queensway West','Simcoe','Ontario','N3Y 2M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (5,5,42.8477572,-80.2935175,'Queensway East','Simcoe','Ontario','N3Y 4Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (6,6,42.8595538,-80.2213633,'Ontario 3','Simcoe','Ontario','N3Y 4K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (7,7,42.8344273,-80.3184817,'West Street','Simcoe','Ontario','N3Y 1V1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (8,8,42.8509475,-80.2956976,'Queensway East','Simcoe','Ontario','N3Y 4M5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (9,9,42.8525247,-80.3371293,'Fourteenth Street West','Simcoe','Ontario','N3Y 4K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (10,10,48.4274492,-123.3346621,'Fort Street','Victoria','British Columbia','V8R 1H8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (11,11,48.4791235,-123.4108845,'Wilkinson Road','Victoria','British Columbia','V8Z 5A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (12,12,48.4419417,-123.4011176,'Craigflower Road','Victoria','British Columbia','V9A 2X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (13,13,48.4690401,-123.3323159,'Shelbourne Street','Victoria','British Columbia','V8N 3E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (14,14,48.4377812,-123.3668808,'Douglas Street','Victoria','British Columbia','V8T 4P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (15,15,48.4325358,-123.3587267,'Quadra Street','Victoria','British Columbia','V8T 4C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (16,16,48.4479986,-123.3720978,'Douglas Street','Victoria','British Columbia','V8Z 3K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (17,17,48.4582527,-123.3325635,'Shelbourne Street','Victoria','British Columbia','V8P 4G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (18,18,48.4125409,-123.3367182,'Fairfield Road','Victoria','British Columbia','V8S 1G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (19,19,48.4614764,-123.3325995,'Cedar Hill Cross Road','Victoria','British Columbia','V8P 2P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (20,20,48.4704942,-123.3643858,'Quadra Street','Victoria','British Columbia','V8X 1K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (21,21,48.4918973,-123.3870353,'West Saanich Road','Victoria','British Columbia','V8Z 3E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (22,22,48.4284207,-123.3656444,'','Victoria','British Columbia',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (23,23,48.4415375,-123.401746,'Craigflower Road','Victoria','British Columbia','V9A 2X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (24,24,48.4302551,-123.4164719,'Esquimalt Road','Victoria','British Columbia','V9A 3P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (25,25,48.455228,-123.3599586,'Quadra Street','Victoria','British Columbia','V8X 1G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (26,26,48.4688823,-123.3188283,'Gordon Head Road','Victoria','British Columbia','V8N 3X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (27,27,48.4599794,-123.4967339,'Millstream Road','Victoria','British Columbia','V9B 3R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (28,28,48.4704942,-123.3643858,'Quadra Street','Victoria','British Columbia','V8X 1K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (29,29,49.6718322,-124.9259825,'Port Augusta Street','Comox','British Columbia','V9M 3N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (30,30,49.6835565,-124.9901029,'Cliffe Avenue','Courtenay','British Columbia','V9N 2K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (31,31,49.7005482,-124.9916409,'North Island Highway','Courtenay','British Columbia','V9N 3N9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (32,32,49.6457097,-124.9436224,'Island Highway South','Royston','British Columbia','V0R 2V0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (33,33,49.6761461,-124.9376293,'Comox Avenue','Comox','British Columbia','V9M 3M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (34,34,49.6972992,-124.9896282,'Ryan Road','Courtenay','British Columbia','V9N 3R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (35,35,49.6979508,-124.9899773,'Ryan Road','Courtenay','British Columbia','V9N 7R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (36,36,49.6784136,-124.9846146,'Cliffe Avenue','Courtenay','British Columbia','V9N 2L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (37,37,49.7166752,-124.9937702,'North Island Highway','Courtenay','British Columbia','V9N 5Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (38,38,49.7138538,-124.9638801,'Crown Isle Boulevard','Courtenay','British Columbia','V9N 9W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (39,39,49.6880304,-124.9354116,'Anderton Road','Comox','British Columbia','V9M 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (40,40,49.7154977,-124.9329123,'Anderton Road','Comox','British Columbia','V9M 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (41,41,49.6255316,-125.0239873,'Cumberland Road','Cumberland','British Columbia','V0R 1S0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (42,42,49.6196407,-125.0257156,'Dunsmuir Avenue','Cumberland','British Columbia','V0R 1S0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (43,43,49.6778037,-124.9832371,'Cliffe Avenue','Courtenay','British Columbia','V9N 2L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (44,44,49.6837959,-125.0020318,'11th Street','Courtenay','British Columbia','V9N 1T4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (45,45,49.6841889,-124.9911645,'Cliffe Avenue','Courtenay','British Columbia','V9N 2K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (46,46,49.6953606,-124.9900145,'Puntledge Road','Courtenay','British Columbia','V9N 3R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (47,47,49.697966,-124.9883546,'Ryan Road','Courtenay','British Columbia','V9N 3R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (48,48,49.6784136,-124.9846146,'Cliffe Avenue','Courtenay','British Columbia','V9N 2L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (49,49,48.4462387,-123.3325739,'Hillside Avenue','Victoria','British Columbia','V8P 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (50,50,44.196431,-77.400735,'Ontario 62','Belleville','Ontario','K8N 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (51,51,44.1283612,-77.4573453,'Old Highway 2','Belleville','Ontario','K8N 4Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (52,52,44.1592678,-77.3893445,'Dundas Street West','Belleville','Ontario','K8P 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (53,53,44.1460531,-77.4108465,'Dundas Street West','Belleville','Ontario','K8P 1B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (54,54,44.1696071,-77.404412,'Moira Street West','Belleville','Ontario','K8P 5G7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (55,55,44.1886836,-77.3959143,'North Front Street','Belleville','Ontario','K8P 3C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (56,56,44.1756833,-77.4443359,'Bell Boulevard West','Belleville','Ontario','K8N 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (57,57,44.2416861,-77.380678,'Ontario 37','Belleville','Ontario','K0K 1V0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (58,58,44.186979,-77.4002668,'Bell Boulevard','Belleville','Ontario','K8P 4V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (59,59,44.1789777,-77.4442743,'Wallbridge Loyalist Road','Belleville','Ontario','K8N 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (60,60,44.1815677,-77.4468104,'Bellevue Drive','Belleville','Ontario','K8N 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (61,61,44.2024667,-77.4024028,'Ontario 62','Belleville','Ontario','K8N 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (62,62,44.1772088,-77.3904208,'North Front Street','Belleville','Ontario','K8P 3B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (63,63,44.1392962,-77.3845458,'Ontario 62','Belleville','Ontario','K8N 4Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (64,64,44.1804058,-77.3786929,'Cannifton Road','Belleville','Ontario','K8N 4V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (65,65,44.1859829,-77.4078845,'Bell Boulevard','Belleville','Ontario','K8P 5L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (66,66,44.1885262,-77.3972821,'North Front Street','Belleville','Ontario','K8P 3C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (67,67,44.1886836,-77.3959143,'North Front Street','Belleville','Ontario','K8P 3C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (68,68,44.1895752,-77.3854427,'Cannifton Road','Belleville','Ontario','K8N 4V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (69,69,44.1818152,-77.4212585,'Bell Boulevard','Belleville','Ontario','K8P 5H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (70,70,43.9745377,-79.2821553,'Norman Jones Place','Whitchurch-Stouffville','Ontario','L4A 7X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (71,71,43.9032101,-79.292613,'Major Mackenzie Drive East','Markham','Ontario','L3P 3J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (72,72,44.0474782,-79.298441,'Ontario 48','Whitchurch-Stouffville','Ontario','L4A 7X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (73,73,44.000088,-79.290143,'Bloomington Road','Whitchurch-Stouffville','Ontario','L4A 7X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (74,74,43.969174,-79.2579507,'Main Street','Whitchurch-Stouffville','Ontario','L4A 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (75,75,43.9685696,-79.2610149,'Main Street','Whitchurch-Stouffville','Ontario','L4A 2S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (76,76,43.9750383,-79.2318984,'Tenth Line','Whitchurch-Stouffville','Ontario','L4A 7W6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (77,77,43.9120143,-79.2568761,'Major Mackenzie Drive East','Markham','Ontario','L3P 3J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (78,78,43.9091476,-79.2692303,'Major Mackenzie Drive East','Markham','Ontario','L6E 0G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (79,79,43.8949114,-79.2920186,'Bur Oak Avenue','Markham','Ontario','L6C 0C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (80,80,43.8975124,-79.2389507,'Ninth Line','Markham','Ontario','L6B 1A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (81,81,43.8975124,-79.2389507,'Ninth Line','Markham','Ontario','L6B 1A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (82,82,44.0376786,-79.2967076,'Aurora Road','Whitchurch-Stouffville','Ontario','L4A 7X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (83,83,44.036116,-79.198594,'Durham Regional Highway 47','Goodwood','Ontario','L0C 1A0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (84,84,44.03832,-79.2966856,'Aurora Road','Whitchurch-Stouffville','Ontario','L4A 7X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (85,85,43.8914517,-79.2648041,'Main Street Markham North','Markham','Ontario','L3P 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (86,86,43.9723745,-79.1299809,'Central Street','Pickering','Ontario','L1Y 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (87,87,43.8856583,-79.2899271,'McCowan Road','Markham','Ontario','L6C 2L1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (88,88,47.5238047,-52.7485761,'Bay Bulls Road','St. John''s','NL','A1G 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (89,89,47.5994992,-52.6974909,'Logy Bay Road','St. John''s','Newfoundland and Labrador','A1A 3V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (90,90,47.5572666,-52.7386832,'Empire Avenue','St. John''s','NL','A1E 1W5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (91,91,47.5501502,-52.7186324,'Water Street','St. John''s','Newfoundland and Labrador','A1E 1C1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (92,92,47.5400951,-52.7575586,'Frecker Drive','St. John''s','Newfoundland and Labrador','A1E 5Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (93,93,47.6144126,-52.7219369,'Stavanger Drive','St. John''s','NL','A1A 5E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (94,94,47.6170009,-52.7227445,'Torbay Road','St. John''s','NL','A1A 5G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (95,95,47.561282,-52.7238101,'Pennywell Road','St. John''s','Newfoundland and Labrador','A1C 2L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (96,96,47.5124951,-52.7566674,'Bay Bulls Road','St. John''s','Newfoundland and Labrador','A1G 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (97,97,47.6051303,-52.7180346,'Torbay Road','St. John''s','NL','A1A 5C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (98,98,47.5526546,-52.7295631,'Blackmarsh Road','St. John''s','NL','A1E 1S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (99,99,47.575602,-52.7228286,'Elizabeth Avenue','St. John''s','NL','A1B 1S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (100,100,47.5566152,-52.7364941,'Ropewalk Lane','St. John''s','NL','A1E 5T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (101,101,47.5866204,-52.7088114,'Elizabeth Avenue','St. John''s','Newfoundland and Labrador','A1A 1W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (102,102,47.5642721,-52.7612924,'Thorburn Road','St. John''s','Newfoundland and Labrador','A1B 3M3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (103,103,47.6031825,-52.7156565,'Torbay Road','St. John''s','NL','A1A 4E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (104,104,47.6215817,-52.6916011,'Logy Bay Road','Logy Bay-Middle Cove-Outer Cove','Newfoundland and Labrador','A1K 3B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (105,105,47.6170633,-52.7239373,'Hebron Way','St. John''s','Newfoundland and Labrador','A1A 5G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (106,106,47.5202478,-52.8068812,'Park Avenue','Mount Pearl','NL','A1N 1L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (107,107,47.525501,-52.8088989,'Topsail Road','Mount Pearl','Newfoundland and Labrador','A1N 5E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (108,108,49.2173686,-122.6322607,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (109,109,49.2173686,-122.6322607,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (110,110,49.2163147,-122.6051379,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (111,111,49.218218,-122.6510801,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (112,112,49.2180653,-122.650861,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (113,113,49.235261,-122.5787082,'232 Street','Maple Ridge','British Columbia','V2X 6T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (114,114,49.2183713,-122.6529656,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (115,115,49.2168772,-122.605172,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (116,116,49.2278071,-122.6900962,'Harris Road','Pitt Meadows','British Columbia','V3Y 2J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (117,117,49.2167477,-122.6233163,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (118,118,49.2189758,-122.6581748,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (119,119,49.217309,-122.62347,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (120,120,49.2037613,-122.5808858,'Lougheed Highway','Maple Ridge','British Columbia','V2X 2W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (121,121,49.2207598,-122.5565471,'Dewdney Trunk Road','Maple Ridge','British Columbia','V4R 1W5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (122,122,49.2236393,-122.6718418,'Lougheed Highway','Pitt Meadows','British Columbia','V3Y 2W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (123,123,49.2316314,-122.6898082,'Lougheed Highway','Pitt Meadows','British Columbia','V3Y 2J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (124,124,49.1664531,-122.5815163,'Glover Road','Langley Township','British Columbia','V1M'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (125,125,49.177257,-122.67136,'96 Avenue','Langley Township','British Columbia','V1M 3C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (126,126,49.1742853,-122.6676233,'201 Street','Langley Township','British Columbia','V1M 3A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (127,127,49.162363,-122.6602454,'88 Avenue','Langley Township','British Columbia','V1M 2Y4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (128,128,45.620496,-73.796786,'Boulevard Labelle','Rosemère','Quebec','J7A 1A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (129,129,45.682544,-73.8946004,'Boulevard Curé-Labelle','Blainville','Quebec','J7C 4K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (130,130,45.6395181,-73.8116243,'Boulevard Roland-Durand','Rosemère','Quebec','J7A 4J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (131,131,45.6938953,-73.9411683,'Chemin Victor','Mirabel','Quebec','J7J 1P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (132,132,45.7001418,-73.9218876,'Boulevard Curé-Labelle','Mirabel','Quebec','J7J 1G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (133,133,45.6141441,-73.8383951,'Boulevard de la Grande-Allée','Boisbriand','Quebec','J7G 2T4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (134,134,45.6618913,-73.8820205,'Boulevard de la Seigneurie Ouest','Blainville','Quebec','J7C 5A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (135,135,45.6586119,-73.857415,'Boulevard du Curé-Labelle','Blainville','Quebec','J7C 2H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (136,136,45.6452458,-73.8691078,'Chemin de la Côte Nord','Mirabel','Quebec','J7J 2B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (137,137,45.6764569,-73.8852571,'Boulevard Curé-Labelle','Blainville','Quebec','J7C 2M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (138,138,45.6422566,-73.8767056,'Boulevard de la Grande-Allée','Mirabel','Quebec','J7J 2B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (139,139,45.6241855,-73.8034581,'Boulevard Labelle','Rosemère','Quebec','J7A 2H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (140,140,45.6618618,-73.8820693,'Boulevard Michèle-Bohec','Blainville','Quebec','J7C 0M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (141,141,45.6678107,-73.9242383,'Montée Sainte Marianne','Mirabel','Quebec','J7J 2N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (142,142,45.6792212,-73.9213692,'Boulevard de Versailles','Mirabel','Quebec','J7J 1R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (143,143,45.6727403,-73.9320938,'Montée Sainte Marianne','Mirabel','Quebec','J7J 2A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (144,144,45.6223915,-73.854301,'Chemin de la Rivière-Cachée','Boisbriand','Quebec','J7H 1H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (145,145,45.6393728,-73.8275667,'Boulevard Curé-Labelle','Sainte-Thérèse','Quebec','J7E 2X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (146,146,45.6230278,-73.8518954,'Boulevard de la Grande-Allée','Boisbriand','Quebec','J7H 1E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (147,147,45.6277144,-73.8254629,'Boulevard des Entreprises','Boisbriand','Quebec','J7G 2Y2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (148,148,49.8437486,-99.9514807,'','Brandon','Manitoba',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (149,149,49.8242426,-99.960501,'18th Street','Brandon','Manitoba','R7A 5C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (150,150,49.8559925,-99.9624335,'18th Street North','Brandon','Manitoba','R7A 7P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (151,151,49.8863439,-99.9403149,'Highland Avenue','Brandon','Manitoba','R7C 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (152,152,49.8176089,-99.9611315,'Lyndale Drive','Brandon','Manitoba','R7A 7K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (153,153,49.8859775,-99.9606793,'Highland Avenue','Brandon','MB','R7C 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (154,154,49.848142,-99.939467,'Rosser Avenue','Brandon','Manitoba','R7A 0J7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (155,155,49.839688,-99.945543,'6th Street','Brandon','Manitoba','R7A 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (156,156,49.8419112,-99.9723176,'Victoria Avenue','Brandon','Manitoba','R7B 0M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (157,157,49.8397901,-99.9464405,'6th Street','Brandon','Manitoba','R7A 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (158,158,49.8658241,-99.9610729,'18th Street North','Brandon','Manitoba','R7A 7S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (159,159,49.8714668,-99.939393,'1st Street North','Brandon','Manitoba','R7A 7J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (160,160,49.841893,-99.984202,'Victoria Avenue','Brandon','Manitoba','R7B 2R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (161,161,49.8859634,-99.941679,'Highland Avenue','Brandon','Manitoba','R7C 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (162,162,49.8861927,-99.9628612,'18th Street North','Brandon','Manitoba','R7C 1B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (163,163,49.8421885,-99.9618541,'','Brandon','Manitoba','R7A'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (164,164,49.8419814,-99.9495766,'Victoria Avenue','Brandon','Manitoba','R7A 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (165,165,49.8419112,-99.9723176,'Victoria Avenue','Brandon','Manitoba','R7B 0M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (166,166,49.8418647,-99.9842619,'Victoria Avenue','Brandon','Manitoba','R7B 2R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (167,167,49.82672,-99.961282,'18th Street','Brandon','Manitoba','R7A 5C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (168,168,46.3322296,-72.5928092,'Boulevard Jean-XXIII','Trois-Rivières','Quebec','G8Z 4B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (169,169,46.3710861,-72.5577682,'Rue Barkoff','Trois-Rivières','Quebec','G8T 2A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (170,170,46.3465455,-72.5426191,'Rue Laviolette','Trois-Rivières','Quebec','G9A 1V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (171,171,46.3251742,-72.5715515,'Côte Richelieu','Trois-Rivières','Quebec','G9A 5V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (172,172,46.3592483,-72.5892979,'Boulevard des Forges','Trois-Rivières','Quebec','G8Y 1W6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (173,173,46.396265,-72.543532,'Rue des Prairies','Trois-Rivières','Quebec','G8V 1P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (174,174,46.3183139,-72.5695665,'Boulevard Gene-H.-Kruger','Trois-Rivières','Quebec','G9A 4P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (175,175,46.3815726,-72.5448346,'Boulevard Thibeau','Trois-Rivières','Quebec','G8T 6Z6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (176,176,46.35267,-72.6079929,'Côte Rosemont','Trois-Rivières','Quebec','G8Y 6Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (177,177,46.3898436,-72.5526812,'Boulevard Thibeau','Trois-Rivières','Quebec','G8T 7B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (178,178,46.289812,-72.5344839,'Avenue Descôteaux','Bécancour','Quebec','G9H 1W2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (179,179,46.3198617,-72.5781097,'Rue Marion','Trois-Rivières','Quebec','G9A 6H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (180,180,46.3651347,-72.597236,'Boulevard des Forges','Trois-Rivières','Quebec','G8Y 1X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (181,181,46.3429309,-72.549614,'Rue Sainte Marguerite','Trois-Rivières','Quebec','G9A 6R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (182,182,46.3429309,-72.549614,'Rue Sainte Marguerite','Trois-Rivières','Quebec','G9A 6R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (183,183,46.3541074,-72.5423637,'Boulevard du Saint Maurice','Trois-Rivières','Quebec','G9A 6P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (184,184,46.343342,-72.561223,'Rue Paul le Moyne','Trois-Rivières','Quebec','G8Z 2V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (185,185,46.3303835,-72.5711214,'Boulevard des Récollets','Trois-Rivières','Quebec','G9A 6J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (186,186,46.356719,-72.573426,'Rue Papineau','Trois-Rivières','Quebec','G8Z 1P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (187,187,46.3689636,-72.5229846,'Rue Fusey','Trois-Rivières','Quebec','G8T 2W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (188,188,53.1810905,-105.7631887,'Marquis Road West','Prince Albert','Saskatchewan','S6V 7Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (189,189,53.1878747,-105.7121221,'15 Avenue East','Prince Albert','Saskatchewan','S6V 6H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (190,190,53.1815879,-105.7611076,'2 Avenue West','Prince Albert','Saskatchewan','S6V 5G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (191,191,53.1933573,-105.7381944,'22 Street East','Prince Albert','Saskatchewan','S6V 1N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (192,192,53.2029054,-105.7361682,'6 Avenue East','Prince Albert','Saskatchewan','S6V 2J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (193,193,53.202973,-105.7061839,'15 Avenue East','Prince Albert','Saskatchewan','S6V 2N9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (194,194,53.1982861,-105.7593967,'16 Street West','Prince Albert','Saskatchewan','S6V 3V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (195,195,53.1991993,-105.742044,'15 Street East','Prince Albert','Saskatchewan','S6V 1G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (196,196,53.1915992,-105.7370012,'Branion Drive','Prince Albert','Saskatchewan','S6V 2S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (197,197,53.189217,-105.76067,'2 Avenue West','Prince Albert','Saskatchewan','S6V 5E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (198,198,53.2156526,-105.7739702,'10 Street Northwest','Prince Albert','Saskatchewan','S6V 5R3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (199,199,53.1991127,-105.7605409,'15 Street West','Prince Albert','Saskatchewan','S6V 3P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (200,200,53.2054632,-105.751941,'1 Avenue East','Prince Albert','Saskatchewan','S6V 0A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (201,201,53.1991194,-105.7605733,'15 Street West','Prince Albert','Saskatchewan','S6V 3P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (202,202,53.2012416,-105.7449156,'13 Street East','Prince Albert','Saskatchewan','S6V'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (203,203,53.1991674,-105.7088556,'15 Street East','Prince Albert','Saskatchewan','S6V 3R7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (204,204,53.1987721,-105.7605434,'16 Street West','Prince Albert','Saskatchewan','S6V 3V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (205,205,53.1991929,-105.7398585,'15 Street East','Prince Albert','Saskatchewan','S6V 1G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (206,206,53.2029054,-105.7361682,'6 Avenue East','Prince Albert','Saskatchewan','S6V 2J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (207,207,53.19162,-105.7370514,'Branion Drive','Prince Albert','Saskatchewan','S6V 2S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (208,208,46.4367294,-80.9742677,'Regent Street','Greater Sudbury','Ontario','P3E 5H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (209,209,46.505232,-80.9475344,'Kingsway','Greater Sudbury','Ontario','P3B 0A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (210,210,46.4907939,-80.9348707,'Bancroft Drive','Greater Sudbury','Ontario','P3B 1S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (211,211,46.4673811,-80.9997191,'Centennial Drive','Greater Sudbury','Ontario','P3E 5J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (212,212,46.5207372,-80.9435555,'Barry Downe Road','Greater Sudbury','Ontario','P3A 3V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (213,213,46.5185883,-80.9433967,'Barry Downe Road','Greater Sudbury','Ontario','P3A 3V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (214,214,46.4628584,-81.0100459,'Regent Street','Greater Sudbury','Ontario','P3E 3Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (215,215,46.5008677,-80.9627266,'Kingsway','Greater Sudbury','Ontario','P3B 2E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (216,216,46.500689,-80.960923,'Kingsway','Greater Sudbury','Ontario','P3B 2E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (217,217,46.4535545,-81.0046554,'Regent Street','Greater Sudbury','Ontario','P3E 3Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (218,218,46.5224192,-80.9502132,'Lasalle Boulevard','Greater Sudbury','Ontario','P3A 1Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (219,219,46.5185883,-80.9433967,'Barry Downe Road','Greater Sudbury','Ontario','P3A 3V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (220,220,46.51024,-80.933457,'Falconbridge Road','Greater Sudbury','Ontario','P3A 3Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (221,221,46.5202766,-80.9413318,'Lasalle Boulevard','Greater Sudbury','Ontario','P3A 5H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (222,222,46.496043,-80.8665972,'Ontario 17','Greater Sudbury','Ontario','P0M 1M0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (223,223,46.448153,-80.993853,'Algonquin Road','Greater Sudbury','Ontario','P3E 4Z6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (224,224,46.5227357,-80.9839921,'Lasalle Boulevard','Greater Sudbury','Ontario','P3A 4Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (225,225,46.4732148,-81.064218,'Veterans Road','Greater Sudbury','Ontario','P0M 1N0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (226,226,46.4724086,-81.0294989,'Lorne Street','Greater Sudbury','Ontario','P3C 4S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (227,227,46.5039542,-80.9865932,'Notre Dame Avenue','Greater Sudbury','Ontario','P3C 5K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (228,228,50.0628664,-110.6865092,'Northlands Way Northeast','Medicine Hat','Alberta','T1C 1Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (229,229,50.0117601,-110.6507754,'Dunmore Road Southeast','Medicine Hat','Alberta','T1B 2H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (230,230,50.0700999,-110.756258,'South Highway Drive Southeast','Redcliff','Alberta','T0J 2P0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (231,231,50.0313428,-110.7065958,'Redcliff Drive Southwest','Medicine Hat','Alberta','T1A 5E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (232,232,50.0327881,-110.6695744,'Kingsway Avenue Southeast','Medicine Hat','Alberta','T1A 2X1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (233,233,50.0229976,-110.7275192,'Gershaw Drive Southwest','Medicine Hat','Alberta','T1A 5E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (234,234,50.032179,-110.705891,'Red Deer Drive Southwest','Medicine Hat','Alberta','T1A 8K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (235,235,50.0500653,-110.6873395,'8 Street Northwest','Medicine Hat','Alberta','T1A 6N9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (236,236,50.0392385,-110.6688542,'Maple Avenue Southeast','Medicine Hat','Alberta','T1A 8J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (237,237,50.0106811,-110.6648955,'13 Avenue Southeast','Medicine Hat','Alberta','T1B 1E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (238,238,50.024789,-110.69967,'15 Street Southwest','Medicine Hat','Alberta','T1A 4W2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (239,239,50.0245106,-110.6747667,'','Medicine Hat','Alberta','T1A 7G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (240,240,50.0017984,-110.683002,'Southridge Drive Southeast','Medicine Hat','Alberta','T1B 3S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (241,241,50.0230433,-110.7275538,'Gershaw Drive Southwest','Medicine Hat','Alberta','T1A 5E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (242,242,50.00202,-110.665949,'Strachan Road Southeast','Medicine Hat','Alberta','T1B 4R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (243,243,50.010603,-110.63726,'Carry Drive Southeast','Medicine Hat','Alberta','T1B 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (244,244,51.4072987,-0.1099131,'Highbury Avenue','','England','CR7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (245,245,50.06481,-110.733,'Box Springs Boulevard Northwest','Medicine Hat','Alberta','T1C 0C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (246,246,50.002501,-110.64249,'Ross Glen Drive Southeast','Medicine Hat','Alberta','T1B 3T8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (247,247,50.076395,-110.76157,'Broadway Avenue East','Redcliff','Alberta','T0J 2P0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (248,248,50.0774424,-110.7636587,'Broadway Avenue East','Redcliff','Alberta','T0J 2P0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (249,249,42.9362783,-81.2799284,'Wonderland Road South','London','Ontario','N6L 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (250,250,43.0079975,-81.3359199,'Hyde Park Road','London','Ontario','N6H 0A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (251,251,43.0015147,-81.2768319,'Western Road','London','Ontario','N6G 1G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (252,252,43.00495,-81.176495,'Dundas Street','London','Ontario','N5W 3G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (253,253,42.9856881,-81.2877551,'Oxford Street West','London','Ontario','N6H 1T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (254,254,42.9255822,-81.2159223,'Wellington Road','London','Ontario','N6E 1M5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (255,255,42.9585701,-81.2307251,'Wellington Road','London','Ontario','N6C 4P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (256,256,42.9772225,-81.193305,'Hamilton Road','London','Ontario','N5W 1A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (257,257,43.0138233,-81.2118287,'Highbury Avenue North','London','Ontario','N5Y 4W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (258,258,42.942203,-81.236017,'Ernest Avenue','London','Ontario','N6E 3A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (259,259,43.0064689,-81.2399629,'Adelaide Street North','London','Ontario','N5Y 2M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (260,260,43.0026073,-81.2272073,'Oxford Street East','London','Ontario','N5Y 3J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (261,261,42.9815861,-81.2389111,'Horton Street East','London','Ontario','N6B 1L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (262,262,-33.0198434,27.903905,'','East London','Eastern Cape',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (263,263,42.9765051,-81.1881633,'Hamilton Road','London','Ontario','N5W 1A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (264,264,42.944009,-81.2151315,'Southdale Road East','London','Ontario','N6E 3B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (265,265,42.943859,-81.226517,'Wellington Road','London','Ontario','N6C 4R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (266,266,42.9854817,-81.2879349,'Oxford Street West','London','Ontario','N6H 1T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (267,267,43.0193,-81.1812,'Clarke Road','London','Ontario','N5V 3A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (268,268,49.8961778,-97.0551725,'Regent Avenue West','Winnipeg','Manitoba','R2C 4M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (269,269,49.908736,-97.024368,'Plessis Road','Winnipeg','Manitoba','R3W 1M5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (270,270,49.893417,-97.1825432,'Ellice Avenue','Winnipeg','Manitoba','R3G 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (271,271,49.9303574,-97.0680938,'Gateway Road','Winnipeg','Manitoba','R2G 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (272,272,49.898368,-97.074656,'Nairn Avenue','Winnipeg','Manitoba','R2L 0Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (273,273,49.9141452,-97.1421009,'Salter Street','Winnipeg','Manitoba','R2W 5L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (274,274,49.8996566,-97.193669,'Sanford Street','Winnipeg','Manitoba','R3E 2Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (275,275,49.8852799,-97.2018866,'Saint James Street','Winnipeg','Manitoba','R3G 3J7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (276,276,49.8954221,-97.1385145,'','Winnipeg','Manitoba',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (277,277,49.883934,-97.085516,'Dawson Road North','Winnipeg','Manitoba','R2J 0S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (278,278,49.9411866,-97.1136663,'Main Street','Winnipeg','Manitoba','R2V 2B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (279,279,49.8854966,-97.1590408,'Sherbrook Street','Winnipeg','Manitoba','R3C 2B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (280,280,49.9204224,-97.0815613,'Gateway Road','Winnipeg','Manitoba','R2K 2Y4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (281,281,49.937131,-97.093003,'Henderson Highway','Winnipeg','Manitoba','R2G 4H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (282,282,49.9235894,-97.1688441,'McPhillips Street','Winnipeg','Manitoba','R2X 2H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (283,283,49.955241,-97.1718676,'Jefferson Avenue','Winnipeg','Manitoba','R2P 0Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (284,284,49.9451894,-97.1956789,'Keewatin Street','Winnipeg','Manitoba','R2R 2E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (285,285,49.8544591,-97.0659784,'Beaverhill Boulevard','Winnipeg','Manitoba','R2J 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (286,286,49.9218426,-97.1354368,'Salter Street','Winnipeg','Manitoba','R2W 4L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (287,287,45.3131881,-66.0261275,'Rothesay Avenue','Saint John','New Brunswick','E2J 2C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (288,288,49.8788344,-97.2229476,'Portage Avenue','Winnipeg','Manitoba','R3J 0J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (289,289,45.248892,-66.10273,'Plaza Avenue','Saint John','New Brunswick','E2M 0C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (290,290,45.3141122,-66.0256053,'Rothesay Avenue','Saint John','New Brunswick','E2H 2H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (291,291,45.283872,-66.039549,'Bayside Drive','Saint John','New Brunswick','E2J 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (292,292,45.256437,-66.0955605,'Main Street West','Saint John','New Brunswick','E2M 3N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (293,293,45.279655,-66.059784,'City Road','Saint John','New Brunswick','E2L 3M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (294,294,45.2567062,-66.0997998,'Main Street West','Saint John','New Brunswick','E2M 3N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (295,295,45.295056,-66.097415,'Millidge Avenue','Saint John','New Brunswick','E2K 2N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (296,296,45.299852,-66.006293,'Loch Lomond Road','Saint John','New Brunswick','E2J 1Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (297,297,45.3014606,-65.9966159,'Hickey Road','Saint John','New Brunswick','E2J 4E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (298,298,45.3474337,-66.0173291,'Rothesay Road','Saint John','New Brunswick','E2H 2J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (299,299,45.2567995,-66.100712,'Church Avenue','Saint John','New Brunswick','E2M 4P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (300,300,45.2872376,-66.0795916,'Somerset Street','Saint John','New Brunswick','E2K 4X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (301,301,45.2734468,-66.076593,'Hilyard Street','Saint John','New Brunswick','E2K 0B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (302,302,45.2870981,-66.0797086,'Somerset Street','Saint John','New Brunswick','E2K 3E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (303,303,45.2879489,-66.0914014,'Millidge Avenue','Saint John','New Brunswick','E2K 2N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (304,304,45.280562,-66.036099,'Bayside Drive','Saint John','New Brunswick','E2J 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (305,305,45.252121,-66.098824,'Fairville Boulevard','Saint John','New Brunswick','E2M 5T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (306,306,45.250019,-66.1017135,'Fairville Boulevard','Saint John','New Brunswick','E2M 5T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (307,307,45.298877,-66.007553,'Loch Lomond Road','Saint John','New Brunswick','E2J 1Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (308,308,44.2412483,-76.51292,'Princess Street','Kingston','Ontario','K7L 1H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (309,309,44.2398262,-76.5287193,'Bath Road','Kingston','Ontario','K7M 2X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (310,310,44.2372276,-76.5034354,'Princess Street','Kingston','Ontario','K7L 1E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (311,311,44.240418,-76.513926,'Bath Road','Kingston','Ontario','K7L 1H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (312,312,44.2584422,-76.5185906,'Sir John A. Macdonald Boulevard','Kingston','Ontario','K7L 1H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (313,313,44.2514841,-76.5326401,'Princess Street','Kingston','Ontario','K7M 3E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (314,314,44.238246,-76.550713,'Bath Road','Kingston','Ontario','K7M 4X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (315,315,44.258002,-76.542787,'Princess Street','Kingston','Ontario','K7M 3G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (316,316,44.272191,-76.5437857,'Sydenham Road','Kingston','Ontario','K7M 3L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (317,317,44.237203,-76.5718005,'Bath Road','Kingston','Ontario','K7M 4Y1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (318,318,44.28011,-76.570457,'Centennial Drive','Kingston','Ontario','K7P 0C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (319,319,44.242125,-76.609516,'Bath Road','Kingston','Ontario','K7M 4Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (320,320,44.249515,-76.555591,'Taylor Kidd Boulevard','Kingston','Ontario','K7M 0A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (321,321,44.2666708,-76.4980934,'Division Street','Kingston','Ontario','K7K 5W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (322,322,44.265776,-76.498154,'Division Street','Kingston','Ontario','K7K 5W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (323,323,44.2602153,-76.5829411,'Princess Street','Kingston','Ontario','K7P 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (324,324,44.2751317,-76.5435856,'Sydenham Road','Kingston','Ontario','K7M 3L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (325,325,44.2404181,-76.5139269,'Bath Road','Kingston','Ontario','K7L 1H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (326,326,44.2459582,-76.5211842,'Princess Street','Kingston','Ontario','K7M 3E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (327,327,44.2532422,-76.4610205,'Kingston 15','Kingston','Ontario','K7L 5H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (328,328,43.253867,-79.864425,'Main Street East','Hamilton','Ontario','L8N 3W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (329,329,43.2510416,-79.8059476,'Barton Street East','Hamilton','Ontario','L8H 2V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (330,330,43.2268776,-79.9477162,'Legend Court','Hamilton','Ontario','L9K 1J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (331,331,43.225441,-79.8298972,'Fennell Avenue East','Hamilton','Ontario','L8T 1R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (332,332,43.3066518,-79.8519757,'Plains Road East','Burlington','Ontario','L7T 2B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (333,333,43.231089,-79.902412,'Mohawk Road West','Hamilton','Ontario','L9C 1X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (334,334,43.256536,-79.788577,'Burlington Street East','Hamilton','Ontario','L8H 3L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (335,335,43.262113,-79.886294,'King Street West','Hamilton','Ontario','L8P 1C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (336,336,43.2164434,-79.8338118,'Mohawk Road East','Hamilton','Ontario','L8T 2R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (337,337,43.202392,-79.8943758,'Rymal Road West','Hamilton','Ontario','L9B 1B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (338,338,43.22683,-79.882926,'Upper James Street','Hamilton','Ontario','L9C 3A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (339,339,43.227301,-79.88192,'Upper James Street','Hamilton','Ontario','L9C 3A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (340,340,43.263126,-79.822473,'Burlington Street East','Hamilton','Ontario','L8L 4K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (341,341,43.217751,-79.87566,'Limeridge Road East','Hamilton','Ontario','L9A 2S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (342,342,43.311581,-79.917647,'Highway No. 6','Hamilton','Ontario','L9H 7K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (343,343,43.2327934,-79.911268,'Mohawk Road West','Hamilton','Ontario','L9C 1X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (344,344,43.2520251,-79.8576908,'Main Street East','Hamilton','Ontario','L8N 1H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (345,345,43.2248418,-79.8279672,'Fennell Avenue East','Hamilton','Ontario','L8T 1S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (346,346,43.236552,-79.792245,'Parkdale Avenue North','Hamilton','Ontario','L8H 5W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (347,347,43.2281042,-79.8812643,'Upper James Street','Hamilton','Ontario','L9C 3A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (348,348,48.4068342,-71.0520738,'Rue Des Champs-Élysées','Saguenay','Quebec','G7H 5Y4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (349,349,48.3944864,-71.0704039,'Boulevard Talbot','Saguenay','Quebec','G7H 7Y2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (350,350,48.4542385,-71.0611234,'Delisle','Saguenay','Quebec','G7G 3B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (351,351,48.4032107,-71.059225,'Boulevard Talbot','Saguenay','Quebec','G7H 4C1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (352,352,48.419886,-71.099907,'Chemin de la Réserve','Saguenay','Quebec','G7J 3P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (353,353,48.4506179,-71.0889156,'Boulevard Sainte-Geneviève','Saguenay','Quebec','G7G 2G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (354,354,48.4256273,-71.0683272,'Rue Price Est','Saguenay','Quebec','G7H 2C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (355,355,48.454146,-71.061028,'Delisle','Saguenay','Quebec','G7G 3B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (356,356,48.4138045,-71.0672521,'Rue Bégin','Saguenay','Quebec','G7H 4P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (357,357,48.415683,-71.065347,'Rue Dubé','Saguenay','Quebec','G7H 2V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (358,358,48.425785,-71.071183,'Rue Price Ouest','Saguenay','Quebec','G7J 1G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (359,359,48.4289923,-71.0662524,'Boulevard du Saguenay Est','Saguenay','Quebec','G7H 1K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (360,360,48.4370732,-71.0676499,'Rue du Pont','Saguenay','Quebec','G7G 3A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (361,361,48.410017,-71.0903634,'Boulevard Saint-Paul','Saguenay','Quebec','G7J 3C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (362,362,48.4288152,-71.0273174,'Rue Arthur Hamel','Saguenay','Quebec','G7H 3N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (363,363,48.4423253,-71.0745147,'Boulevard Sainte-Geneviève','Saguenay','Quebec','G7G 2E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (364,364,48.4081133,-71.0929422,'Boulevard Saint-Paul','Saguenay','Quebec','G7J 3C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (365,365,48.4079573,-71.0929664,'Boulevard Saint-Paul','Saguenay','Quebec','G7J 3C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (366,366,48.4264348,-71.0231541,'Boulevard du Saguenay Est','Saguenay','Quebec','G7H 6V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (367,367,48.443501,-71.045665,'Boulevard de Tadoussac','Saguenay','Quebec','G7G 4X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (368,368,49.184905,-123.9853608,'Bowen Road','Nanaimo','British Columbia','V9S 3W6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (369,369,49.1688254,-123.9864252,'Jingle Pot Road','Nanaimo','British Columbia','V9R 6J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (370,370,49.1932623,-123.9829838,'McGarrigle Road','Nanaimo','British Columbia','V9S 4M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (371,371,49.191452,-123.9979257,'Boxwood Road','Nanaimo','British Columbia','V9S 4L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (372,372,49.1569129,-123.9606014,'Wakesiah Avenue','Nanaimo','British Columbia','V9R 3K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (373,373,49.1580882,-123.9335347,'Nicol Street','Nanaimo','British Columbia','V9R 4T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (374,374,49.1923098,-123.9927661,'Bowen Road','Nanaimo','British Columbia','V9S 5J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (375,375,49.163319,-123.934694,'Victoria Crescent','Nanaimo','British Columbia','V9R 5B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (376,376,49.163422,-123.9349675,'Victoria Crescent','Nanaimo','British Columbia','V9R 5B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (377,377,49.1684422,-123.9338745,'Bastion Street','Nanaimo','British Columbia','V9R 6E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (378,378,49.1445004,-123.9499935,'Bruce Avenue','Nanaimo','British Columbia','V9R 4A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (379,379,49.184817,-123.955213,'Estevan Road','Nanaimo','British Columbia','V9S 3Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (380,380,49.1809657,-123.9783054,'Bowen Road','Nanaimo','British Columbia','V9S 1G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (381,381,49.2068026,-124.0023436,'Departure Bay Road','Nanaimo','British Columbia','V9T 5K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (382,382,49.1742409,-123.8463622,'North Road','Gabriola','British Columbia','V0R 1X0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (383,383,49.1905041,-123.9659449,'Highland Boulevard','Nanaimo','British Columbia','V9S 3N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (384,384,49.192037,-123.99727,'Northfield Road','Nanaimo','British Columbia','V9S 3C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (385,385,49.127029,-123.9195638,'Cranberry Road','Nanaimo','British Columbia','V9R 6Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (386,386,49.205731,-123.970338,'Departure Bay Road','Nanaimo','British Columbia','V9S 3X1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (387,387,49.2071724,-124.0161019,'Island Highway North','Nanaimo','British Columbia','V9T 1W5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (388,388,44.3569106,-79.6466508,'Yonge Street','Barrie','Ontario','L4N 4E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (389,389,44.404178,-79.682057,'Grove Street East','Barrie','Ontario','L4M 2P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (390,390,44.331609,-79.69951,'Mapleview Drive West','Barrie','Ontario','L4N 9E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (391,391,44.3757513,-79.7192024,'Dunlop Street West','Barrie','Ontario','L4N 1C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (392,392,44.372215,-79.691525,'Essa Road','Barrie','Ontario','L4N 3K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (393,393,44.397367,-79.65707,'Blake Street','Barrie','Ontario','L4M 1K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (394,394,44.3578232,-79.6488023,'Yonge Street','Barrie','Ontario','L4N 4E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (395,395,44.4016608,-79.7014956,'Bayfield Street','Barrie','Ontario','L4M 3C1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (396,396,44.357564,-79.649012,'Yonge Street','Barrie','Ontario','L4N 4E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (397,397,44.377836,-79.700458,'Anne Street South','Barrie','Ontario','L4N 2E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (398,398,44.3711557,-79.6742198,'Burton Avenue','Barrie','Ontario','L4N 5T7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (399,399,44.362601,-79.682357,'Little Avenue','Barrie','Ontario','L4N 4X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (400,400,44.3519146,-79.6873335,'Fairview Road','Barrie','Ontario','L4N 9B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (401,401,44.3588628,-79.6512412,'Yonge Street','Barrie','Ontario','L4N 4E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (402,402,44.33719,-79.679264,'Mapleview Drive East','Barrie','Ontario','L4N 0L1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (403,403,44.3355824,-79.6814983,'Mapleview Drive East','Barrie','Ontario','L4N 9A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (404,404,44.4458092,-79.6118263,'Ontario 11','Shanty Bay','Ontario','L0L 2L0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (405,405,44.3761963,-79.7143609,'Sarjeant Drive','Barrie','Ontario','L4N 4V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (406,406,44.333184,-79.6930889,'Mapleview Drive West','Barrie','Ontario','L4N 9H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (407,407,44.383137,-79.705016,'Anne Street North','Barrie','Ontario','L4N 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (408,408,42.0526339,-82.6030278,'Talbot Street West','Leamington','Ontario','N8H 1M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (409,409,42.0596005,-82.5998395,'Wilkinson Drive','','Ontario','N8H 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (410,410,42.060765,-82.598231,'Erie Street North','','Ontario','N8H 3A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (411,411,42.0338701,-82.6052447,'Seacliff Drive West','','Ontario','N8H 3X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (412,412,42.0568894,-82.5853084,'Talbot Street East','','Ontario','N8H 3X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (413,413,42.0466942,-82.59682,'Oak Street East','Leamington','Ontario','N8H 2C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (414,414,42.0467806,-82.6051618,'Oak Street West','','Ontario','N8H'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (415,415,42.0469497,-82.5998818,'Erie Street South','Leamington','Ontario','N8H 3B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (416,416,42.058146,-82.58571,'Talbot Street East','','Ontario','N8H 3X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (417,417,42.0336726,-82.6014654,'Seacliff Drive West','','Ontario','N8H 2L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (418,418,42.0325436,-82.5726588,'Mersea Road 1','','Ontario','N8H 3V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (419,419,42.0257652,-82.596545,'Robson Road','','Ontario','N8H 5P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (420,420,42.080133,-82.5974746,'Ontario 77','','Ontario','N8H 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (421,421,42.047779,-82.6384266,'Talbot Street West','','Ontario','N8H 4H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (422,422,42.0477332,-82.6384159,'Talbot Street West','','Ontario','N8H 4H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (423,423,42.0404196,-82.6733529,'Seacliff Drive','Kingsville','Ontario','N9Y 2M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (424,424,45.980512,-66.658535,'Main Street','Fredericton','New Brunswick','E3A 1C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (425,425,45.9422274,-66.6682433,'Prospect Street','Fredericton','New Brunswick','E3B 3B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (426,426,45.9746857,-66.6432812,'Main Street','Fredericton','New Brunswick','E3A 1E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (427,427,45.9792291,-66.5932443,'Canada Street','Fredericton','New Brunswick','E3A 4A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (428,428,45.9725984,-66.6310744,'Cliffe Street','Fredericton','New Brunswick','E3A 0A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (429,429,45.985331,-66.664092,'Royal Road','Fredericton','New Brunswick','E3A 4T7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (430,430,45.9380636,-66.6110045,'Riverside Drive','Fredericton','New Brunswick','E3A 8C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (431,431,45.9828168,-66.6691847,'Sunset Drive','Fredericton','New Brunswick','E3A 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (432,432,45.9285653,-66.6647071,'Wayne Squibb Boulevard','Fredericton','New Brunswick','E3C 0G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (433,433,45.993926,-66.648354,'Brookside Drive','Fredericton','New Brunswick','E3G 8V1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (434,434,45.978517,-66.5931942,'Canada Street','Fredericton','New Brunswick','E3A 4A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (435,435,45.944236,-66.68949,'Bishop Drive','Fredericton','New Brunswick','E3C 0E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (436,436,45.9074789,-66.5822628,'Lincoln Road','Fredericton','New Brunswick','E3B 8P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (437,437,45.9293494,-66.7186453,'Hanwell Road','Hanwell','New Brunswick','E3C 2B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (438,438,45.8885685,-66.6859911,'New Maryland Highway','New Maryland','New Brunswick','E3C 2H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (439,439,45.930642,-66.622534,'Lincoln Road','Fredericton','New Brunswick','E3B 2A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (440,440,45.9526719,-66.5902469,'Greenwood Drive','Richibucto Road','New Brunswick','E3A 7E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (441,441,45.964257,-66.648839,'King Street','Fredericton','New Brunswick','E3B 1C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (442,442,45.944045,-66.67283,'Prospect Street','Fredericton','New Brunswick','E3B 2T7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (443,443,45.9425446,-66.6689828,'Smythe Street','Fredericton','New Brunswick','E3B 3H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (444,444,45.3983432,-71.9002697,'Rue King Ouest','Sherbrooke','Quebec','J1H 1R7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (445,445,45.395548,-71.992095,'Boulevard Industriel','Sherbrooke','Quebec','J1R 0P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (446,446,45.383113,-71.9001849,'Rue Dunant','Sherbrooke','Quebec','J1H 5N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (447,447,45.4094608,-71.9319783,'Rue Paul-Desruisseaux','Sherbrooke','Quebec','J1J 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (448,448,45.3653679,-71.856862,'Rue Queen','Sherbrooke','Quebec','J1M 1J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (449,449,45.4194452,-71.8730818,'Rue des Jardins-Fleuris','Sherbrooke','Quebec','J1E 1J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (450,450,45.3947661,-71.9504447,'Rue King Ouest','Sherbrooke','Quebec','J1L 1C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (451,451,45.3528921,-71.9478887,'Chemin de Sainte-Catherine','Sherbrooke','Quebec','J1N 3X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (452,452,45.393804,-71.896576,'Rue Galt Ouest','Sherbrooke','Quebec','J1H 1Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (453,453,45.411571,-71.895625,'Rue Goretti','Sherbrooke','Quebec','J1E 3H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (454,454,45.385896,-71.896362,'Rue Dunant','Sherbrooke','Quebec','J1H 3Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (455,455,45.409448,-71.918865,'Boulevard Jacques-Cartier Nord','Sherbrooke','Quebec','J1J 4C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (456,456,45.408248,-71.879477,'Rue King Est','Sherbrooke','Quebec','J1G 1B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (457,457,45.396463,-71.870064,'Rue Galt Est','Sherbrooke','Quebec','J1G 1Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (458,458,45.4083675,-71.8698906,'Rue King Est','Sherbrooke','Quebec','J1G 1E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (459,459,45.398457,-71.9344072,'Rue King Ouest','Sherbrooke','Quebec','J1J 2G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (460,460,45.420268,-71.873432,'Rue des Quatre-Saisons','Sherbrooke','Quebec','J1E 3S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (461,461,45.386748,-71.936707,'Rue Galt Ouest','Sherbrooke','Quebec','J1K 1L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (462,462,45.4030481,-71.9479357,'Boulevard de Portland','Sherbrooke','Quebec','J1L 1R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (463,463,45.4032402,-71.9480314,'Boulevard de Portland','Sherbrooke','Quebec','J1L 1R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (464,464,50.2665191,-119.2733702,'32 Street','Vernon','British Columbia','V1T 5M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (465,465,50.2771363,-119.2664056,'27 Street','Vernon','British Columbia','V1T 4Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (466,466,50.2786987,-119.2552403,'Pleasant Valley Road','Vernon','British Columbia','V1T 4M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (467,467,50.2590342,-119.2974501,'25 Avenue','Vernon','British Columbia','V1T 1P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (468,468,50.281671,-119.2753,'48 Avenue','Vernon','British Columbia','V1T 3R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (469,469,50.267156,-119.273363,'32 Street','Vernon','British Columbia','V1T 5N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (470,470,50.2697737,-119.2742457,'32 Street','Vernon','British Columbia','V1T 9K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (471,471,50.282204,-119.267122,'27 Street','Vernon','British Columbia','V1T 4Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (472,472,50.2684011,-119.2735435,'32 Street','Vernon','British Columbia','V1T 5N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (473,473,50.2586792,-119.2962382,'25 Avenue','Vernon','British Columbia','V1T 1P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (474,474,50.2822436,-119.267141,'27 Street','Vernon','British Columbia','V1T 4Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (475,475,50.281712,-119.26602,'27 Street','Vernon','British Columbia','V1T 4Y8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (476,476,50.2789366,-119.2671635,'27 Street','Vernon','British Columbia','V1T 4Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (477,477,50.2670137,-119.2720107,'','Vernon','British Columbia',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (478,478,50.2672986,-119.2745782,'32 Street','Vernon','British Columbia','V1T 5N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (479,479,50.270419,-119.27446,'39 Avenue','Vernon','British Columbia','V1T 3C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (480,480,50.2498614,-119.2517853,'Middleton Way','Vernon','British Columbia','V1B 2V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (481,481,50.277984,-119.267098,'27 Street','Vernon','British Columbia','V1T 4Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (482,482,50.223497,-119.231535,'Kalamalka Road','','British Columbia','V1B 1L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (483,483,50.2615573,-119.274633,'34 Street','Vernon','British Columbia','V1T 9S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (484,484,42.761765,-81.196257,'Wilson Avenue','St. Thomas','Ontario','N5R 3R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (485,485,42.7807714,-81.1720367,'Talbot Street','St. Thomas','Ontario','N5P 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (486,486,42.791061,-81.183345,'Highbury Avenue South','St. Thomas','Ontario','N5P 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (487,487,42.792372,-81.165964,'South Edgeware Road','St. Thomas','Ontario','N5P 4C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (488,488,42.7951504,-81.238292,'Sunset Drive','St. Thomas','Ontario','N5P 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (489,489,42.7791134,-81.171886,'Talbot Street','St. Thomas','Ontario','N5P 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (490,490,42.779082,-81.1687585,'Talbot Street','St. Thomas','Ontario','N5P 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (491,491,42.779082,-81.168758,'Talbot Street','St. Thomas','Ontario','N5P 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (492,492,42.779082,-81.168758,'Talbot Street','St. Thomas','Ontario','N5P 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (493,493,42.7936486,-81.2096459,'Crescent Avenue','St. Thomas','Ontario','N5P 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (494,494,42.7936486,-81.2096459,'Wellington Road','','Ontario','N5P 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (495,495,42.7641745,-81.1658242,'Fairview Avenue','St. Thomas','Ontario','N5R 4X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (496,496,42.7923055,-81.2318168,'Sunset Drive','St. Thomas','Ontario','N5P 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (497,497,42.8106515,-81.1511684,'Ron McNeil Line','St. Thomas','Ontario','N5P 4N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (498,498,42.8363956,-81.2096058,'Wellington Road','St. Thomas','Ontario','N5P 3T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (499,499,42.836443,-81.20944,'Wellington Road','St. Thomas','Ontario','N5P 3T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (500,500,42.8347713,-81.2665425,'Colonel Talbot Road','London','Ontario','N6L 1H8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (501,501,42.8347179,-81.2666168,'Colonel Talbot Road','London','Ontario','N6L 1H8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (502,502,45.4605758,-73.6354698,'Rue Sherbrooke Ouest','Montréal','Quebec','H4B 1P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (503,503,45.490043,-73.6424735,'Boulevard Décarie','Montréal','Quebec','H3W 3E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (504,504,45.528006,-73.668957,'Boulevard Cote Vertu Ouest','Montreal','Quebec','H4N 1C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (505,505,45.512782,-73.4995287,'Boulevard Taschereau','Longueuil','Quebec','J4K 2X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (506,506,45.5480395,-73.6253605,'Rue Jarry Est','Montréal','Quebec','H2P 1W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (507,507,45.4848116,-73.6329698,'Boulevard Décarie','Montréal','Quebec','H3X 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (508,508,45.529335,-73.513127,'Rue Saint-Laurent Ouest','Longueuil','Quebec','J4K 1C1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (509,509,45.5384517,-73.4799565,'Boulevard Roland-Therrien','Longueuil','Quebec','J4J 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (510,510,45.5573844,-73.6110578,'Rue Tillemont','Montréal','Quebec','H2E 1G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (511,511,45.5278527,-73.6373635,'Rue Jarry Ouest','Montréal','Quebec','H3N 1H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (512,512,45.538172,-73.565713,'Rue Marie-Anne','Montréal','Quebec','H2H 1N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (513,513,45.5359206,-73.6085274,'Rue Saint-Denis','Montréal','Quebec','H2S 2S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (514,514,45.544772,-73.599546,'Rue Saint-Zotique East','Montréal','Quebec','H2G 1H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (515,515,45.4865051,-73.6367737,'Boulevard Décarie','Montréal','Quebec','H3X 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (516,516,45.5522529,-73.5980439,'Rue Bélanger','Montréal','Quebec','H1Y 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (517,517,45.481306,-73.577417,'Rue Notre-Dame Ouest','Montréal','Quebec','H3J 1P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (518,518,45.5570219,-73.593743,'Rue Bélanger','Montréal','Quebec','H1Y 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (519,519,45.4956051,-73.609725,'Chemin de la Côte-des-Neiges','Montréal','Quebec','H3V 1E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (520,520,45.4531136,-73.5842883,'Avenue Woodland','Montréal','Quebec','H4E 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (521,521,45.4746859,-73.609007,'Boulevard Décarie','Montréal','Quebec','H4A 3J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (522,522,51.1108517,-114.0531794,'64 Avenue Northeast','Calgary','Alberta','T2K 6H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (523,523,51.1014392,-114.1471137,'Dalton Drive','Calgary','Alberta','T3A 2C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (524,524,51.041056,-114.061324,'1 Street Southeast','Calgary','Alberta','T2G 2H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (525,525,51.0671753,-114.1016841,'16 Avenue Northwest','Calgary','Alberta','T2M 0L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (526,526,51.1045023,-114.1610118,'Dalhousie Drive Northwest','Calgary','Alberta','T3A 1B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (527,527,51.0184239,-114.161075,'Richmond Road Southwest','Calgary','Alberta','T3E 6M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (528,528,51.0522353,-114.1109066,'Kensington Road Northwest','Calgary','Alberta','T2N 3R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (529,529,50.9875423,-114.0437127,'Heritage Gate Southeast','Calgary','Alberta','T2H 3A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (530,530,51.0374926,-114.1416779,'17 Avenue Southwest','Calgary','Alberta','T3E 0C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (531,531,51.0674865,-114.0128727,'16 Avenue Northeast','Calgary','Alberta','T2E 1L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (532,532,51.046039,-114.142836,'Bow Trail Southwest','Calgary','Alberta','T3C 2E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (533,533,51.0597678,-113.9855208,'33 Street Northeast','Calgary','Alberta','T2A 6M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (534,534,51.0455752,-114.1416271,'Bow Trail Southwest','Calgary','Alberta','T3C 2E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (535,535,50.9916969,-114.0634821,'Fairmount Drive Southeast','Calgary','Alberta','T2H 0X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (536,536,51.0266368,-113.9811099,'36 Street Southeast','Calgary','Alberta','L5G 3B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (537,537,51.0228278,-114.1407746,'Richmond Road Southwest','Calgary','Alberta','T3E 4P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (538,538,51.0500205,-114.070901,'4 Avenue Southwest','Calgary','Alberta','T2P 0J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (539,539,51.0425356,-114.0605481,'11 Avenue Southeast','Calgary','Alberta','T2G 0X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (540,540,51.0408819,-114.0613719,'1 Street Southeast','Calgary','Alberta','T2G 2H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (541,541,51.0512301,-114.0514234,'4 Street Northeast','Calgary','Alberta','T2E 3R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (542,542,43.9870386,-79.4637965,'Yonge Street','Aurora','Ontario','L4G 1N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (543,543,44.0331344,-79.4759423,'Yonge Street','Newmarket','Ontario','L3X 2N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (544,544,44.038469,-79.4641261,'Mulock Drive','Newmarket','Ontario','L3Y 9B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (545,545,44.010565,-79.4179716,'Wellington Street East','Aurora','Ontario','L4G 7B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (546,546,44.014777,-79.395049,'York Regional Road 8','Gormley','Ontario','L0H 1G0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (547,547,44.068137,-79.484246,'Yonge Street','Newmarket','Ontario','L3Y 8V1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (548,548,44.063563,-79.428085,'Twinney Drive','Newmarket','Ontario','L3Y 9E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (549,549,44.067409,-79.4270559,'Davis Drive','Newmarket','Ontario','L3Y 8R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (550,550,44.008394,-79.47074,'Yonge Street','Aurora','Ontario','L4G 1P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (551,551,44.0113975,-79.4182108,'Leslie Street','Aurora','Ontario','L4G 7C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (552,552,44.118318,-79.444598,'Leslie Street','East Gwillimbury','Ontario','L0G 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (553,553,44.0595137,-79.4826666,'Yonge Street','Newmarket','Ontario','L3Y 8P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (554,554,44.0733648,-79.4846915,'Yonge Street','East Gwillimbury','Ontario','L9N 0J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (555,555,44.0458527,-79.4778808,'Yonge Street','Newmarket','Ontario','L3Y 5L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (556,556,44.040941,-79.451388,'Mulock Drive','Newmarket','Ontario','L3Y 8R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (557,557,44.0043262,-79.4695902,'Yonge Street','Aurora','Ontario','L4G 1P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (558,558,44.0110315,-79.4196993,'Wellington Street East','Aurora','Ontario','L4G 7B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (559,559,44.0836929,-79.4359117,'Green Lane East','East Gwillimbury','Ontario','L9N 0L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (560,560,44.0673187,-79.4270044,'Davis Drive','Newmarket','Ontario','L3Y 8R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (561,561,44.0452193,-79.4775952,'Yonge Street','Newmarket','Ontario','L3Y 4V7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (562,562,49.2340771,-123.1392039,'Granville Street','Vancouver','British Columbia','V6M 3C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (563,563,49.2487873,-123.089789,'Fraser Street','Vancouver','British Columbia','V5V 0A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (564,564,49.2790974,-123.1297238,'Burrard Street','Vancouver','British Columbia','V6Z 1Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (565,565,49.2639723,-123.1453781,'West Broadway','Vancouver','British Columbia','V6J 1Y2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (566,566,49.275693,-123.1381499,'Whyte Avenue','Vancouver','British Columbia','V6J 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (567,567,49.2372932,-123.0648588,'Victoria Drive','Vancouver','British Columbia','V5P 3V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (568,568,49.2691712,-123.0331981,'Rupert Street','Vancouver','British Columbia','V5M 3S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (569,569,49.2809938,-123.0787068,'East Hastings Street','Vancouver','British Columbia','V6A 1S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (570,570,49.2567447,-123.0230847,'Boundary Road','Burnaby','British Columbia','V5M 4A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (571,571,49.2691177,-123.0561559,'Nanaimo Street','Vancouver','British Columbia','V5N 5B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (572,572,49.2598705,-123.0771012,'East 12th Avenue','Vancouver','British Columbia','V5N 2A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (573,573,49.327968,-123.15637,'Marine Drive','West Vancouver','British Columbia','V7T 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (574,574,49.2945688,-123.1182474,'','Vancouver','British Columbia',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (575,575,49.3057978,-123.0328928,'Main Street','North Vancouver','British Columbia','V7J 1C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (576,576,49.248976,-123.128027,'West King Edward Avenue','Vancouver','British Columbia','V6H 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (577,577,49.259851,-123.077935,'East 12th Avenue','Vancouver','British Columbia','V5T 2J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (578,578,49.2598595,-123.0771467,'East 12th Avenue','Vancouver','British Columbia','V5N 2A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (579,579,49.2637366,-123.1687305,'West Broadway','Vancouver','British Columbia','V6K 2G7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (580,580,49.2489023,-123.0895127,'Fraser Street','Vancouver','British Columbia','V5V 0A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (581,581,49.319778,-123.0905,'3rd Street West','North Vancouver','British Columbia','V7M 1H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (582,582,51.2911986,-114.0139747,'Centre Avenue East','Airdrie','Alberta','T4B 0P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (583,583,51.2923098,-114.0264775,'1 Avenue Northwest','Airdrie','Alberta','T4B 2N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (584,584,51.2647315,-114.0050114,'Main Street South','Airdrie','Alberta','T4B 3G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (585,585,51.289787,-114.002147,'2 Avenue Southeast','Airdrie','Alberta','T4B 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (586,586,51.2926358,-113.9980296,'East Lake Crescent Northeast','Airdrie','Alberta','T4A 2H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (587,587,51.285562,-113.99861,'East Lake Crescent Northeast','Airdrie','Alberta','T4A 2G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (588,588,51.3005098,-114.0244073,'Veterans Boulevard Northwest','Airdrie','Alberta','T4A 2G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (589,589,51.3032489,-113.9968445,'','Airdrie','Alberta','T4A 0R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (590,590,51.2713225,-114.0174937,'Luxstone Boulevard Southwest','Airdrie','Alberta','T4B 3K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (591,591,51.2696258,-114.0048432,'Sierra Springs Drive Southeast','Airdrie','Alberta','T4B 3G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (592,592,51.2711823,-113.9940377,'Yankee Valley Boulevard','Airdrie','Alberta','T4A 2E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (593,593,51.2711495,-114.0275465,'Yankee Valley Boulevard Southwest','Airdrie','Alberta','T4B 2X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (594,594,51.2701522,-113.9948132,'Market Street','Airdrie','Alberta','T4A 0K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (595,595,51.25787,-114.024448,'Cooperswood Place Southwest','Airdrie','Alberta','T4B 0C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (596,596,51.2127297,-114.0080604,'Main Street','Balzac','Alberta','T0M 0E0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (597,597,51.2114697,-113.9855674,'CrossIron Common','','Alberta','T4A 0J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (598,598,51.2101158,-113.9899075,'Crossiron Boulevard','Rocky View','Alberta','T4A 0J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (599,599,51.2921465,-113.9952122,'East Lake Green Northeast','Airdrie','Alberta','T4A 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (600,600,51.2701366,-113.9947986,'Market Street','Airdrie','Alberta','T4A 0K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (601,601,51.290229,-114.013012,'Main Street South','Airdrie','Alberta','T4B 0P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (602,602,53.2784014,-109.985236,'44 Street','Lloydminster','Saskatchewan','S9V 1Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (603,603,53.292647,-110.00598,'50 Avenue','Lloydminster','Alberta','T9V 0X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (604,604,53.2868267,-110.0356082,'63 Avenue','Lloydminster','Alberta','T9V 3T8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (605,605,53.277481,-110.027432,'44 Street','Lloydminster','Alberta','T9V 0B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (606,606,53.2863128,-110.0139941,'52 Street','Lloydminster','Alberta','T9V 0Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (607,607,53.277484,-110.039593,'44 Street','Lloydminster','Alberta','T9V 2G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (608,608,53.2777825,-110.0246426,'44 Street','Lloydminster','Alberta','T9V 0B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (609,609,53.2773298,-110.0184554,'44 Street','Lloydminster','Alberta','T9V 0B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (610,610,53.277694,-110.004954,'44 Street','Lloydminster','Saskatchewan','S9V 0G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (611,611,53.278193,-109.990997,'45 Avenue','Lloydminster','Saskatchewan','S9V 0W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (612,612,53.284708,-109.9935051,'52 Street','Lloydminster','Saskatchewan','S9V 2B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (613,613,53.2954733,-110.0061882,'50 Avenue','Lloydminster','Alberta','T9V 0X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (614,614,53.263705,-110.006833,'50 Avenue','Lloydminster','Alberta','T9V 2S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (615,615,53.278851,-110.030892,'44 Street','Lloydminster','Alberta','T9V 1V7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (616,616,53.2866051,-110.0356869,'63 Avenue','Blackfoot','Alberta','T0B 0L0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (617,617,53.2919563,-110.0354316,'56 Street','Blackfoot','Alberta','T0B 0L0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (618,618,53.294044,-110.036691,'63 Avenue','Lloydminster','Alberta','T9V 3C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (619,619,53.2689612,-110.0151032,'34 Street','Lloydminster','Alberta','T9V 1G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (620,620,53.2775353,-110.0472,'70 Avenue','Lloydminster','Alberta','T9V 3N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (621,621,53.2784504,-110.0109731,'52 Avenue','Lloydminster','Alberta','T9V 0Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (622,622,45.3086073,-75.916437,'Terry Fox Drive','Ottawa','Ontario','K2T 1C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (623,623,45.3133611,-75.8824772,'Eagleson Road','Ottawa','Ontario','K2L 2P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (624,624,45.2879213,-75.8688234,'Eagleson Road','Ottawa','Ontario','K2M 1H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (625,625,45.3376141,-75.9115529,'March Road','Ottawa','Ontario','K2K 0K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (626,626,45.308107,-75.915422,'Terry Fox Drive','Ottawa','Ontario','K2T 1L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (627,627,45.296987,-75.889642,'Hazeldean Road','Ottawa','Ontario','K2L 1V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (628,628,45.2908396,-75.8706811,'Eagleson Road','Ottawa','Ontario','K2M 1H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (629,629,45.2761427,-75.9236148,'Hazeldean Road','Ottawa','Ontario','K2S 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (630,630,45.276142,-75.923614,'Hazeldean Road','Ottawa','Ontario','K2S 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (631,631,45.287982,-75.868559,'Eagleson Road','Ottawa','Ontario','K2M 1H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (632,632,45.2791876,-75.9551867,'Carp Road','Ottawa','Ontario','K0A 1L0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (633,633,45.272485,-75.93056,'Hazeldean Road','Ottawa','Ontario','K2S 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (634,634,45.408685,-75.856974,'Rue Front','Gatineau','Quebec','J9H 6Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (635,635,45.2813307,-75.8381969,'Stonehaven Drive','Ottawa','Ontario','K2M 2Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (636,636,45.396077,-75.8323775,'Chemin d''Aylmer','Gatineau','Quebec','J9H 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (637,637,45.396077,-75.8323775,'Chemin d''Aylmer','Gatineau','Quebec','J9H 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (638,638,45.3509158,-75.9265704,'March Road','Ottawa','Ontario','K2K 2R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (639,639,45.3218168,-75.8362395,'Robertson Road','Ottawa','Ontario','K2H 5Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (640,640,45.2975402,-75.9009766,'Edgewater Street','Ottawa','Ontario','K2L 1V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (641,641,45.2779142,-75.9209037,'Hazeldean Road','Ottawa','Ontario','K2S 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (642,642,49.1685794,-121.9522189,'First Avenue','Chilliwack','British Columbia','V2P 1W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (643,643,49.1400008,-121.9601128,'Vedder Road','Chilliwack','British Columbia','V2R 4E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (644,644,49.1593341,-121.9582768,'Yale Road','Chilliwack','British Columbia','V2P 2N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (645,645,49.1180579,-121.9590703,'Vedder Road','Chilliwack','British Columbia','V2R 4M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (646,646,49.162948,-121.952842,'Young Road','Chilliwack','British Columbia','V2P 4P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (647,647,49.1515907,-121.9766498,'Eagle Landing Parkway','Chilliwack','British Columbia','V2R 5R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (648,648,49.155274,-121.960194,'Yale Road','Chilliwack','British Columbia','V2P 2N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (649,649,49.153173,-121.963552,'Yale Road','Chilliwack','British Columbia','V2P 2N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (650,650,49.1446316,-121.9784151,'Yale Road','Chilliwack','British Columbia','V2R 0G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (651,651,49.1501274,-122.0063586,'Progress Way','Chilliwack','British Columbia','V2R 0L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (652,652,49.1468645,-122.0064084,'Lickman Road','Chilliwack','British Columbia','V2R 3Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (653,653,49.1383026,-121.9584416,'Vedder Road','Chilliwack','British Columbia','V2R 4E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (654,654,49.0756739,-121.9773496,'Columbia Valley Road','Cultus Lake','British Columbia','V2R 5B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (655,655,49.1294876,-122.0780019,'Yale Road','Chilliwack','British Columbia','V2R 4J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (656,656,49.1663489,-121.958282,'Yale Road','Chilliwack','British Columbia','V2P 2M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (657,657,49.140666,-121.958756,'Vedder Road','Chilliwack','British Columbia','V2R 4E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (658,658,49.142323,-121.969758,'Luckakuck Way','Chilliwack','British Columbia','V2R 3S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (659,659,49.1585494,-121.9526378,'Hocking Avenue','Chilliwack','British Columbia','V2P 6Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (660,660,49.162887,-121.952999,'Young Road','Chilliwack','British Columbia','V2P 4P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (661,661,49.1588606,-121.9581667,'Yale Road','Chilliwack','British Columbia','V2P 2N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (662,662,46.8680874,-71.180052,'Avenue Royale','Québec City','Quebec','G1E 2A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (663,663,46.7969452,-71.2398189,'Boulevard René-Lévesque Ouest','Quebec','Quebec','G1S 1T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (664,664,46.817762,-71.3308922,'Boulevard de l''Ormière','Quebec','Quebec','G1P 1K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (665,665,46.8176868,-71.2509619,'Boulevard Wilfrid-Hamel','Quebec','Quebec','G1M 2T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (666,666,46.7890215,-71.2700227,'Chemin Sainte-Foy','Quebec','Quebec','G1V 1R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (667,667,46.816699,-71.20255,'Rue Dalhousie','Quebec','Quebec','G1K 4C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (668,668,46.8314662,-71.2352166,'18e Rue','Quebec','Quebec','G1L 2E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (669,669,46.8355802,-71.2260671,'18e Rue','Quebec','Quebec','G1J 1Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (670,670,46.8432341,-71.2129744,'Avenue D''Estimauville','Quebec','Quebec','G1J 5A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (671,671,46.8116651,-71.2937848,'Boulevard Central','Quebec','Quebec','G1P 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (672,672,46.8077541,-71.163257,'Boulevard Guillaume-Couture','Lévis','Quebec','G6V 9H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (673,673,46.793048,-71.1645512,'Boulevard Étienne-Dallaire','Lévis','Quebec','G6V 8T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (674,674,46.814311,-71.150678,'Boulevard Guillaume-Couture','Lévis','Quebec','G6V 6Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (675,675,46.7992654,-71.258772,'Avenue Saint-Sacrement','Québec City','Quebec','G1N 3Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (676,676,46.822152,-71.227816,'4e Rue','Quebec','Quebec','G1L 2S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (677,677,46.804494,-71.179519,'Boulevard Alphonse-Desjardins','Lévis','Quebec','G6V 5T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (678,678,46.800294,-71.1815106,'Rue Saint-Georges','Lévis','Quebec','G6V 4M3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (679,679,46.804729,-71.243917,'Boulevard Charest Ouest','Quebec','Quebec','G1N 2C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (680,680,46.788996,-71.186652,'Boulevard Guillaume-Couture','Lévis','Quebec','G6V 4Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (681,681,46.8187266,-71.2500098,'Boulevard Wilfrid-Hamel','Quebec','Quebec','G1M 2T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (682,682,45.4118113,-75.6937908,'Bank Street','Ottawa','Ontario','K2P 1Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (683,683,45.4390906,-75.6541231,'Montréal Road','Ottawa','Ontario','K1L 6A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (684,684,45.3372734,-75.7193534,'Roydon Place','Ottawa','Ontario','K2E 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (685,685,45.3701376,-75.6627807,'Bank Street','Ottawa','Ontario','K1V 6P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (686,686,45.4332548,-75.6696865,'Montréal Road','Ottawa','Ontario','K1L 6E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (687,687,45.461557,-75.699444,'Boulevard Gréber','Gatineau','Quebec','J8T 3P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (688,688,45.382952,-75.601527,'Hawthorne Road','Ottawa','Ontario','K1G 3V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (689,689,45.446327,-75.713042,'Boulevard Fournier','Gatineau','Quebec','J8X 3P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (690,690,45.4359501,-75.6056822,'Ogilvie Road','Ottawa','Ontario','K1J 8X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (691,691,45.4700444,-75.7379165,'Boulevard Saint-Joseph','Gatineau','Quebec','J8Z 1T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (692,692,45.4629597,-75.7445285,'Boulevard du Mont-Bleu','Gatineau','Quebec','J8Z 1J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (693,693,45.4262697,-75.6321952,'Ogilvie Road','Ottawa','Ontario','K1J 7P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (694,694,45.3503497,-75.7336712,'Merivale Road','Ottawa','Ontario','K2G 3K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (695,695,45.4664644,-75.7008757,'Boulevard Gréber','Gatineau','Quebec','J8T 3P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (696,696,45.4186181,-75.6102574,'Cyrville Road','Ottawa','Ontario','K1B 3L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (697,697,45.4034352,-75.7008307,'Bronson Avenue','Ottawa','Ontario','K1S 4E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (698,698,45.4327003,-75.7215081,'Rue Saint-Rédempteur','Gatineau','Quebec','J8X 2S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (699,699,45.4326112,-75.7216617,'Rue Saint-Rédempteur','Gatineau','Quebec','J8X 2S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (700,700,45.400913,-75.729452,'Parkdale Avenue','Ottawa','Ontario','K1Y 1G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (701,701,45.4334134,-75.6126406,'Ogilvie Road','Ottawa','Ontario','K1J 9M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (702,702,47.6296626,-65.6656653,'Saint Peter Avenue','Bathurst','New Brunswick','E2A 2Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (703,703,47.6402909,-65.6861576,'Sunset Drive','Bathurst','New Brunswick','E2A 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (704,704,47.61284,-65.635849,'Bridge Street','Bathurst','New Brunswick','E2A 1W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (705,705,47.6355315,-65.67538,'Saint Peter Avenue','Bathurst','New Brunswick','E2A 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (706,706,47.640257,-65.68179,'Vanier Boulevard','Bathurst','New Brunswick','E2A 3M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (707,707,47.6499484,-65.7223126,'RTE 315','North Tetagouche','New Brunswick','E2A 5B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (708,708,47.621239,-65.657504,'Harbourview Boulevard','Bathurst','New Brunswick','E2A 5B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (709,709,47.611354,-65.645858,'Murray Avenue','Bathurst','New Brunswick','E2A 1V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (710,710,47.61282,-65.63537,'Bridge Street','Bathurst','New Brunswick','E2A 1W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (711,711,47.632375,-65.667123,'Saint Peter Avenue','Bathurst','New Brunswick','E2A 2Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (712,712,47.6356805,-65.6751227,'Saint Peter Avenue','Bathurst','New Brunswick','E2A 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (713,713,47.6372358,-65.7137271,'Vanier Boulevard','Bathurst','New Brunswick','E2A 7B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (714,714,47.6836838,-65.6961547,'Rue Principale','Beresford','Nouveau-Brunswick','E8K 1H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (715,715,47.6837141,-65.6959228,'Rue Principale','Beresford','New Brunswick','E8K 1H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (716,716,47.5320478,-65.6671943,'Pabineau Falls Road','Pabineau First Nation','New Brunswick','E2A 7M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (717,717,47.5320613,-65.6674667,'Pabineau Falls Road','Pabineau First Nation','New Brunswick','E2A 7M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (718,718,42.9655712,-82.4520131,'Oak Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (719,719,42.970379,-82.4250116,'Military Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (720,720,42.9726669,-82.40444,'Vidal Street North','Sarnia','Ontario','N7T 5X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (721,721,42.9796472,-82.3559117,'London Road','Sarnia','Ontario','N7S 1P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (722,722,42.979887,-82.403857,'Christina Street North','Sarnia','Ontario','N7T 5V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (723,723,43.0013857,-82.4393695,'Pine Grove Avenue','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (724,724,43.0018822,-82.4396813,'Pine Grove Avenue','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (725,725,42.9701973,-82.4534233,'24th Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (726,726,42.960823,-82.368476,'Confederation Street','Sarnia','Ontario','N7S 5S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (727,727,42.958555,-82.452421,'24th Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (728,728,42.9584978,-82.4526348,'24th Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (729,729,42.968284,-82.4606997,'32nd Street','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (730,730,42.9824949,-82.3523053,'London Road','Sarnia','Ontario','N7S 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (731,731,42.9362598,-82.3477939,'Plank Road','Sarnia','Ontario','N7T 7H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (732,732,43.0157565,-82.449718,'Pine Grove Avenue','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (733,733,42.932241,-82.443446,'','Sarnia','Ontario',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (734,734,42.933158,-82.4466671,'Saint Clair Parkway','Sarnia','Ontario','N0N 1G0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (735,735,43.0237484,-82.4538338,'Krafft Road','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (736,736,42.920948,-82.406929,'Degurse Road','Sarnia','Ontario','N7T 7H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (737,737,42.9373099,-82.4541155,'Ravenswood Road','Port Huron','Michigan','48060'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (738,738,45.4069486,-72.7410469,'Rue Principale','Granby','Quebec','J2G 2X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (739,739,45.3994502,-72.7422077,'Rue Robinson Sud','Granby','Quebec','J2G 7M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (740,740,45.4087074,-72.7364851,'Boulevard Leclerc Ouest','Granby','Quebec','J2G 1W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (741,741,45.4096176,-72.7422778,'Rue Langlois','Granby','Quebec','J2G 6J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (742,742,45.416259,-72.760643,'Rue Principale','Granby','Quebec','J2J 2N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (743,743,45.392513,-72.754041,'Rue Laurent','Granby','Quebec','J2G 8Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (744,744,45.4055813,-72.707784,'Boulevard Leclerc Est','Granby','Quebec','J2H 1E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (745,745,45.394465,-72.710765,'Rue Denison Est','Granby','Quebec','J2G 4C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (746,746,45.401429,-72.76046,'Rue Maisonneuve','Granby','Quebec','J2J 1S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (747,747,45.4221851,-72.7256343,'Rue Saint-Hubert','Granby','Quebec','J2H 1Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (748,748,45.396431,-72.751917,'Rue Brignon','Granby','Quebec','J2G 8A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (749,749,45.3833914,-72.6624008,'Chemin Denison Est','Shefford','Quebec','J2M 1Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (750,750,45.408491,-72.72984,'Rue Saint-Hubert','Granby','Quebec','J2G 5M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (751,751,45.3886764,-72.7351769,'Rue Saint Charles Sud','Granby','Quebec','J2G 7B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (752,752,45.4146578,-72.7178373,'Rue Dufferin','Granby','Quebec','J2G 4Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (753,753,45.3867375,-72.7030526,'Rue Robitaille','Granby','Quebec','J2H 0R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (754,754,45.421254,-72.746614,'Rue Saint-Jude Nord','Granby','Quebec','J2J 0C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (755,755,45.4244997,-72.7161823,'Rue Dufferin','Granby','Quebec','J2H 0Y8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (756,756,45.3949717,-72.7691015,'Rue Georges-Cros','Granby','Quebec','J2J 0E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (757,757,45.3519593,-72.779282,'Rue Brodeur Est','Saint-Alphonse-de-Granby','Quebec','J0E 2A0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (758,758,43.4292134,-80.4358444,'King Street East','Kitchener','Ontario','N2A 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (759,759,43.4643489,-80.4831254,'Hill Street','Kitchener','Ontario','N2H 4T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (760,760,43.44165,-80.471673,'King Street East','Kitchener','Ontario','N2G 2N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (761,761,43.450474,-80.444411,'Ottawa Street North','Kitchener','Ontario','N2A 1H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (762,762,43.4659227,-80.459954,'Victoria Street North','Kitchener','Ontario','N2B 3C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (763,763,43.484498,-80.5245481,'Weber Street North','Waterloo','Ontario','N2J 3J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (764,764,43.3985991,-80.4474719,'Doon Village Road','Kitchener','Ontario','N2P 1T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (765,765,43.4465561,-80.5722378,'Erb Street West','Waterloo','Ontario','N2T 2Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (766,766,43.49554,-80.50144,'Bridge Street West','Waterloo','Ontario','N2K 3K3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (767,767,43.465255,-80.504609,'Weber Street South','Waterloo','Ontario','N2J 2A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (768,768,43.437013,-80.512786,'Highland Road West','Kitchener','Ontario','N2M 3C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (769,769,43.432304,-80.525266,'Highland Road West','Kitchener','Ontario','N2M 5P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (770,770,43.4190008,-80.4697295,'Block Line Road','Kitchener','Ontario','N2C 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (771,771,43.4891226,-80.492998,'Bridge Street West','Waterloo','Ontario','N2K 1K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (772,772,43.4068643,-80.4997766,'Fischer-Hallman Road','Kitchener','Ontario','N2E 3Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (773,773,43.3961259,-80.431914,'Pioneer Drive','Kitchener','Ontario','N2P 2A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (774,774,43.5005721,-80.5330192,'King Street North','Waterloo','Ontario','N2L 5Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (775,775,43.493898,-80.548109,'Glen Forrest Boulevard','Waterloo','Ontario','N2L 4K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (776,776,43.408123,-80.397954,'King Street East','Kitchener','Ontario','N2P 2E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (777,777,43.5155525,-80.5577727,'King Street North','Waterloo','Ontario','N2J 4G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (778,778,43.1154557,-80.7373184,'Norwich Avenue','Woodstock','Ontario','N4S 9A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (779,779,43.113463,-80.736387,'Norwich Avenue','Woodstock','Ontario','N4V 1C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (780,780,43.1438409,-80.7512253,'Devonshire Avenue','Woodstock','Ontario','N4S 5R3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (781,781,43.133973,-80.726763,'Churchill Place','Woodstock','Ontario','N4S 7V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (782,782,43.137387,-80.703037,'Dundas Street','Woodstock','Ontario','N4S 7V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (783,783,43.0672106,-80.7973371,'','','Ontario','N0J'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (784,784,43.0665269,-80.7974947,'Ontario 401','Woodstock','Ontario','N4S 7W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (785,785,43.19611,-80.794236,'Oxford 59','Woodstock','Ontario','N4S 7W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (786,786,43.2082274,-80.6967288,'Blandford Street','Innerkip','Ontario','N0J 1M0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (787,787,43.119949,-80.73904,'Norwich Avenue','Woodstock','Ontario','N4S 3W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (788,788,43.142448,-80.672956,'Oxford 2','Woodstock','Ontario','N4S 7V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (789,789,43.1317888,-80.7476717,'Huron Street','Woodstock','Ontario','N4S 6Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (790,790,43.1335783,-80.7311645,'Dundas Street','Woodstock','Ontario','N4S 1H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (791,791,43.121618,-80.740215,'Norwich Avenue','Woodstock','Ontario','N4S 3W2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (792,792,43.1194094,-80.738916,'Norwich Avenue','Woodstock','Ontario','N4S 3W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (793,793,43.1194094,-80.738916,'Norwich Avenue','Woodstock','Ontario','N4S 3W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (794,794,43.1281338,-80.7691146,'Dundas Street','Woodstock','Ontario','N4S 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (795,795,43.1281652,-80.769122,'Dundas Street','Woodstock','Ontario','N4S 1A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (796,796,43.1335783,-80.7311645,'Dundas Street','Woodstock','Ontario','N4S 1H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (797,797,43.1459922,-80.7385798,'Devonshire Avenue','Woodstock','Ontario','N4S 5S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (798,798,52.2786678,-113.8143517,'Gaetz Avenue','Red Deer','Alberta','T4N 4C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (799,799,52.2969409,-113.813016,'50 Avenue','Red Deer','Alberta','T4N 4E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (800,800,52.2645881,-113.8111136,'49 Avenue','Red Deer','Alberta','T4N 3W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (801,801,52.27948,-113.820378,'54 Avenue','Red Deer','Alberta','T4N 4M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (802,802,52.3029555,-113.8159932,'76 Street','Red Deer','Alberta','T4P 2J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (803,803,52.285662,-113.8724729,'Burnt Lake Trail','','Alberta','T4S 0K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (804,804,52.3140693,-113.8493405,'Edgar Industrial Avenue','Red Deer','Alberta','T4P 3S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (805,805,52.3163727,-113.8388153,'Edgar Industrial Drive','Red Deer','Alberta','T4P 3R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (806,806,52.2961631,-113.8148712,'50 Avenue','Red Deer','Alberta','T4N 6A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (807,807,52.2160063,-113.8129147,'Gasoline Alley East','','Alberta','T4E 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (808,808,52.2690914,-113.8106896,'50 Street','Red Deer','Alberta','T4N 1X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (809,809,52.2890899,-113.8301154,'67 Street','Red Deer','Alberta','T4P 3M1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (810,810,52.290124,-113.817648,'52 Avenue','Red Deer','Alberta','T4N 4K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (811,811,52.2969529,-113.8127046,'50 Avenue','Red Deer','Alberta','T4N 4E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (812,812,52.2978909,-113.8131344,'50 Avenue','Red Deer','Alberta','T4N 4E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (813,813,52.263541,-113.822244,'54 Avenue','Red Deer','Alberta','T4N 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (814,814,52.3015004,-113.8265373,'Greenham Drive','Red Deer','Alberta','T4P 2C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (815,815,52.28771,-113.77311,'Carleton Avenue','Red Deer','Alberta','T4P 0N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (816,816,52.25916,-113.788806,'39 Street','Red Deer','Alberta','T4N 6R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (817,817,52.285193,-113.770352,'Clearview Market Way','Red Deer','Alberta','T4P 0M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (818,818,43.8945991,-78.9487912,'Brock Street North','Whitby','Ontario','L1N 4J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (819,819,43.9372617,-78.858127,'Wilson Road North','Oshawa','Ontario','L1K 2B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (820,820,43.9178361,-78.9482311,'Garden Street','Whitby','Ontario','L1R 3K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (821,821,43.8765684,-78.8394337,'Durham Regional Road 60','Oshawa','Ontario','L1H 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (822,822,43.8883521,-78.8704842,'Park Road South','Oshawa','Ontario','L1J 4H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (823,823,43.9212028,-78.9287368,'Taunton Road East','Whitby','Ontario','L1R 2X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (824,824,43.906327,-78.812768,'King Street East','Courtice','Ontario','L1E 2J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (825,825,43.8695954,-78.8516458,'Wentworth Street West','Oshawa','Ontario','L1J 1M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (826,826,43.90469,-78.920001,'Rossland Road East','Whitby','Ontario','L1N 9Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (827,827,43.8935745,-78.8831568,'King Street West','Oshawa','Ontario','L1J 2K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (828,828,43.9224892,-78.9273462,'Taunton Road East','Whitby','Ontario','L1N 5R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (829,829,43.936949,-78.859862,'Wilson Road North','Oshawa','Ontario','L1H 7K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (830,830,43.9373861,-78.859823,'Taunton Road East','Oshawa','Ontario','L1K 2B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (831,831,43.902819,-78.8557806,'Ritson Road North','Oshawa','Ontario','L1G 0A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (832,832,43.8930374,-78.8395073,'Wilson Road South','Oshawa','Ontario','L1H 6C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (833,833,43.943275,-78.889855,'Simcoe Street North','Oshawa','Ontario','L1G 4Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (834,834,43.94413,-78.8306774,'Taunton Road East','Oshawa','Ontario','L1H 8L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (835,835,43.92698,-78.909375,'Taunton Road West','Oshawa','Ontario','L1H 7K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (836,836,43.880081,-78.855936,'Simcoe Street South','Oshawa','Ontario','L1G 4V7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (837,837,44.6169402,-63.6148118,'Herring Cove Road','Halifax','Nova Scotia','B3P 1M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (838,838,43.8765873,-78.8391713,'Wentworth Street East','Oshawa','Ontario','L1H 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (839,839,44.683618,-63.660568,'Bedford Highway','Halifax','Nova Scotia','B3M 2L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (840,840,44.665312,-63.610641,'Lady Hammond Road','Halifax','Nova Scotia','B3K 2R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (841,841,44.6478616,-63.5455527,'Pleasant Street','Dartmouth','Nova Scotia','B2Y 3S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (842,842,44.6709145,-63.4996449,'Cole Harbour Road','Dartmouth','Nova Scotia','B2V 2J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (843,843,44.6731416,-63.6651563,'Farnham Gate Road','Halifax','Nova Scotia','B3M 3W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (844,844,44.671646,-63.500138,'Cole Harbour Road','Dartmouth','Nova Scotia','B2V 1E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (845,845,44.650057,-63.5958517,'Chebucto Road','Halifax','Nova Scotia','B3L 1K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (846,846,44.65473,-63.595367,'Robie Street','Halifax','Nova Scotia','B3K 4N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (847,847,44.638887,-63.569479,'Barrington Street','Halifax','Nova Scotia','B3H 2P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (848,848,44.679349,-63.583652,'Victoria Road','Dartmouth','Nova Scotia','B3A 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (849,849,44.635725,-63.622195,'Herring Cove Road','Halifax','Nova Scotia','B3N 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (850,850,44.6839,-63.590133,'Highfield Park Drive','Dartmouth','Nova Scotia','B3A 4X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (851,851,44.67877,-63.551656,'Prince Albert Road','Dartmouth','Nova Scotia','B2Y 1N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (852,852,44.654891,-63.528983,'Baker Drive','Dartmouth','Nova Scotia','B2W 0L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (853,853,44.6710916,-63.5389672,'Portland Street','Dartmouth','Nova Scotia','B2Y 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (854,854,44.690781,-63.58557,'Highfield Park Drive','Dartmouth','Nova Scotia','B3A 4T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (855,855,44.698803,-63.604921,'Windmill Road','Dartmouth','Nova Scotia','B3B 1B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (856,856,44.7105019,-63.5688994,'Wilkinson Avenue','Dartmouth','Nova Scotia','B3B 0H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (857,857,44.656644,-63.489084,'Caldwell Road','Dartmouth','Nova Scotia','B2V 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (858,858,48.4730892,-81.4012573,'Ontario 101','Timmins','Ontario','P4R 1M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (859,859,48.4959697,-81.3560539,'Riverpark Road','Timmins','Ontario','P4P 1B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (860,860,48.472218,-81.380153,'Riverside Drive','Timmins','Ontario','P4R 1M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (861,861,48.466313,-81.32433,'Moneta Avenue','Timmins','Ontario','P4N 1N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (862,862,48.4759732,-81.3360854,'Algonquin Boulevard West','Timmins','Ontario','P4N 2R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (863,863,48.4766149,-81.3184543,'Algonquin Boulevard East','Timmins','Ontario','P4N 7N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (864,864,48.48515,-81.209655,'Harold Avenue','Timmins','Ontario','P0N 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (865,865,48.4774159,-81.3386071,'Waterloo Road','Timmins','Ontario','P4N 8M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (866,866,48.486399,-81.20512,'Harold Avenue','Timmins','Ontario','P0N 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (867,867,48.4727686,-81.3753728,'Riverside Drive','Timmins','Ontario','P4R 1A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (868,868,48.4771466,-81.3181899,'Algonquin Boulevard East','Timmins','Ontario','P4N 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (869,869,48.4681276,-81.3413241,'Rea Street South','Timmins','Ontario','P4N 3S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (870,870,48.4759148,-81.343794,'Algonquin Boulevard West','Timmins','Ontario','P4N 2R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (871,871,48.472218,-81.380153,'Riverside Drive','Timmins','Ontario','P4R 1M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (872,872,48.4722184,-81.3801531,'Riverside Drive','Timmins','Ontario','P4R 1M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (873,873,48.4721615,-81.3854094,'Riverside Drive','Timmins','Ontario','P4R 1M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (874,874,48.4720715,-81.405273,'Riverside Drive','Timmins','Ontario','P4R 0A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (875,875,43.5234644,-79.8999534,'Market Drive','Milton','Ontario','L9T 3H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (876,876,43.536013,-79.91644,'Regional Road No 25','Milton','Ontario','L9T 2X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (877,877,43.525944,-79.888657,'Steeles Avenue East','Milton','Ontario','L9T 1Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (878,878,43.530257,-79.885004,'Steeles Avenue East','Milton','Ontario','L9T 1Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (879,879,43.515365,-79.850787,'Thompson Road South','Milton','Ontario','L9T 0C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (880,880,43.5328071,-79.9111712,'Regional Road 25','Milton','Ontario','L9T 6P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (881,881,43.5341223,-79.9141991,'Regional Road 25','Milton','Ontario','L9T 2X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (882,882,43.534137,-79.914197,'Regional Road 25','Milton','Ontario','L9T 2X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (883,883,43.4473835,-79.9256926,'Guelph Line','Milton','Ontario','L9T 2X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (884,884,43.5689238,-79.8414053,'Hornby Road','Halton Hills','Ontario','ON L0P'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (885,885,43.574251,-79.835834,'Steeles Avenue','Hornby','Ontario','L0P 1E0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (886,886,43.5753486,-79.8347998,'Trafalgar Road','Hornby','Ontario','L0P 1E0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (887,887,43.5670573,-79.8230845,'Trafalgar Road','Milton','Ontario','L9T 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (888,888,43.5746531,-79.8336797,'Trafalgar Road','Hornby','Ontario','L0P 1E0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (889,889,43.535514,-79.781633,'Trafalgar Road','Milton','Ontario','L0P 1E0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (890,890,43.5057991,-79.861333,'Regional Road 25','Milton','Ontario','L9T 2X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (891,891,43.538554,-79.856244,'Main Street East','Milton','Ontario','L9T 0R3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (892,892,43.508935,-79.888085,'Main Street East','Milton','Ontario','L9T 1N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (893,893,43.524993,-79.902199,'Martin Street','Milton','Ontario','L9T 3H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (894,894,43.506917,-79.861568,'Ontario Street South','Milton','Ontario','L9T 2N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (895,895,62.445964,-114.389712,'Forrest Drive','Yellowknife','Northwest Territories','X1A 2A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (896,896,62.4598452,-114.4129555,'Old Airport Road','Yellowknife','Northwest Territories','X1A 3T4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (897,897,62.44623,-114.41065,'Range Lake Road','Yellowknife','Northwest Territories','X1A 3R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (898,898,62.4639772,-114.3533421,'McAvoy Road','Yellowknife','Northwest Territories','X1A 2G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (899,899,62.4525833,-114.4024831,'Old Airport Road','Yellowknife','Northwest Territories','X1A 3T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (900,900,62.452994,-114.40283,'Old Airport Road','Yellowknife','Northwest Territories','X1A 3T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (901,901,62.4510374,-114.4038682,'Old Airport Road','Yellowknife','Northwest Territories','X1A 3V1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (902,902,62.4287295,-114.4126776,'Coronation Drive','Yellowknife','Northwest Territories','X0E 0Y0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (903,903,62.4293304,-114.4180482,'Kam Lake Road','Yellowknife','Northwest Territories','X0E 0Y0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (904,904,42.2548995,-83.0016192,'Dougall Avenue','Windsor','Ontario','N9G 1X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (905,905,42.332644,-83.0367078,'East Jefferson Avenue','Detroit','Michigan','48226'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (906,906,42.38697,-83.020309,'Van Dyke Avenue','Detroit','Michigan','48213'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (907,907,42.3308139,-83.1195433,'Livernois','Detroit','Michigan','48210'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (908,908,42.336145,-83.0264444,'East Jefferson Avenue','Detroit','Michigan','48207'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (909,909,42.364285,-82.9756545,'East Jefferson Avenue','Detroit','Michigan','48214'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (910,910,42.301059,-82.999713,'Tecumseh Road East','Windsor','Ontario','N8W 1C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (911,911,42.333935,-83.0739711,'Fisher Freeway','Detroit','Michigan','48216'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (912,912,42.296557,-83.025983,'Tecumseh Road West','Windsor','Ontario','N8X 4V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (913,913,42.3521613,-83.0791255,'Trumbull','Detroit','Michigan','48208'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (914,914,42.338057,-83.0220049,'East Jefferson Avenue','Detroit','Michigan','48207'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (915,915,42.2760362,-83.1238693,'Marion Avenue','River Rouge','Michigan','48218'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (916,916,42.2896278,-83.0589751,'Huron Church Road','Windsor','Ontario','N9C 2L1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (917,917,42.3126759,-83.0899053,'West Fort Street','Detroit','Michigan','48209'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (918,918,42.2688816,-83.0107533,'Dougall Avenue','Windsor','Ontario','N9E 1S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (919,919,42.318353,-83.024927,'Wyandotte Street East','Windsor','Ontario','N9A 3J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (920,920,42.3247082,-83.0620707,'West Fort Street','Detroit','Michigan','48216'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (921,921,42.3464257,-83.0956085,'West Warren Avenue','Detroit','Michigan','48208'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (922,922,42.3244255,-82.9941053,'Wyandotte Street East','Windsor','Ontario','N8Y 1G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (923,923,42.3140208,-83.0917234,'Fisher Freeway','Detroit','Michigan','48209'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (924,924,48.567214,-78.115595,'Rue Principale Sud','Amos','Quebec','J9T 2J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (925,925,48.5608896,-78.0798553,'Route 111 Ouest','Amos','Quebec','J9T 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (926,926,48.56913,-78.130648,'6e Rue Ouest','Amos','Quebec','J9T 2T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (927,927,48.5699932,-78.1163418,'Rue Principale Sud','Amos','Quebec','J9T 2J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (928,928,48.5593669,-78.1302031,'Québec 109','Amos','Quebec','J9T 3A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (929,929,48.5682207,-78.1315586,'6e Rue Ouest','Amos','Quebec','J9T 2V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (930,930,48.575394,-78.098654,'4E Avenue East','Amos','Quebec','J9T 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (931,931,48.560977,-78.079756,'Route 111 Ouest','Amos','Quebec','J9T 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (932,932,48.5608837,-78.0784289,'Route 111 East','Amos','Quebec','J9T 3A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (933,933,48.542276,-78.163017,'Route 109 Sud','Amos','Quebec','J9T 3A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (934,934,48.5597215,-78.1227359,'Route 111 Ouest','Amos','Quebec','J9T 3A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (935,935,48.5754155,-78.0987269,'4E Avenue East','Amos','Quebec','J9T 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (936,936,48.5691301,-78.1306488,'6e Rue Ouest','Amos','Quebec','J9T 2T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (937,937,48.5683029,-78.1315059,'6e Rue Ouest','Amos','Quebec','J9T 2V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (938,938,48.597192,-78.112561,'Québec 109','Amos','Quebec','J9T 3A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (939,939,45.7022878,-73.6488095,'Boulevard Moody','Terrebonne','Quebec','J6W 3K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (940,940,45.7362014,-73.6131314,'Montée Masson','Mascouche','Quebec','J7K 3B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (941,941,45.7170928,-73.6231373,'Montée Masson','Terrebonne','Quebec','J6W 6A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (942,942,45.7429241,-73.5989205,'Chemin Sainte-Marie','Mascouche','Quebec','J7K 1P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (943,943,45.732417,-73.6769849,'Avenue Napoléon','Mascouche','Quebec','J7L 3X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (944,944,45.723438,-73.61926,'Montée Masson','Mascouche','Quebec','J7K 3B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (945,945,45.7240451,-73.6662775,'Chemin Gascon','Terrebonne','Quebec','J6X 3A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (946,946,45.7502222,-73.6063467,'Chemin Sainte-Marie','Mascouche','Quebec','J7K 1N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (947,947,45.743545,-73.599504,'','Mascouche','Quebec','J7K 1P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (948,948,45.7435868,-73.5986587,'Chemin Sainte-Marie','Mascouche','Quebec','J7K 1P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (949,949,45.7354617,-73.6126061,'Montée Masson','Mascouche','Quebec','J7K 2L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (950,950,45.7890522,-73.5975494,'Chemin Saint Philippe','Mascouche','Quebec','J7K 3C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (951,951,45.7271473,-73.6172334,'Montée Masson','Mascouche','Quebec','J7K 3B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (952,952,45.7336327,-73.64956,'Chemin des Anglais','Mascouche','Quebec','J7L 3R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (953,953,45.730269,-73.655635,'Chemin des Anglais','Mascouche','Quebec','J7L 3P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (954,954,45.7452636,-73.6699035,'Chemin Pincourt','Mascouche','Quebec','J7L 2W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (955,955,45.7100201,-73.6279061,'Montée Masson','Terrebonne','Quebec','J6W 2E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (956,956,45.7251015,-73.665899,'Chemin Gascon','Terrebonne','Quebec','J6X 4H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (957,957,45.70813,-73.623525,'Grande Allée','Terrebonne','Quebec','J6W 5M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (958,958,45.7070323,-73.6204744,'Grande Allée','Terrebonne','Quebec','J6W 6J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (959,959,45.4605758,-73.6354698,'Rue Sherbrooke Ouest','Montréal','Quebec','H4B 1P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (960,960,45.490043,-73.6424735,'Boulevard Décarie','Montréal','Quebec','H3W 3E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (961,961,45.528006,-73.668957,'Boulevard Cote Vertu Ouest','Montreal','Quebec','H4N 1C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (962,962,45.4754836,-73.7862597,'Chemin Saint François','Dorval','Quebec','H9P 1K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (963,963,45.4848116,-73.6329698,'Boulevard Décarie','Montréal','Quebec','H3X 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (964,964,45.5480395,-73.6253605,'Rue Jarry Est','Montréal','Quebec','H2P 1W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (965,965,45.5570159,-73.7489511,'Boulevard Saint-Martin Ouest','Laval','Quebec','H7T 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (966,966,45.5278809,-73.6374034,'Rue Jarry Ouest','Montréal','Quebec','H3N 1H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (967,967,45.5037626,-73.676765,'Boulevard Marcel-Laurin','Montréal','Quebec','H4M 2L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (968,968,45.5427551,-73.7266713,'Boulevard Cartier Ouest','Laval','Quebec','H7V 1J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (969,969,45.504702,-73.677387,'Boulevard Marcel-Laurin','Montréal','Quebec','H4M 2L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (970,970,45.528415,-73.760093,'Boulevard Samson','Laval','Quebec','H7W 2H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (971,971,45.4865051,-73.6367737,'Boulevard Décarie','Montréal','Quebec','H3X 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (972,972,45.48739,-73.72759,'Chemin Saint François','Montréal','Quebec','H4S 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (973,973,45.518722,-73.697979,'Rue Poirier','Montréal','Quebec','H4L 1J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (974,974,45.517102,-73.662628,'Carré Benoit','Montréal','Quebec','H4N 2H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (975,975,45.5222066,-73.7880687,'Boulevard Samson','Laval','Quebec','H7X 3R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (976,976,45.5388665,-73.6439155,'Boulevard Crémazie Ouest','Montréal','Quebec','H2N 1L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (977,977,45.5573144,-73.6111506,'Rue Tillemont','Montréal','Quebec','H2E 1G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (978,978,45.533724,-73.788524,'Av. Cedar','Laval','Quebec','H3G 1A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (979,979,46.0967899,-64.7562751,'Paul Street','Dieppe','New Brunswick','E1A 9A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (980,980,46.115696,-64.8393279,'Mountain Road','Moncton','New Brunswick','E1G 1A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (981,981,46.075202,-64.808081,'Main Street','Moncton','New Brunswick','E1E 1J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (982,982,46.1159279,-64.7731727,'Elmwood Drive','Moncton','New Brunswick','E1A 1X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (983,983,46.124586,-64.771111,'Elmwood Drive','Moncton','New Brunswick','E1A 2X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (984,984,46.085406,-64.733345,'Amirault Street','Dieppe','New Brunswick','E1A 1G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (985,985,46.114285,-64.826261,'Plaza Boulevard','Moncton','New Brunswick','E1C 0E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (986,986,46.1210025,-64.8477043,'Lonsdale Drive','Moncton','New Brunswick','E1G 2H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (987,987,46.103117,-64.817497,'Mountain Road','Moncton','New Brunswick','E1C 2S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (988,988,46.114869,-64.837078,'Mountain Road','Moncton','New Brunswick','E1G 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (989,989,46.0981924,-64.7996484,'Mountain Road','Moncton','New Brunswick','E1C 6R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (990,990,46.0918905,-64.7773842,'Botsford Street','Moncton','New Brunswick','E1C 4X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (991,991,46.0985349,-64.8595416,'Sequoia Drive','Moncton','New Brunswick','E1E 0A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (992,992,46.0628825,-64.8078046,'Coverdale Road','Riverview','New Brunswick','E1B 3K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (993,993,46.062773,-64.844367,'','Moncton','New Brunswick','E1E 1C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (994,994,46.060074,-64.819671,'Coverdale Road','Riverview','New Brunswick','E1B 3L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (995,995,46.1026246,-64.7637078,'Shediac Road','Moncton','New Brunswick','E1A 2R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (996,996,46.096812,-64.793266,'Mountain Road','Moncton','New Brunswick','E1C 2M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (997,997,46.1038879,-64.818635,'Mountain Road','Moncton','New Brunswick','E1C 2S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (998,998,46.1035609,-64.7734704,'Elmwood Drive','Moncton','New Brunswick','E1A 3W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (999,999,52.142913,-113.872933,'Edmonton Trail','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1000,1000,52.2043635,-113.8150118,'Leva Avenue','','Alberta','T4E 1B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1001,1001,52.2160063,-113.8129147,'Gasoline Alley East','','Alberta','T4E 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1002,1002,52.21013,-113.817011,'Leva Avenue','','Alberta','T4E 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1003,1003,52.2064817,-113.815149,'Leva Avenue','','Alberta','T4E 1B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1004,1004,52.208288,-113.815194,'Leva Avenue','','Alberta','T4E 1B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1005,1005,52.2130908,-113.816572,'Leva Avenue','Red Deer','Alberta','T4E 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1006,1006,52.2160481,-113.8126328,'Highway 2 North','','Alberta','T4E 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1007,1007,52.2150268,-113.8116914,'Petrolia Drive','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1008,1008,52.218429,-113.812819,'Gasoline Alley East','','Alberta','T4E 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1009,1009,52.240573,-113.813204,'50 Avenue','Red Deer','Alberta','T4R 1L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1010,1010,52.180248,-113.8857464,'','Springbrook','Alberta','T4S 2G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1011,1011,52.142937,-113.8726,'Edmonton Trail','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1012,1012,52.135621,-113.87176,'Minto Street','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1013,1013,52.135621,-113.87176,'Minto Street','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1014,1014,52.1406251,-113.8717308,'Hawkridge Boulevard','Penhold','Alberta','T0M 1R0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1015,1015,52.2147265,-113.8174903,'Leva Avenue','','Alberta','T4E 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1016,1016,52.2144326,-113.8170873,'Leva Avenue','Red Deer','Alberta','T4E 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1017,1017,52.2143804,-113.8164904,'Leva Avenue','Red Deer','Alberta','T4E 0A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1018,1018,52.216552,-113.817018,'Laura Avenue','','Alberta','T4E 3C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1019,1019,53.5378923,-113.4176825,'50 Street Northwest','Edmonton','Alberta','T6A 3X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1020,1020,53.5517407,-113.5219185,'107 Avenue Northwest','Edmonton','Alberta','T5H 0Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1021,1021,53.5182597,-113.4373265,'82 Avenue Northwest','Edmonton','Alberta','T6B 0G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1022,1022,53.5707202,-113.4517718,'Wayne Gretzky Drive Northwest','Edmonton','Alberta','T5B 0P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1023,1023,53.555255,-113.494235,'Kingsway Northwest','Edmonton','Alberta','T5H 3V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1024,1024,53.5410343,-113.6003444,'Stony Plain Road','Edmonton','Alberta','T5P 4A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1025,1025,53.628245,-113.4856977,'95 Street','Edmonton','Alberta','T5Z 3R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1026,1026,53.5463127,-113.4797815,'102A Avenue Northwest','Edmonton','Alberta','T5H 0G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1027,1027,53.551601,-113.5152563,'107 Avenue Northwest','Edmonton','Alberta','T5H 0Y1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1028,1028,53.4961871,-113.4855727,'99 Street Northwest','Edmonton','Alberta','T6E 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1029,1029,53.548476,-113.475678,'Jasper Avenue','Edmonton','Alberta','T5H 3T4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1030,1030,53.5822639,-113.557166,'Saint Albert Trail Northwest','Edmonton','Alberta','T5L 4H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1031,1031,53.499355,-113.49808,'104 Street Northwest','Edmonton','Alberta','T6H 2K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1032,1032,53.5854392,-113.5406426,'127 Street Northwest','Edmonton','Alberta','T5L 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1033,1033,53.525562,-113.43296,'90 Avenue Northwest','Edmonton','Alberta','T6B 0P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1034,1034,53.590203,-113.4187919,'130 Avenue Northwest','Edmonton','Alberta','T5A 5A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1035,1035,53.5178211,-113.4609106,'82 Avenue Northwest','Edmonton','Alberta','T6C 0Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1036,1036,53.5678444,-113.5262708,'Kingsway Northwest','Edmonton','Alberta','T5G 3J7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1037,1037,53.570175,-113.408798,'118 Avenue Northwest','Edmonton','Alberta','T5W 1A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1038,1038,53.5926385,-113.4665005,'82 Street Northwest','Edmonton','Alberta','T5E 2T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1039,1039,45.3903988,-65.9681249,'Marr Road','Rothesay','New Brunswick','E2E 3J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1040,1040,45.4178,-65.943028,'Millennium Drive','Quispamsis','New Brunswick','E2E 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1041,1041,45.415301,-65.946847,'Market Street','Quispamsis','New Brunswick','E2E 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1042,1042,45.4026138,-65.9727567,'Hampton Road','Rothesay','New Brunswick','E2E 2R3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1043,1043,45.430868,-65.944569,'Hampton Road','Quispamsis','New Brunswick','E2G 1C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1044,1044,45.404051,-65.970837,'Hampton Road','Quispamsis','New Brunswick','E2E 4J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1045,1045,45.390345,-65.967934,'Marr Road','Rothesay','New Brunswick','E2E 3J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1046,1046,45.385039,-65.931633,'French Village Road','Rothesay','New Brunswick','E2S 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1047,1047,45.37551,-65.98085,'','Rothesay','New Brunswick','E2E 0B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1048,1048,45.503245,-65.975383,'','Kingston','New Brunswick','E5N 1V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1049,1049,45.347457,-66.017557,'Rothesay Road','Saint John','New Brunswick','E2H 2J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1050,1050,45.4039982,-65.9707193,'Hampton Road','Quispamsis','New Brunswick','E2E 4J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1051,1051,45.4171896,-65.9427155,'Millennium Drive','Quispamsis','New Brunswick','E2E 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1052,1052,45.4040721,-65.9710021,'Hampton Road','Quispamsis','New Brunswick','E2E 4J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1053,1053,45.396099,-65.982474,'Marr Road','Rothesay','New Brunswick','E2E 3L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1054,1054,45.4195074,-66.0021463,'Gondola Point Road','Quispamsis','New Brunswick','E2E 1E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1055,1055,43.5439111,-80.307367,'Woodlawn Road West','Guelph','Ontario','N1K 1E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1056,1056,43.5150464,-80.2394111,'Scottsdale Drive','Guelph','Ontario','N1G 3P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1057,1057,43.5660781,-80.2767007,'Woodlawn Road East','Guelph','Ontario','N1H 1G7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1058,1058,43.544237,-80.266806,'Edinburgh Road North','Guelph','Ontario','N1H 5S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1059,1059,43.5480352,-80.2533109,'Woolwich Street','Guelph','Ontario','N1H 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1060,1060,43.5550102,-80.232237,'Elizabeth Street','Guelph','Ontario','N1E 2X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1061,1061,43.568101,-80.247335,'Eramosa Road','Guelph','Ontario','N1E 2N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1062,1062,43.525586,-80.286299,'Imperial Road South','Guelph','Ontario','N1K 2A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1063,1063,43.577261,-80.286203,'Highway 6','Guelph','Ontario','N1H 6J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1064,1064,43.5393775,-80.3007516,'Imperial Road North','Guelph','Ontario','N1H 1G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1065,1065,43.5446642,-80.3063161,'Woodlawn Road West','Guelph','Ontario','N1H 7M1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1066,1066,43.5224807,-80.2923479,'Elmira Road South','Guelph','Ontario','N1K 0B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1067,1067,43.4954948,-80.2788772,'Wellington Road 124','Guelph','Ontario','N1H 6J3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1068,1068,43.487544,-80.287148,'Wellington Road 124','Maryhill','Ontario','N0B 2B0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1069,1069,43.566693,-80.2581089,'Speedvale Avenue East','Guelph','Ontario','N1E 1N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1070,1070,43.5433296,-80.2442402,'Surrey Street East','Guelph','Ontario','N1H 3P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1071,1071,43.53942,-80.278774,'Silvercreek Parkway North','Guelph','Ontario','N1H 6S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1072,1072,43.5249074,-80.2416958,'College Avenue West','Guelph','Ontario','N1G 1S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1073,1073,43.551923,-80.277271,'Speedvale Avenue West','Guelph','Ontario','N1H 1K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1074,1074,43.5214367,-80.2120637,'Gordon Street','Guelph','Ontario','N1G 4W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1075,1075,44.605476,-79.375013,'Atherley Road','Orillia','Ontario','L3V 1P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1076,1076,44.6045759,-79.4170437,'West Street South','Orillia','Ontario','L3V 5G7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1077,1077,44.6225402,-79.4318682,'','Orillia','Ontario','L3V 6Z6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1078,1078,44.6019641,-79.4342156,'Westmount Drive South','Orillia','Ontario','L3V 6C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1079,1079,44.5987951,-79.4243321,'Memorial Avenue','Orillia','Ontario','L3V 5X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1080,1080,44.609307,-79.43699,'Coldwater Road West','Orillia','Ontario','L3V 3M1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1081,1081,44.624512,-79.433699,'West Street North','Orillia','Ontario','L3V 5E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1082,1082,44.611397,-79.444766,'Highway 11','Warminster','Ontario','L0K 2G0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1083,1083,44.604271,-79.372504,'Atherley Road','Orillia','Ontario','L3V 1P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1084,1084,44.6210543,-79.5119305,'Ontario 12','Orillia','Ontario','L3V 6H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1085,1085,44.610848,-79.422456,'West Street North','Orillia','Ontario','L3V 5C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1086,1086,44.6074757,-79.4187358,'Colborne Street East','Orillia','Ontario','L3V 1T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1087,1087,44.6055971,-79.4100665,'Front Street South','Orillia','Ontario','L3V 4S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1088,1088,44.5986189,-79.4121229,'West Street South','Orillia','Ontario','L3V 5H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1089,1089,44.5947656,-79.4239859,'Memorial Avenue','Orillia','Ontario','L3V 5X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1090,1090,44.625012,-79.4340999,'West Street North','Orillia','Ontario','L3V 5G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1091,1091,44.6251082,-79.433983,'West Street North','Orillia','Ontario','L3V 5G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1092,1092,44.592532,-79.429623,'Rachael Road','Orillia','Ontario','L3V 0B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1093,1093,44.6121797,-79.4531248,'Ontario 12','Orillia','Ontario','L3V 6H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1094,1094,44.5940556,-79.4544923,'University Avenue','Orillia','Ontario','L3V 0Y7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1095,1095,43.8617088,-79.7122034,'McEwan Drive East','Bolton','Ontario','L7E 2Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1096,1096,43.869604,-79.723336,'Queen Street South','Bolton','Ontario','L7E 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1097,1097,43.836322,-79.688032,'Nashville Road','Vaughan','Ontario','L0J 1C0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1098,1098,43.8518163,-79.7006048,'Peel Regional Road 50','Bolton','Ontario','L7E 1M1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1099,1099,43.857264,-79.708062,'Highway 50','Bolton','Ontario','L7E 1M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1100,1100,43.9019493,-79.6529773,'York Regional Road 27','Nobleton','Ontario','L0G 1N0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1101,1101,43.9203959,-79.656651,'Ontario 27','Schomberg','Ontario','L0G 1T0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1102,1102,43.7913572,-79.7610638,'Airport Road','','Ontario','L7C 2W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1103,1103,43.802646,-79.667921,'Highway 50','Vaughan','Ontario','L4H 2Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1104,1104,43.873555,-79.73026,'Queen Street South','Bolton','Ontario','L7E 4Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1105,1105,43.9206298,-79.6565485,'York Regional Road 27','Nobleton','Ontario','L0G 1N0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1106,1106,43.858201,-79.850493,'Airport Road','Caledon East','Ontario','L7C 1E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1107,1107,43.790726,-79.760208,'Mayfield Road','Brampton','Ontario','L6R 0A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1108,1108,43.8965279,-79.7611391,'Peel Regional Road 50','Bolton','Ontario','L7E 3H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1109,1109,50.7020493,-120.3630914,'8th Street','Kamloops','British Columbia','V2B 2X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1110,1110,50.652791,-120.3821283,'Hugh Allan Drive','Kamloops','British Columbia','V1S 1X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1111,1111,50.6514517,-120.3808797,'Hugh Allan Drive','Kamloops','British Columbia','V1S 1P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1112,1112,50.678059,-120.282869,'Trans-Canada Highway','Kamloops','British Columbia','V2C 3Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1113,1113,50.673746,-120.315748,'10 Avenue','Kamloops','British Columbia','V2C 6J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1114,1114,50.670491,-120.355066,'Columbia Street West','Kamloops','British Columbia','V2C 1L1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1115,1115,50.6754872,-120.2906931,'Trans-Canada Highway','Kamloops','British Columbia','V2C 3Z6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1116,1116,50.706554,-120.3646154,'8th Street','Kamloops','British Columbia','V2B 2Y1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1117,1117,50.698177,-120.35927,'Sydney Avenue','Kamloops','British Columbia','V2B 1M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1118,1118,50.7116887,-120.3362373,'Salish Road','Kamloops','British Columbia','V2H 1P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1119,1119,50.6521492,-120.368008,'Rogers Way','Kamloops','British Columbia','V1S 1N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1120,1120,50.6856007,-120.3551877,'Tranquille Road','Kamloops','British Columbia','V2B 3G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1121,1121,50.6541129,-120.3869092,'Versatile Drive','Kamloops','British Columbia','V1S 1W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1122,1122,50.659286,-120.3967528,'Versatile Drive','Kamloops','British Columbia','V1S 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1123,1123,50.700557,-120.392774,'Tranquille Road','Kamloops','British Columbia','V2B 3L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1124,1124,50.7091975,-120.328609,'','Kamloops','British Columbia',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1125,1125,50.7516399,-120.3539793,'Westsyde Road','Kamloops','British Columbia','V2B 7E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1126,1126,46.243815,-63.112864,'Riverside Drive','Charlottetown','Prince Edward Island','C1A 9M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1127,1127,50.6518995,-120.3679848,'Rogers Way','Kamloops','British Columbia','V1S 1N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1128,1128,50.6695914,-120.3538904,'West Columbia Street','Kamloops','British Columbia','V2C 1L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1129,1129,50.673213,-120.294515,'Trans-Canada Highway','Kamloops','British Columbia','V2C 3Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1130,1130,46.229253,-63.1004748,'Stratford Road','Stratford','Prince Edward Island','C1B 1T5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1131,1131,46.252189,-63.13916,'University Avenue','Charlottetown','Prince Edward Island','C1A 7Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1132,1132,46.240254,-63.125265,'Euston Street','Charlottetown','Prince Edward Island','C1A 1X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1133,1133,46.2558805,-63.1907876,'Capital Drive','Cornwall','Prince Edward Island','C0A 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1134,1134,46.292724,-63.176815,'Malpeque Road','Charlottetown','Prince Edward Island','C1E 1Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1135,1135,46.2489601,-63.1166931,'Exhibition Drive','Charlottetown','Prince Edward Island','C1A 5Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1136,1136,46.2299783,-63.2162675,'Main Street','Cornwall','Prince Edward Island','C0A 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1137,1137,46.255276,-63.129222,'Belvedere Avenue','Charlottetown','Prince Edward Island','C1A 2Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1138,1138,46.255101,-63.112918,'Walker Drive','Charlottetown','Prince Edward Island','C1A 8S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1139,1139,46.263239,-63.145661,'University Avenue','Charlottetown','Prince Edward Island','C1E 1E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1140,1140,46.257003,-63.187859,'Trans-Canada Highway','Cornwall','Prince Edward Island','C0A 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1141,1141,46.289798,-63.172053,'Malpeque Road','Charlottetown','Prince Edward Island','C1E 1Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1142,1142,46.222639,-63.08605,'Jubilee Road','Stratford','Prince Edward Island','C1B 0L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1143,1143,46.240254,-63.125265,'Euston Street','Charlottetown','Prince Edward Island','C1A 1X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1144,1144,46.229961,-63.099469,'Hopeton Road','Stratford','Prince Edward Island','C1B 1T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1145,1145,46.2551061,-63.1136174,'Walker Drive','Charlottetown','Prince Edward Island','C1A 8S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1146,1146,46.268504,-63.114812,'Saint Peters Road','Charlottetown','Prince Edward Island','C1A 5R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1147,1147,46.247497,-63.136138,'University Avenue','Charlottetown','Prince Edward Island','C1A 4N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1148,1148,46.251995,-63.121326,'Saint Peters Road','Charlottetown','Prince Edward Island','C1A 5N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1149,1149,50.4680146,-104.6176542,'Albert Street','Regina','Saskatchewan','S4R 2P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1150,1150,50.4547394,-104.572772,'Dewdney Avenue East','Regina','Saskatchewan','S4N 4E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1151,1151,50.4942901,-104.6649005,'','Regina','Saskatchewan',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1152,1152,50.4104136,-104.6187789,'Albert Street','Regina','Saskatchewan','S4S 3R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1153,1153,50.446863,-104.59443,'Victoria Avenue','Regina','Saskatchewan','S4N 0R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1154,1154,50.4406534,-104.5713526,'Arcola Avenue','Regina','Saskatchewan','S4N 0S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1155,1155,50.475293,-104.63337,'Sherwood Drive','Regina','Saskatchewan','S4R 4A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1156,1156,50.446451,-104.541056,'Coleman Crescent','Regina','Saskatchewan','S4V 3B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1157,1157,50.432484,-104.53797,'Truesdale Drive','Regina','Saskatchewan','S4V 2P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1158,1158,50.4804849,-104.6173016,'Albert Street North','Regina','Saskatchewan','S4R 3C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1159,1159,50.404921,-104.617256,'Albert Street','Regina','Saskatchewan','S4S 6B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1160,1160,50.4731301,-104.5678917,'Weaver Street','Regina','Saskatchewan','S4N 5X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1161,1161,50.464101,-104.562686,'Ross Avenue East','Regina','Saskatchewan','S4N 7E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1162,1162,50.4635639,-104.6184726,'Albert Street','Regina','Saskatchewan','S4R 2P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1163,1163,50.467311,-104.573498,'1 Avenue East','Regina','Saskatchewan','S4N 4Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1164,1164,50.444157,-104.552416,'Quance Street','Regina','Saskatchewan','S4N 6P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1165,1165,50.4713912,-104.6190602,'Albert Street','Regina','Saskatchewan','S4R 2N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1166,1166,50.4786625,-104.5759094,'McDonald Street','Regina','Saskatchewan','S4N 5W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1167,1167,50.409856,-104.6174671,'Albert Street','Regina','Saskatchewan','S4S 3R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1168,1168,50.455257,-104.67261,'Dewdney Avenue','Regina','Saskatchewan','S4T 1E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1169,1169,49.8832723,-119.4953655,'Harvey Avenue','Kelowna','British Columbia','V1Y 6C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1170,1170,49.916052,-119.4453,'Glenmore Road','Kelowna','British Columbia','V1V 2H3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1171,1171,49.8823658,-119.4555678,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1172,1172,49.8727469,-119.54495,'Boucherie Road','West Kelowna','British Columbia','V1Z 2E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1173,1173,49.881555,-119.464381,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1174,1174,49.8616995,-119.4915933,'','Kelowna','British Columbia','V1W 3T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1175,1175,49.8612782,-119.4553433,'K. L. O. Road','Kelowna','British Columbia','V1W 2H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1176,1176,49.888644,-119.4209435,'Highway 97 North','Kelowna','British Columbia','V1X 4J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1177,1177,49.8605193,-119.4737099,'Gordon Drive','Kelowna','British Columbia','V1W 3N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1178,1178,49.8814111,-119.4532354,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1179,1179,49.8785743,-119.5368588,'Nancee Way','Kelowna','British Columbia','V1Z 3J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1180,1180,49.880899,-119.436,'Underhill Street','Kelowna','British Columbia','V1X 5P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1181,1181,49.845271,-119.480999,'Gordon Drive','Kelowna','British Columbia','V1W 3Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1182,1182,49.8660848,-119.5729338,'Stevens Road','West Kelowna','British Columbia','V1Z 2S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1183,1183,49.860614,-119.588105,'Ross Road','West Kelowna','British Columbia','V1Z 3E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1184,1184,49.8652674,-119.5654997,'Industrial Road','West Kelowna','British Columbia','V1Z 1G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1185,1185,49.895016,-119.4137,'British Columbia 97','Kelowna','British Columbia','V1X 4J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1186,1186,49.888755,-119.386019,'Highway 33','Kelowna','British Columbia','V1X 2A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1187,1187,49.8892536,-119.3924625,'Highway 33','Kelowna','British Columbia','V1X 1Y2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1188,1188,49.8547903,-119.5896655,'East Boundary Road','','British Columbia','V4T 2H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1189,1189,46.0642548,-71.9421339,'Rue Notre-Dame East','Victoriaville','Quebec','G6P 4B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1190,1190,46.0588068,-71.9701357,'Rue Notre Dame Ouest','Victoriaville','Quebec','G6P 1S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1191,1191,46.066227,-71.964291,'Boulevard des Bois-Francs Nord','Victoriaville','Quebec','G6P 1H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1192,1192,46.055958,-71.945218,'Boulevard des Bois Francs Sud','Victoriaville','Quebec','G6P 4S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1193,1193,46.0517921,-71.9622138,'Boulevard Jutras Ouest','Victoriaville','Quebec','G6P 1Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1194,1194,46.0440863,-71.9251363,'Boulevard des Bois Francs Sud','Victoriaville','Quebec','G6P 5W6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1195,1195,46.055888,-71.9586311,'Rue Notre-Dame East','Victoriaville','Quebec','G6P 3Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1196,1196,46.055533,-71.945741,'Boulevard des Bois Francs Sud','Victoriaville','Quebec','G6P 4S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1197,1197,46.0620092,-71.9901502,'Rue des Roses','Victoriaville','Quebec','G6T 0M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1198,1198,46.0642548,-71.9421339,'Rue Notre-Dame East','Victoriaville','Quebec','G6P 4B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1199,1199,46.054144,-72.009696,'Boulevard Jutras Ouest','Victoriaville','Quebec','G6T 2A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1200,1200,46.0539438,-72.0108251,'Boulevard Jutras Ouest','Victoriaville','Quebec','G6T 2A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1201,1201,46.0591354,-71.9387295,'Boulevard Jutras Est','Victoriaville','Quebec','G6P 7H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1202,1202,46.0642548,-71.9421339,'Rue Notre-Dame East','Victoriaville','Quebec','G6P 4B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1203,1203,46.0404441,-72.0185221,'Rue Notre Dame Ouest','Victoriaville','Quebec','G6T 2C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1204,1204,46.0518555,-71.9621397,'Boulevard Jutras Ouest','Victoriaville','Quebec','G6P 1Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1205,1205,46.0471031,-71.9623282,'Avenue Pie-X','Victoriaville','Quebec','G6P 4R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1206,1206,46.0586691,-71.9703459,'Rue Notre Dame Ouest','Victoriaville','Quebec','G6P 1S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1207,1207,46.0584979,-71.964713,'Rue Notre Dame Ouest','Victoriaville','Quebec','G6P 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1208,1208,46.058462,-71.964588,'Rue Notre Dame Ouest','Victoriaville','Quebec','G6P 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1209,1209,48.4025643,-89.2413904,'Fort William Road','Thunder Bay','Ontario','P7B 3A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1210,1210,48.44438,-89.2478338,'Red River Road','Thunder Bay','Ontario','P7B 1K3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1211,1211,48.381078,-89.280833,'Arthur Street West','Thunder Bay','Ontario','P7E 5P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1212,1212,48.4084048,-89.2461333,'Memorial Avenue','Thunder Bay','Ontario','P7B 4A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1213,1213,48.4481284,-89.2493706,'Red River Road','Thunder Bay','Ontario','P7B 1K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1214,1214,48.3812252,-89.2562998,'Arthur Street East','Thunder Bay','Ontario','P7E 5N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1215,1215,48.404695,-89.256414,'Hewitson Street','Thunder Bay','Ontario','P7B 5Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1216,1216,48.443102,-89.208362,'Cumberland Street North','Thunder Bay','Ontario','P7A 4N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1217,1217,48.3810458,-89.2837137,'Arthur Street West','Thunder Bay','Ontario','P7E 5P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1218,1218,48.409025,-89.257329,'Alloy Drive','Thunder Bay','Ontario','P7B 5W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1219,1219,48.380404,-89.30689,'Arthur Street West','Thunder Bay','Ontario','P7E 6B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1220,1220,48.45013,-89.19607,'Cumberland Street North','Thunder Bay','Ontario','P7A 4S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1221,1221,48.3805399,-89.2905789,'Arthur Street West','Thunder Bay','Ontario','P7E 5R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1222,1222,48.4473259,-89.2487909,'Red River Road','Thunder Bay','Ontario','P7B 1K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1223,1223,48.4478825,-89.2499424,'Red River Road','Thunder Bay','Ontario','P7B 1K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1224,1224,48.3562674,-89.278995,'','','Ontario','P7J 1K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1225,1225,48.3554369,-89.2590376,'City Road','Thunder Bay','Ontario','P7J 1K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1226,1226,48.4448803,-89.2659285,'John Street Road','Thunder Bay','Ontario','P7B 2A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1227,1227,48.4091101,-89.2570451,'Alloy Drive','Thunder Bay','Ontario','P7B 6C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1228,1228,48.413853,-89.244094,'Memorial Avenue','Thunder Bay','Ontario','P7B 3Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1229,1229,43.169883,-79.26398,'Ontario Street','St. Catharines','Ontario','L2R 5L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1230,1230,43.177168,-79.26625,'Ontario Street','St. Catharines','Ontario','L2R 5L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1231,1231,43.1645939,-79.2439716,'Welland Avenue','St. Catharines','Ontario','L2R 2N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1232,1232,43.1776971,-79.2669527,'Ontario Street','St. Catharines','Ontario','L2R 5L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1233,1233,43.155091,-79.267151,'Fourth Avenue','St. Catharines','Ontario','L2S 0B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1234,1234,43.1552388,-79.2704218,'Fourth Avenue','St. Catharines','Ontario','L2R 6P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1235,1235,43.144636,-79.2602651,'Saint Paul Street West','St. Catharines','Ontario','L2S 2E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1236,1236,43.142709,-79.240244,'Glenridge Avenue','St. Catharines','Ontario','L2T 3J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1237,1237,43.176058,-79.266863,'Ontario Street','St. Catharines','Ontario','L2R 5L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1238,1238,43.150427,-79.213907,'Hartzel Road','St. Catharines','Ontario','L2P 1N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1239,1239,43.1113305,-79.2427937,'Schmon Parkway','Thorold','Ontario','L2V 4Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1240,1240,43.1099035,-79.215465,'Collier Road South','Thorold','Ontario','L2V 3T5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1241,1241,43.160297,-79.163936,'York Road','Niagara-on-the-Lake','Ontario','L0S 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1242,1242,43.1560062,-79.1548149,'York Road','Niagara-on-the-Lake','Ontario','L0S 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1243,1243,43.156367,-79.154333,'York Road','Niagara-on-the-Lake','Ontario','L0S 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1244,1244,43.1141166,-79.1770671,'Thorold Stone Road','Niagara Falls','Ontario','L2E 6S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1245,1245,43.187116,-79.2305426,'Scott Street','St. Catharines','Ontario','L2M 3W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1246,1246,43.145107,-79.36845,'King Street','Lincoln','Ontario','L0R 1S0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1247,1247,43.1341429,-79.2184428,'Glendale Avenue','St. Catharines','Ontario','L2T 2L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1248,1248,43.1750264,-79.2155721,'Welland Avenue','St. Catharines','Ontario','L2M 6P3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1249,1249,48.24018,-79.02291,'Rue Gamble Ouest','Rouyn-Noranda','Quebec','J9X 2R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1250,1250,48.222855,-78.988872,'Avenue Larivière','Rouyn-Noranda','Quebec','J9X 4L1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1251,1251,48.240164,-79.025516,'Rue Gamble Ouest','Rouyn-Noranda','Quebec','J9X 2R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1252,1252,48.232057,-79.03271,'Avenue Québec','Rouyn-Noranda','Quebec','J9X 6H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1253,1253,48.241224,-79.127102,'Rue d''Évain','Rouyn-Noranda','Quebec','J0Z 1B0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1254,1254,48.2431963,-79.0406863,'Boulevard Rideau','Rouyn-Noranda','Quebec','J9X 5Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1255,1255,48.2920726,-79.0379974,'Rue Saguenay','Rouyn-Noranda','Quebec','J9Y 0E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1256,1256,48.249359,-79.05885,'Québec 101','Rouyn-Noranda','Quebec','J0Z 1Y1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1257,1257,48.271404,-79.027431,'Rue Saguenay','Rouyn-Noranda','Quebec','J9X 2H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1258,1258,48.2467455,-79.0197151,'Avenue Murdoch','Rouyn-Noranda','Quebec','J9X 1E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1259,1259,48.2271212,-79.0100799,'Avenue Larivière','Rouyn-Noranda','Quebec','J9X 4J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1260,1260,48.2401025,-79.022966,'Rue Gamble Ouest','Rouyn-Noranda','Quebec','J9X 2R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1261,1261,48.2416074,-79.0385598,'Boulevard Rideau','Rouyn-Noranda','Quebec','J9X 5Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1262,1262,48.2355411,-79.0148965,'Avenue Larivière','Rouyn-Noranda','Quebec','J9X 4H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1263,1263,48.235535,-79.014785,'Avenue Larivière','Rouyn-Noranda','Quebec','J9X 4H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1264,1264,48.2238532,-78.9965749,'Avenue Larivière','Rouyn-Noranda','Quebec','J9X 4K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1265,1265,48.247012,-79.0771309,'Rue Mantha','Rouyn-Noranda','Quebec','J9Y 0G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1266,1266,48.292034,-79.0379754,'Rue Saguenay','Rouyn-Noranda','Quebec','J9Y 0E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1267,1267,48.951541,-57.941235,'West Street','Corner Brook','Newfoundland and Labrador','A2H 2Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1268,1268,48.9445214,-57.9174405,'Confederation Drive','Corner Brook','Newfoundland and Labrador','A2H 7K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1269,1269,48.9575876,-57.9215141,'Murphy Square','Corner Brook','Newfoundland and Labrador','A2H 1R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1270,1270,48.942093,-57.916506,'','Corner Brook','Newfoundland and Labrador',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1271,1271,48.952695,-57.948359,'Mill Road','Corner Brook','Newfoundland and Labrador','A2H 1C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1272,1272,48.9431427,-57.9497741,'Union Street','Corner Brook','Newfoundland and Labrador','A2H 5M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1273,1273,48.9400997,-57.9748498,'O''Connell Drive','Corner Brook','Newfoundland and Labrador','A2H 7G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1274,1274,48.9412493,-57.9730591,'O''Connell Drive','Corner Brook','Newfoundland and Labrador','A2H 4M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1275,1275,48.944519,-57.917477,'Confederation Drive','Corner Brook','Newfoundland and Labrador','A2H 7K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1276,1276,48.962319,-57.908103,'Riverside Drive','Corner Brook','Newfoundland and Labrador','A2H 2N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1277,1277,48.976598,-57.972646,'Newfoundland and Labrador 440','Irishtown-Summerside','Newfoundland and Labrador','A0L 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1278,1278,48.9685821,-58.0410254,'Main Street','Mount Moriah','Newfoundland and Labrador','A0L 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1279,1279,48.946466,-57.961812,'Country Road','Corner Brook','Newfoundland and Labrador','A2H 4L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1280,1280,48.9439156,-57.9427359,'Mount Bernard Avenue','Corner Brook','Newfoundland and Labrador','A2H 5G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1281,1281,48.9519554,-57.9487029,'Main Street','Corner Brook','Newfoundland and Labrador','A2H 7L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1282,1282,48.943878,-57.942336,'Mount Bernard Avenue','Corner Brook','Newfoundland and Labrador','A2H 5G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1283,1283,48.940022,-57.9748608,'O''Connell Drive','Corner Brook','Newfoundland and Labrador','A2H 7G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1284,1284,48.9582688,-57.9991257,'Curling Street','Corner Brook','Newfoundland and Labrador','A2H 3K3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1285,1285,48.9533126,-57.8889209,'Riverside Drive','Corner Brook','Newfoundland and Labrador','A2H 2N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1286,1286,48.972461,-58.0533242,'Main Street','Mount Moriah','Newfoundland and Labrador','A0L 1J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1287,1287,43.967172,-78.167487,'Division Street','Cobourg','Ontario','K9A 3S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1288,1288,43.9805288,-78.1752802,'Division Street','Cobourg','Ontario','K9A 4J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1289,1289,43.9818824,-78.1749826,'Division Street','Cobourg','Ontario','K9A 5Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1290,1290,44.0163071,-78.1478472,'Northumberland 45','Cobourg','Ontario','K9A 4J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1291,1291,43.966815,-78.289372,'Ontario Street','Port Hope','Ontario','L1A 2W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1292,1292,43.950648,-78.279423,'Peter Street','Port Hope','Ontario','L1A 1C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1293,1293,43.977981,-78.194651,'White Street','Cobourg','Ontario','K9A 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1294,1294,43.9697265,-78.2044876,'Elgin Street West','Cobourg','Ontario','K9A 5T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1295,1295,43.964822,-78.145645,'King Street East','Cobourg','Ontario','K9A 1M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1296,1296,43.9666054,-78.1681988,'Division Street','Cobourg','Ontario','K9A 3S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1297,1297,43.980572,-78.174496,'Division Street','Cobourg','Ontario','K9A 5Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1298,1298,43.9809767,-78.1739026,'Division Street','Cobourg','Ontario','K9A 5Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1299,1299,43.981393,-78.1755841,'Division Street','Cobourg','Ontario','K9A 5Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1300,1300,43.9779835,-78.194649,'White Street','Cobourg','Ontario','K9A 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1301,1301,43.972137,-78.286398,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1302,1302,43.9723062,-78.2864679,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1303,1303,43.9724972,-78.2872093,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1304,1304,43.9489563,-78.2881221,'Peter Street','Port Hope','Ontario','L1A 1C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1305,1305,43.9727171,-78.287355,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1306,1306,43.9727171,-78.287355,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1307,1307,45.233783,-74.1191303,'Chemin Larocque','Salaberry-de-Valleyfield','Quebec','J6T 4C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1308,1308,45.2634076,-74.132492,'Rue de Grande-Île','Salaberry-de-Valleyfield','Quebec','J6S 3L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1309,1309,45.2561021,-74.1375842,'Rue Victoria','Salaberry-de-Valleyfield','Quebec','J6T 1B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1310,1310,45.2372417,-74.1220978,'Chemin Larocque','Salaberry-de-Valleyfield','Quebec','J6T 4C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1311,1311,45.261475,-74.131544,'Rue de Grande-Île','Salaberry-de-Valleyfield','Quebec','J6S 3L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1312,1312,45.243929,-74.122667,'Boulevard Sainte-Marie','Salaberry-de-Valleyfield','Quebec','J6T 3B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1313,1313,45.2464762,-74.1299685,'Chemin Larocque','Salaberry-de-Valleyfield','Quebec','J6T 4B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1314,1314,45.274377,-74.087617,'Boulevard Hébert','Salaberry-de-Valleyfield','Quebec','J6S 1C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1315,1315,45.2722527,-74.196261,'Théophile-Brassard','Coteau-du-Lac','Quebec','J0P 1B0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1316,1316,45.29802,-74.180077,'Québec 201','Coteau-du-Lac','Quebec','J0P 1B0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1317,1317,45.256559,-74.213202,'Rue Principale','Les Coteaux','Quebec','J7X 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1318,1318,45.3105669,-74.1530024,'Chemin Saint-Emmanuel','Coteau-du-Lac','Quebec','J0P 1B0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1319,1319,45.265404,-74.220074,'Montée du Comté','Les Coteaux','Quebec','J7X 1A8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1320,1320,45.2900784,-74.0389149,'Boulevard Hébert','Salaberry-de-Valleyfield','Quebec','J6S 6H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1321,1321,45.293805,-74.03321,'Boulevard Hébert','Salaberry-de-Valleyfield','Quebec','J6S 6A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1322,1322,45.2712627,-74.1244228,'Boulevard Monseigneur-Langlois','Salaberry-de-Valleyfield','Quebec','J6S 5R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1323,1323,45.2456031,-74.1215738,'Rue Jacques-Cartier','Salaberry-de-Valleyfield','Quebec','J6T 4S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1324,1324,45.34352,-74.086978,'Chemin Saint-Féréol','Les Cèdres','Quebec','J7T 1N2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1325,1325,45.2640274,-74.128581,'Rue Maden','Salaberry-de-Valleyfield','Quebec','J6S 3V2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1326,1326,45.2697231,-74.1368629,'Boulevard Monseigneur-Langlois','Salaberry-de-Valleyfield','Quebec','J6S 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1327,1327,45.4605758,-73.6354698,'Rue Sherbrooke Ouest','Montréal','Quebec','H4B 1P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1328,1328,45.4531136,-73.5842883,'Avenue Woodland','Montréal','Quebec','H4E 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1329,1329,45.490043,-73.6424735,'Boulevard Décarie','Montréal','Quebec','H3W 3E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1330,1330,45.4395377,-73.6215115,'Rue Lapierre','Montréal','Quebec','H8N 1B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1331,1331,45.4848116,-73.6329698,'Boulevard Décarie','Montréal','Quebec','H3X 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1332,1332,45.4865051,-73.6367737,'Boulevard Décarie','Montréal','Quebec','H3X 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1333,1333,45.4746859,-73.609007,'Boulevard Décarie','Montréal','Quebec','H4A 3J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1334,1334,45.481306,-73.577417,'Rue Notre-Dame Ouest','Montréal','Quebec','H3J 1P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1335,1335,45.4328652,-73.6465761,'Avenue Lafleur','Montréal','Quebec','H8R 3H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1336,1336,45.3880506,-73.5575893,'Boulevard des Écluses','Sainte-Catherine','Quebec','J5C 2B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1337,1337,45.431399,-73.619199,'Boulevard Shevchenko','Montréal','Quebec','H8N 1N9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1338,1338,45.4365337,-73.6248124,'Boulevard Newman','Montréal','Quebec','H8N 1X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1339,1339,45.4280536,-73.6299924,'Avenue Dollard','Montréal','Quebec','H8N 1T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1340,1340,45.4476812,-73.6104324,'Boulevard Newman','Montréal','Quebec','H8N 1X1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1341,1341,45.4325945,-73.6373525,'Avenue Dollard','Montréal','Quebec','H8N 1S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1342,1342,45.421889,-73.635118,'Rue Airlie','Montréal','Quebec','H8R 2A7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1343,1343,45.435359,-73.645444,'Avenue Lafleur','Montréal','Quebec','H8R 3H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1344,1344,45.4439003,-73.6483328,'Rue Saint-Jacques','Montréal','Quebec','H8R 1E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1345,1345,45.44398,-73.6483358,'Rue Saint-Jacques','Montréal','Quebec','H8R 1E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1346,1346,45.4627754,-73.5789028,'Avenue de l''Église','Montréal','Quebec','H4G 2N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1347,1347,45.57679,-73.327252,'Chemin du Fer-à-Cheval','Sainte-Julie','Quebec','J3E 2T5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1348,1348,45.6522278,-73.5113209,'Rue Sherbrooke Est','Montréal','Quebec','H1B 1C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1349,1349,45.5384517,-73.4799565,'Boulevard Roland-Therrien','Longueuil','Quebec','J4J 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1350,1350,45.579276,-73.447476,'Boulevard de Mortagne','Boucherville','Quebec','J4B 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1351,1351,45.614508,-73.442635,'Rue de Montbrun','Boucherville','Quebec','J4B 5E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1352,1352,45.6207509,-73.4551938,'Boulevard Marie-Victorin','Boucherville','Quebec','J4B 1Y2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1353,1353,45.6314975,-73.3894567,'Boulevard Lionel-Boulet','Varennes','Quebec','J3X 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1354,1354,45.5752832,-73.446529,'','Boucherville','Quebec','J4B 5M7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1355,1355,45.567917,-73.45089,'Boulevard Jacques-Cartier Est','Longueuil','Quebec','J4N 1L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1356,1356,45.567442,-73.449538,'Boulevard Jacques-Cartier Est','Longueuil','Quebec','J4N 1P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1357,1357,45.654657,-73.419875,'Boulevard Lionel-Boulet','Varennes','Quebec','J3X 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1358,1358,45.5669242,-73.4053421,'Boulevard de Montarville','Boucherville','Quebec','J4B 8T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1359,1359,45.6260462,-73.5021997,'Rue Notre-Dame Est','Montréal-Est','Quebec','H1B 2V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1360,1360,45.6146011,-73.506546,'Rue Notre-Dame Est','Montréal-Est','Quebec','H1L 3R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1361,1361,45.6434697,-73.5135224,'Rue Sherbrooke Est','Montréal','Quebec','H1B 1C5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1362,1362,45.667378,-73.430783,'Rue de la Gabelle','Varennes','Quebec','J3X 1Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1363,1363,45.6323436,-73.5069701,'Avenue Broadway','Montréal-Est','Quebec','H1B 5A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1364,1364,45.5795172,-73.3576428,'Rue Principale','Sainte-Julie','Quebec','J3E 3S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1365,1365,45.5952833,-73.5118691,'Rue Notre-Dame Est','Montréal','Quebec','H1L 3L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1366,1366,45.642216,-73.505248,'Boulevard Saint-Jean-Baptiste','Montréal','Quebec','H1B 4A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1367,1367,46.5235975,-84.3189217,'Great Northern Road','Sault Ste. Marie','Ontario','P6B 4Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1368,1368,46.5373379,-84.3500127,'Wellington Street West','Sault Ste. Marie','Ontario','P6C 3V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1369,1369,46.5096645,-84.301161,'Trunk Road','Sault Ste. Marie','Ontario','P6A 3S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1370,1370,46.53806,-84.3184382,'Great Northern Road','Sault Ste. Marie','Ontario','P6B 4Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1371,1371,46.4918262,-84.3423853,'East Easterday Avenue','Sault Ste. Marie','Michigan','49783'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1372,1372,46.5365528,-84.3458585,'Carmen''s Way','Sault Ste. Marie','Ontario','P6C 3L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1373,1373,46.4911897,-84.3684747,'West Easterday Avenue','Sault Ste. Marie','Michigan','49783'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1374,1374,46.5228372,-84.2701657,'Trunk Road','Sault Ste. Marie','Ontario','P6A 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1375,1375,46.5237072,-84.3443119,'Wellington Street West','Sault Ste. Marie','Ontario','P6A 1H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1376,1376,46.4746674,-84.3215728,'Shunk Road','Sault Ste. Marie','Michigan','49783'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1377,1377,46.5220293,-84.3079299,'McNabb Street','Sault Ste. Marie','Ontario','P6B 1Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1378,1378,46.5305369,-84.3610148,'Korah Road','Sault Ste. Marie','Ontario','P6C 4G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1379,1379,46.5200872,-84.3200853,'Bruce Street','Sault Ste. Marie','Ontario','P6B 1R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1380,1380,46.4969139,-84.3457671,'East Spruce Street','Sault Ste. Marie','Michigan','49783'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1381,1381,46.523007,-84.270252,'Trunk Road','Sault Ste. Marie','Ontario','P6A 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1382,1382,46.5383233,-84.3082858,'Second Line East','Sault Ste. Marie','Ontario','P6B 4K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1383,1383,46.4786695,-84.354347,'Ashmun Street','Sault Ste. Marie','Michigan','49783'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1384,1384,46.5533718,-84.3186418,'Third Line East','Sault Ste. Marie','Ontario','P6A 6J8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1385,1385,46.5534862,-84.3190306,'Trans-Canada Highway','Sault Ste. Marie','Ontario','P6A 5K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1386,1386,46.5366138,-84.3824509,'Second Line West','Sault Ste. Marie','Ontario','P6C 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1387,1387,49.0366957,-122.2926253,'McCallum Road','Abbotsford','British Columbia','V2S 3M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1388,1388,49.0401954,-122.3375401,'Clearbrook Road','Abbotsford','British Columbia','V2T 2X1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1389,1389,49.051526,-122.333,'South Fraser Way','Abbotsford','British Columbia','V2T 1W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1390,1390,49.055761,-122.272194,'Immel Street','Abbotsford','British Columbia','V2S 7E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1391,1391,49.051703,-122.3252456,'South Fraser Way','Abbotsford','British Columbia','V2T 1X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1392,1392,49.054715,-122.326345,'Trethewey Street','Abbotsford','British Columbia','V2T 4X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1393,1393,49.055581,-122.381953,'Fraser Highway','Abbotsford','British Columbia','V4X 1G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1394,1394,49.038531,-122.270525,'Sumas Way','Abbotsford','British Columbia','V2S 8H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1395,1395,49.047174,-122.268533,'Old Yale Road','Abbotsford','British Columbia','V2S 8G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1396,1396,49.0374909,-122.2687798,'Sumas Way','Abbotsford','British Columbia','V2S 4L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1397,1397,49.051072,-122.32418,'South Fraser Way','Abbotsford','British Columbia','V2T 1X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1398,1398,49.054912,-122.31641,'George Ferguson Way','Abbotsford','British Columbia','V2T 4V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1399,1399,49.0548057,-122.3157455,'George Ferguson Way','Abbotsford','British Columbia','V2T 4V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1400,1400,49.0344546,-122.3371174,'Clearbrook Road','Abbotsford','British Columbia','V2T 5X4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1401,1401,49.045266,-122.293795,'McCallum Road','Abbotsford','British Columbia','V2S 3N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1402,1402,49.0366307,-122.293927,'McCallum Road','Abbotsford','British Columbia','V2S 3N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1403,1403,49.0554719,-122.3707383,'Blue Jay Street','Abbotsford','British Columbia','V2T 5P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1404,1404,49.054704,-122.376166,'Matsqui Place','Abbotsford','British Columbia','V2T 6L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1405,1405,49.0659415,-122.3804536,'Blueridge Drive','Abbotsford','British Columbia','V4X 2M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1406,1406,49.056654,-122.27243,'Immel Street','Abbotsford','British Columbia','V2S 4L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1407,1407,50.5726155,-111.867814,'Cassils Road East','Brooks','Alberta','T1R 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1408,1408,50.5544794,-111.8829306,'7 Street East','','Alberta','T0J 3K0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1409,1409,50.5663713,-111.8994641,'2 Street West','Brooks','Alberta','T1R 0S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1410,1410,50.574565,-111.896723,'2 Street West','Brooks','Alberta','T1R 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1411,1411,50.566268,-111.899364,'2 Street West','Brooks','Alberta','T1R 0S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1412,1412,50.5771457,-111.8967571,'2 Street West','Brooks','Alberta','T1R 1E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1413,1413,50.5727275,-111.8680929,'Cassils Road East','Brooks','Alberta','T1R 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1414,1414,50.5855172,-111.8964648,'2A Street West','Brooks','Alberta','T1R 0V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1415,1415,50.595319,-111.8982845,'Botwell Crescent','Duchess','Alberta','T0J 0Z0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1416,1416,50.575035,-111.8988444,'8 Avenue West','Brooks','Alberta','T1R 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1417,1417,50.571934,-111.89794,'Cassils Road West','Brooks','Alberta','T1R 0E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1418,1418,50.5661567,-111.8837947,'Sutherland Drive East','Brooks','Alberta','T1R 0H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1419,1419,50.574565,-111.896723,'2 Street West','Brooks','Alberta','T1R 1A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1420,1420,50.5657093,-111.8977868,'2 Avenue West','Brooks','Alberta','T1R 0R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1421,1421,50.5724732,-111.9011951,'4 Street West','Brooks','Alberta','T1R 0W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1422,1422,50.5555825,-111.8850172,'Industrial Road East','Millicent','Alberta','T0J 2A0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1423,1423,50.5553025,-111.8941252,'Canal Street','Brooks','Alberta','T1R 1B9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1424,1424,50.698662,-119.29579,'Lakeshore Drive West','Salmon Arm','British Columbia','V1E 1E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1425,1425,50.700599,-119.283345,'Trans-Canada Highway','Salmon Arm','British Columbia','V1E 4R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1426,1426,50.666533,-119.228206,'46 Avenue Southeast','Salmon Arm','British Columbia','V1E 2W1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1427,1427,50.7065016,-119.2493022,'10th Avenue Northeast','Salmon Arm','British Columbia','V1E 2S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1428,1428,50.6999495,-119.2887831,'3 Street Northwest','Salmon Arm','British Columbia','V1E 1E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1429,1429,50.6994382,-119.2856525,'Trans-Canada Highway','Salmon Arm','British Columbia','V1E 1V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1430,1430,50.7075587,-119.2522811,'10th Avenue Northeast','Salmon Arm','British Columbia','V1E 2S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1431,1431,50.7534491,-119.2167905,'Canoe Beach Drive Northeast','Canoe','British Columbia','V0E 1K0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1432,1432,50.700449,-119.283565,'Trans-Canada Highway','Salmon Arm','British Columbia','V1E 4R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1433,1433,50.6973888,-119.2972164,'10 Street Southwest','Salmon Arm','British Columbia','V1E 1T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1434,1434,50.656419,-119.199452,'Mellor Frtg Road','','British Columbia','V0E 1V3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1435,1435,50.7731926,-119.3398234,'Trans-Canada Highway','','British Columbia','J4Y 0K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1436,1436,49.244117,-124.808184,'3rd Avenue','Port Alberni','British Columbia','V9Y 4G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1437,1437,49.245013,-124.792366,'Redford Street','Port Alberni','British Columbia','V9Y 3S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1438,1438,49.259353,-124.8094583,'Johnston Road','Port Alberni','British Columbia','V9Y 5M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1439,1439,49.2635583,-124.8207848,'Beaver Creek Road','Port Alberni','British Columbia','V9Y 7E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1440,1440,49.2653505,-124.7891333,'Johnston Road','Port Alberni','British Columbia','V9Y 5N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1441,1441,49.259727,-124.81711,'River Road','Port Alberni','British Columbia','V9Y 6Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1442,1442,49.264643,-124.793929,'Johnston Road','Port Alberni','British Columbia','V9Y 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1443,1443,49.2638405,-124.7944025,'Johnston Road','Port Alberni','British Columbia','V9Y 5N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1444,1444,49.245852,-124.798394,'10th Avenue','Port Alberni','British Columbia','V9Y 4W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1445,1445,49.2665216,-124.784932,'Johnston Road','Port Alberni','British Columbia','V9Y 8K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1446,1446,49.2669192,-124.7862029,'Johnston Road','Port Alberni','British Columbia','V9Y 7M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1447,1447,49.277968,-124.884629,'Pacific Rim Highway','Port Alberni','British Columbia','V9Y 9E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1448,1448,44.7406908,-79.91571,'','Midland','Ontario',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1449,1449,44.741484,-79.861971,'William Street','Midland','Ontario','L4R 4Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1450,1450,44.750158,-79.88698,'Dominion Avenue','Midland','Ontario','L4R 4K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1451,1451,44.7402612,-79.8973053,'Yonge Street','Midland','Ontario','L4R 2E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1452,1452,44.740239,-79.897353,'Yonge Street','Midland','Ontario','L4R 2E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1453,1453,44.7401435,-79.9128779,'County Road 93','Midland','Ontario','L4R 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1454,1454,44.7389951,-79.9129947,'County Road 93','Midland','Ontario','L4R 4K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1455,1455,44.757347,-79.899522,'Marina Park Avenue','Midland','Ontario','L4R 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1456,1456,44.752427,-79.903622,'Vindin Street','Midland','Ontario','L4R 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1457,1457,44.752427,-79.903622,'Vindin Street','Midland','Ontario','L4R 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1458,1458,44.752436,-79.903695,'Vindin Street','Midland','Ontario','L4R 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1459,1459,44.740667,-79.91595,'','Midland','Ontario',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1460,1460,44.7487791,-79.9232191,'Vindin Street','Midland','Ontario','L4R 4L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1461,1461,44.7597525,-79.9548417,'Lafontaine Road','Penetanguishene','Ontario','L9M 1P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1462,1462,44.6997131,-79.9654975,'County Road 6 South','','Ontario','L0L 2J0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1463,1463,55.204492,-118.793247,'100 Street','Grande Prairie','Alberta','T8V 4H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1464,1464,55.170204,-118.825908,'100 Avenue','Grande Prairie','Alberta','T8V 3J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1465,1465,55.170039,-118.788813,'99 Avenue','Grande Prairie','Alberta','T8V 0R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1466,1466,55.1858846,-118.8115282,'117 Avenue','Grande Prairie','Alberta','T8V 7N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1467,1467,55.1558535,-118.8137241,'84 Avenue','Grande Prairie','Alberta','T8V 7G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1468,1468,55.141016,-118.775629,'Poplar Drive','Grande Prairie','Alberta','T8W 1H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1469,1469,55.169946,-118.858294,'99 Avenue','Grande Prairie','Alberta','T8W 0C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1470,1470,55.1702908,-118.7826532,'96 Street','Grande Prairie','Alberta','T8V 0T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1471,1471,55.1699396,-118.7986152,'99 Avenue','Grande Prairie','Alberta','T8V 2P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1472,1472,55.1628172,-118.7684033,'92 Avenue','Grande Prairie','Alberta','T8X 0A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1473,1473,55.1637034,-118.8218772,'108 Street','Grande Prairie','Alberta','T8V 4C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1474,1474,55.184909,-118.78141,'96 Street','Grande Prairie','Alberta','T8V 6R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1475,1475,55.1712,-118.825697,'100 Avenue','Grande Prairie','Alberta','T8V 7G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1476,1476,55.151659,-118.821352,'79 Avenue','Grande Prairie','Alberta','T8W 2L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1477,1477,55.1675603,-118.8379898,'97 Avenue','Grande Prairie','Alberta','T8V 5Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1478,1478,55.1429664,-118.8016092,'Kateri Drive','Grande Prairie','Alberta','T8W 0H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1479,1479,55.1699319,-118.8429664,'','Grande Prairie','Alberta',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1480,1480,55.167698,-118.842828,'','Grande Prairie','Alberta','T8V 5S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1481,1481,55.200301,-118.79327,'100 Street','Grande Prairie','Alberta','T8V 4H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1482,1482,55.175249,-118.8448481,'104 Avenue','Grande Prairie','Alberta','T8V 3X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1483,1483,49.8832723,-119.4953655,'Harvey Avenue','Kelowna','British Columbia','V1Y 6C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1484,1484,49.860614,-119.588105,'Ross Road','West Kelowna','British Columbia','V1Z 3E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1485,1485,49.8727469,-119.54495,'Boucherie Road','West Kelowna','British Columbia','V1Z 2E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1486,1486,49.82976,-119.6257,'Okanagan Highway','West Kelowna','British Columbia','V4T 1P6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1487,1487,49.8292775,-119.6314977,'Main Street','West Kelowna','British Columbia','V4T 2H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1488,1488,49.8280966,-119.6346058,'Dobbin Road','West Kelowna','British Columbia','V4T 2J6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1489,1489,49.8616995,-119.4915933,'','Kelowna','British Columbia','V1W 3T1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1490,1490,49.8660848,-119.5729338,'Stevens Road','West Kelowna','British Columbia','V1Z 2S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1491,1491,49.828188,-119.6313659,'Dobbin Road','West Kelowna','British Columbia','V4T 2G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1492,1492,49.8652674,-119.5654997,'Industrial Road','West Kelowna','British Columbia','V1Z 1G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1493,1493,49.8785743,-119.5368588,'Nancee Way','Kelowna','British Columbia','V1Z 3J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1494,1494,49.8547903,-119.5896655,'East Boundary Road','','British Columbia','V4T 2H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1495,1495,49.845271,-119.480999,'Gordon Drive','Kelowna','British Columbia','V1W 3Y3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1496,1496,49.857598,-119.59241,'Ross Road','West Kelowna','British Columbia','V1Z 3G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1497,1497,49.8605193,-119.4737099,'Gordon Drive','Kelowna','British Columbia','V1W 3N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1498,1498,49.881555,-119.464381,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1499,1499,49.8823658,-119.4555678,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1500,1500,49.8612782,-119.4553433,'K. L. O. Road','Kelowna','British Columbia','V1W 2H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1501,1501,49.8814111,-119.4532354,'Harvey Avenue','Kelowna','British Columbia','V1Y 6G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1502,1502,49.8281504,-119.6303407,'Dobbin Road','West Kelowna','British Columbia','V4T 2G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1503,1503,46.817762,-71.3308922,'Boulevard de l''Ormière','Quebec','Quebec','G1P 1K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1504,1504,46.7970083,-71.239803,'Boulevard René-Lévesque Ouest','Quebec','Quebec','G1S 1T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1505,1505,46.817604,-71.250871,'Boulevard Wilfrid-Hamel','Quebec','Quebec','G1M 2T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1506,1506,46.766532,-71.3108172,'Chemin des Quatre-Bourgeois','Quebec','Quebec','G1W 2K9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1507,1507,46.7890215,-71.2700227,'Chemin Sainte-Foy','Quebec','Quebec','G1V 1R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1508,1508,46.8116651,-71.2937848,'Boulevard Central','Quebec','Quebec','G1P 3P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1509,1509,46.823284,-71.319143,'Boulevard Lebourgneuf','Quebec','Quebec','G2C 1S2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1510,1510,46.7479766,-71.3454351,'Rue Saint-Félix','Quebec','Quebec','G1Y 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1511,1511,46.806048,-71.315963,'Boulevard Wilfrid-Hamel','Quebec','Quebec','G1P 2J4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1512,1512,46.806351,-71.31494,'Boulevard Wilfrid-Hamel','Quebec','Quebec','G1P 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1513,1513,46.7670491,-71.375837,'Avenue Jules-Verne','Quebec','Quebec','G2G 2R3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1514,1514,46.808833,-71.349851,'Rue Saint-Jean-Baptiste','L''Ancienne-Lorette','Quebec','G2E 4S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1515,1515,46.7893197,-71.3546095,'Boulevard Wilfrid-Hamel','L''Ancienne-Lorette','Quebec','G2E 2J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1516,1516,46.808578,-71.367332,'Rue Notre-Dame','L''Ancienne-Lorette','Quebec','G2E 5A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1517,1517,46.7807749,-71.3297488,'Avenue Watt','Quebec','Quebec','G1X 4W2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1518,1518,46.816107,-71.372969,'Boulevard Chauveau Ouest','Quebec','Quebec','G2E 1A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1519,1519,46.8086937,-71.3831878,'Rue J.-F.-Martel','Quebec','Quebec','G2E 4A9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1520,1520,46.822683,-71.336638,'Boulevard de l''Ormière','Quebec','Quebec','G1P 1K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1521,1521,46.834418,-71.354382,'Boulevard de l''Ormière','Quebec','Quebec','G2B 3K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1522,1522,46.812288,-71.310258,'Boulevard Père-Lelièvre','Quebec','Quebec','G1P 2X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1523,1523,53.2810681,-113.5400526,'45 Street','Leduc','Alberta','T9E 7E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1524,1524,53.273413,-113.5517747,'50 Street','Leduc','Alberta','T9E 0R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1525,1525,53.2756566,-113.5499216,'50 Street','Leduc','Alberta','T9E 6P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1526,1526,53.2657367,-113.5927396,'Deer Valley Drive','Leduc','Alberta','T9E 0S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1527,1527,53.2717132,-113.5431516,'45 Street','Leduc','Alberta','T9E 7B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1528,1528,53.256099,-113.548507,'50 Street','Leduc','Alberta','T9E 6J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1529,1529,53.257737,-113.540564,'Black Gold Drive','Leduc','Alberta','T9E 5Y5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1530,1530,53.264429,-113.559479,'50th Avenue','Leduc','Alberta','T9E 6T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1531,1531,53.243746,-113.541922,'Southfork Drive','Leduc','Alberta','T9E 0E9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1532,1532,53.239902,-113.5374506,'Simmonds Way','Leduc','Alberta','T9E 0E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1533,1533,53.264516,-113.59131,'West Haven Boulevard','Leduc','Alberta','T9E 0J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1534,1534,53.3095689,-113.5337608,'11 Avenue','Nisku','Alberta','T9E 7N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1535,1535,53.26552,-113.65837,'Range Road 260','','Alberta','T9G 0K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1536,1536,53.332351,-113.540157,'18 Avenue','Nisku','Alberta','T9E 7T5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1537,1537,53.335497,-113.54187,'19 Avenue','Nisku','Alberta','T9E 0W8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1538,1538,53.337369,-113.5424,'Sparrow Drive','Nisku','Alberta','T9E 8L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1539,1539,53.3386154,-113.5424218,'20 Avenue','Nisku','Alberta','T9E 7Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1540,1540,53.3010331,-113.5440432,'Sparrow Drive','Leduc','Alberta','T9E 7G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1541,1541,53.2691231,-113.5517495,'50 Street','Leduc','Alberta','T9E 6Z7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1542,1542,53.263755,-113.552115,'50 Street','Leduc','Alberta','T9E 6W5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1543,1543,50.215387,-66.363832,'Rue Comeau','Sept-Îles','Quebec','G4R 1H8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1544,1544,50.2221086,-66.4040659,'Boulevard des Montagnais','','Quebec','G4R 5P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1545,1545,50.224466,-66.355442,'Rue Saint Laurent','Sept-Îles','Quebec','G4R 5K4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1546,1546,50.22423,-66.390338,'Boulevard Laure','Sept-Îles','Quebec','G4R 1Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1547,1547,50.208358,-66.385653,'Avenue Cartier','Sept-Îles','Quebec','G4R 2T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1548,1548,50.215154,-66.378994,'Boulevard Laure','Sept-Îles','Quebec','G4R 1X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1549,1549,50.21625,-66.379069,'Boulevard Laure','Sept-Îles','Quebec','G4R 1X9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1550,1550,50.2183738,-66.4027834,'Rue du Vieux Poste','Sept-Îles','Quebec','G4R 5B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1551,1551,50.230999,-66.392838,'Boulevard Laure','Sept-Îles','Quebec','G4S 1C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1552,1552,50.2725282,-66.4156848,'Boulevard Laure','Sept-Îles','Quebec','G4R 4K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1553,1553,50.2156495,-66.3793004,'Rue Régnault','Sept-Îles','Quebec','G4R 1X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1554,1554,50.2674929,-66.4054903,'Boulevard Laure','Sept-Îles','Quebec','G4R 4K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1555,1555,50.2672371,-66.4055275,'Boulevard Laure','Sept-Îles','Quebec','G4R 4K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1556,1556,50.206525,-66.382502,'Rue Napoléon','Sept-Îles','Quebec','G4R 3K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1557,1557,50.2083815,-66.3856044,'Avenue Cartier','Sept-Îles','Quebec','G4R 2T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1558,1558,50.215238,-66.3788401,'Boulevard Laure','Sept-Îles','Quebec','G4R 1X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1559,1559,50.215773,-66.3950773,'Avenue de Quen','Sept-Îles','Quebec','G4R 2S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1560,1560,50.217447,-66.36852,'Rue Comeau','Sept-Îles','Quebec','G4R 1J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1561,1561,50.2183738,-66.4027834,'Rue du Vieux Poste','Sept-Îles','Quebec','G4R 5B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1562,1562,50.2220909,-66.4040778,'Boulevard des Montagnais','','Quebec','G4R 5P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1563,1563,43.0059578,-79.2522171,'Niagara Street','Welland','Ontario','L3C 1L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1564,1564,42.9744993,-79.2359932,'Ontario Road','Welland','Ontario','L3B 5E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1565,1565,42.985209,-79.258351,'Lincoln Street','Welland','Ontario','L3C 5J7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1566,1566,42.993262,-79.228921,'East Main Street','Welland','Ontario','L3B 3Z1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1567,1567,43.0131332,-79.2326611,'River Road','Welland','Ontario','L3B 5N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1568,1568,43.0498146,-79.2744969,'Highway 20 East','Pelham','Ontario','L0S 1E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1569,1569,43.059803,-79.2509819,'Ontario 20','Thorold','Ontario','L0S 1E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1570,1570,43.059559,-79.250554,'Merrittville Highway','Welland','Ontario','L0S 1E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1571,1571,42.9059309,-79.2659773,'West Side Road','Port Colborne','Ontario','L3K 5L2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1572,1572,43.0138157,-79.2301581,'Primeway Drive','Welland','Ontario','L3B 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1573,1573,43.007961,-79.285898,'South Pelham Road','Welland','Ontario','L3C 3C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1574,1574,42.900959,-79.2338429,'Main Street East','Port Colborne','Ontario','L3K 1S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1575,1575,42.9930379,-79.2359921,'Crowland Avenue','Welland','Ontario','L3B 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1576,1576,42.983779,-79.251613,'King Street','Welland','Ontario','L3B 3K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1577,1577,42.98437,-79.241611,'Lincoln Street','Welland','Ontario','L3B 4N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1578,1578,42.993684,-79.237703,'East Main Street','Welland','Ontario','L3B 3X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1579,1579,42.9951885,-79.2654246,'Fitch Street','Welland','Ontario','L3C 4V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1580,1580,43.003781,-79.252897,'Niagara Street','Welland','Ontario','L3C 1L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1581,1581,43.0034132,-79.2705279,'Thorold Road','Welland','Ontario','L3C 6H5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1582,1582,43.012516,-79.250349,'Niagara Street','Welland','Ontario','L3C 1M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1583,1583,48.445082,-68.517533,'Avenue de la Cathédrale','Rimouski','Quebec','G5L 5K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1584,1584,48.4455573,-68.51836,'Avenue de la Cathédrale','Rimouski','Quebec','G5L 5K1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1585,1585,48.449713,-68.531662,'Avenue Saint-Louis','Rimouski','Quebec','G5L 5P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1586,1586,48.441108,-68.533453,'Rue Notre Dame Ouest','Rimouski','Quebec','G5L 4N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1587,1587,48.4606985,-68.5180149,'Rue Saint Germain Est','Rimouski','Quebec','G5L 9B2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1588,1588,48.438636,-68.550251,'Boulevard Saint Germain','Rimouski','Quebec','G5L 3N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1589,1589,48.4335106,-68.5206147,'Avenue Sirois','Rimouski','Quebec','G5L 8R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1590,1590,48.430718,-68.583978,'Boulevard Saint Germain','Rimouski','Quebec','G5L 3T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1591,1591,48.3935304,-68.479135,'Route des Pionniers','Rimouski','Quebec','G5N 5M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1592,1592,48.5135995,-68.4596875,'Boulevard Sainte-Anne','Rimouski','Quebec','G5M 1P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1593,1593,48.4631171,-68.5174085,'Boulevard Jessop','Rimouski','Quebec','G5L 1M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1594,1594,48.4480784,-68.5345994,'Rue Saint Germain Ouest','Rimouski','Quebec','G5L 4B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1595,1595,48.448011,-68.534543,'Rue Saint Germain Ouest','Rimouski','Quebec','G5L 4B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1596,1596,48.441112,-68.5333209,'Rue Notre Dame Ouest','Rimouski','Quebec','G5L 4N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1597,1597,48.4378803,-68.5358012,'Boulevard de la Rivière','Rimouski','Quebec','G5L 4N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1598,1598,48.4376057,-68.5359758,'Boulevard de la Rivière','Rimouski','Quebec','G5L 4N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1599,1599,48.462806,-68.516945,'Boulevard Jessop','Rimouski','Quebec','G5L 1M9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1600,1600,48.4564971,-68.500478,'2e Rue East','Rimouski','Quebec','G5M 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1601,1601,48.458072,-68.498096,'','Rimouski','Quebec',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1602,1602,56.2330212,-120.8403709,'Sikanni Road','Fort St. John','British Columbia','V1J 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1603,1603,48.4585598,-68.4972747,'Montée Industrielle-et-Commerciale','Rimouski','Quebec','G5M 1X1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1604,1604,56.250869,-120.84708,'100 Street','Fort St. John','British Columbia','V1J 3Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1605,1605,56.241603,-120.807144,'78 Street','Fort St. John','British Columbia','V1J 4J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1606,1606,56.2459909,-120.7974368,'100 Avenue','Fort St. John','British Columbia','V1J 5T8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1607,1607,56.246224,-120.830106,'100 Avenue','Fort St. John','British Columbia','V1J 1X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1608,1608,56.2473061,-120.8557686,'101 Avenue','Fort St. John','British Columbia','V1J 2B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1609,1609,56.236705,-120.7943845,'72 Street','Fort St. John','British Columbia','V1J 0B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1610,1610,56.2426773,-120.8662008,'Alaska Road South','Fort St. John','British Columbia','V1J 0P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1611,1611,56.2372864,-120.8468306,'100 Street','Fort St. John','British Columbia','V1J 5Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1612,1612,56.233574,-120.839643,'Alaska Road','Fort St. John','British Columbia','V1J 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1613,1613,56.233497,-120.839762,'Alaska Road South','Fort St. John','British Columbia','V1J 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1614,1614,56.27443,-120.953421,'Charlie Lake Frontage Road','Charlie Lake','British Columbia','V0C 1H0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1615,1615,56.2470527,-120.7884687,'Airport Road','Fort St. John','British Columbia','V1J 4H8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1616,1616,56.2476259,-120.8753642,'Alaska Road North','Fort St. John','British Columbia','V1J 4H9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1617,1617,56.2468315,-120.8580893,'100 Avenue','Fort St. John','British Columbia','V1J 1Z3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1618,1618,56.246444,-120.857903,'100 Avenue','Fort St. John','British Columbia','V1J 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1619,1619,56.2428572,-120.8468919,'100 Street','Fort St. John','British Columbia','V1J 3X7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1620,1620,56.2610088,-120.8483444,'100 Street','Fort St. John','British Columbia','V1J 0S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1621,1621,56.242381,-120.86115,'Alaska Road North','Fort St. John','British Columbia','V1J 5T5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1622,1622,56.2409159,-120.862543,'109 Street','Fort St. John','British Columbia','V1J 6K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1623,1623,50.0306404,-125.2739339,'16 Avenue','Campbell River','British Columbia','V9W 8E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1624,1624,50.01464,-125.284566,'Brant Drive','Campbell River','British Columbia','V9H 1V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1625,1625,50.000266,-125.247454,'','Campbell River','British Columbia','V9W 6K6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1626,1626,50.0243647,-125.2556458,'Ironwood Street','Campbell River','British Columbia','V9W 5K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1627,1627,50.03237,-125.264181,'North Island Highway','Campbell River','British Columbia','V9W 3G2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1628,1628,49.9667638,-125.2094679,'South Island Highway','Campbell River','British Columbia','V9W 1C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1629,1629,50.032807,-125.268936,'Island Highway','Campbell River','British Columbia','V9W 4M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1630,1630,49.9500921,-125.2002836,'South Island Highway','Campbell River','British Columbia','V9H 1W2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1631,1631,50.025958,-125.24216,'Island Highway','Campbell River','British Columbia','V9W 2C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1632,1632,50.0330506,-125.2744731,'Island Highway','Campbell River','British Columbia','V9W 3M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1633,1633,50.024318,-125.255695,'Ironwood Street','Campbell River','British Columbia','V9W 5K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1634,1634,50.0341765,-125.2483429,'Island Highway','Campbell River','British Columbia','V9W 2E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1635,1635,50.0360476,-125.2452147,'Island Highway','Campbell River','British Columbia','V9W 8C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1636,1636,50.030888,-125.2631622,'Maple Street','Campbell River','British Columbia','V9W 3G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1637,1637,50.032844,-125.268952,'Island Highway','Campbell River','British Columbia','V9W 4M6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1638,1638,50.0306404,-125.2739339,'16 Avenue','Campbell River','British Columbia','V9W 8E8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1639,1639,49.989133,-125.227304,'South Island Highway','Campbell River','British Columbia','V9W 1B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1640,1640,50.05815,-125.2748499,'North Island Highway','Campbell River','British Columbia','V9W 2J2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1641,1641,44.574543,-80.9153047,'16th Street East','Owen Sound','Ontario','N0H 1V0'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1642,1642,44.5681016,-80.9418904,'10th Street East','Owen Sound','Ontario','N4K 1S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1643,1643,44.57341,-80.926052,'16th Street East','Owen Sound','Ontario','N4K 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1644,1644,44.5174276,-80.9814514,'Grey County Road 18','Owen Sound','Ontario','N4K 5N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1645,1645,44.57546,-80.909601,'16th Street East','Owen Sound','Ontario','N4K 5N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1646,1646,44.5240453,-80.9181821,'Highway 6','Owen Sound','Ontario','N4K 5N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1647,1647,44.575551,-80.91533,'17th Street East','Owen Sound','Ontario','N4K 0E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1648,1648,44.5736037,-80.9467865,'2nd Avenue West','Owen Sound','Ontario','N4K 6Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1649,1649,44.5676951,-80.9458286,'Highway 6','Owen Sound','Ontario','N4K 3P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1650,1650,44.5735777,-80.946891,'14th Street West','Owen Sound','Ontario','N4K 3X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1651,1651,44.570424,-80.928606,'9th Avenue East','Owen Sound','Ontario','N4K 3G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1652,1652,44.569469,-80.928402,'10th Street East','Owen Sound','Ontario','N4K 1T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1653,1653,44.575392,-80.923924,'23rd Street East','Owen Sound','Ontario','N4K 6Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1654,1654,44.566348,-80.961357,'10th Street West','Owen Sound','Ontario','N4K 3S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1655,1655,44.5660591,-80.9621846,'10th Street West','Owen Sound','Ontario','N4K 3S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1656,1656,44.574371,-80.9165664,'16th Street East','Owen Sound','Ontario','N4K 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1657,1657,44.57546,-80.909601,'16th Street East','Owen Sound','Ontario','N4K 5N3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1658,1658,44.558735,-80.989066,'Deviation Road','Owen Sound','Ontario','N4K 5N5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1659,1659,44.583178,-80.9104268,'20th Street East','Owen Sound','Ontario','N4K 1Z4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1660,1660,44.5592427,-80.9913407,'Ontario 21','Owen Sound','Ontario','N4K 5P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1661,1661,49.4629008,-119.5889855,'Skaha Lake Road','Penticton','British Columbia','V2A 6G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1662,1662,49.4798173,-119.574052,'Industrial Avenue East','Penticton','British Columbia','V2A 3J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1663,1663,49.4788373,-119.5988885,'Green Mountain Road','Penticton','British Columbia','V2A 6J7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1664,1664,49.49706,-119.609694,'Westminster Avenue West','Penticton','British Columbia','V2A 1L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1665,1665,49.478213,-119.572847,'Okanagan Avenue East','Penticton','British Columbia','V2A 3K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1666,1666,49.4797797,-119.5963177,'Fairview Road','Penticton','British Columbia','V2A 6A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1667,1667,49.472157,-119.582314,'Skaha Lake Road','Penticton','British Columbia','V2A 6E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1668,1668,49.4824593,-119.5849707,'Main Street','Penticton','British Columbia','V2A 5G7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1669,1669,49.483061,-119.592627,'Fairview Road','Penticton','British Columbia','V2A 6A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1670,1670,49.480313,-119.585002,'Main Street','Penticton','British Columbia','V2A 5G9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1671,1671,49.4758031,-119.5836384,'Main Street','Penticton','British Columbia','V2A 5H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1672,1672,49.495771,-119.613657,'Westminster Avenue West','Penticton','British Columbia','V2A 1L4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1673,1673,49.463263,-119.58799,'Skaha Lake Road','Penticton','British Columbia','V2A 6G3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1674,1674,49.5721329,-119.6303677,'British Columbia 97','Summerland','British Columbia','V0H 1Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1675,1675,49.4933849,-119.6025088,'Eckhardt Avenue West','Penticton','British Columbia','V2A 2B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1676,1676,49.4831323,-119.5853756,'Main Street','Penticton','British Columbia','V2A 5G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1677,1677,49.4831908,-119.5927597,'Fairview Road','Penticton','British Columbia','V2A 6A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1678,1678,49.4879648,-119.5786818,'Government Street','Penticton','British Columbia','V2A 4V1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1679,1679,49.482168,-119.585318,'Main Street','Penticton','British Columbia','V2A 5G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1680,1680,49.4805084,-119.5869154,'Huth Avenue','Penticton','British Columbia','V2A 2Z8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1681,1681,42.9408399,-78.8673473,'Delaware Avenue','Buffalo','New York','14216'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1682,1682,42.9447805,-78.9078549,'Niagara Street','Buffalo','New York','14207'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1683,1683,42.9204291,-78.9274368,'Gilmore Road','Fort Erie','Ontario','L2A 2M8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1684,1684,42.9007914,-78.8937809,'Porter Avenue','Buffalo','New York','14201'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1685,1685,42.9112017,-78.8868331,'Rhode Island Street','Buffalo','New York','14213'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1686,1686,42.9549695,-78.8697904,'Delaware Avenue','Buffalo','New York','14216'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1687,1687,42.9732062,-78.8862602,'Military Road','Kenmore','New York','14217'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1688,1688,42.9095325,-78.8993332,'Niagara Street','Buffalo','New York','14213'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1689,1689,42.919981,-78.960033,'Gilmore Road','Fort Erie','Ontario','L2A 5M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1690,1690,42.9094451,-78.899566,'Niagara Street','Buffalo','New York','14213'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1691,1691,42.9096209,-78.8773756,'Elmwood Avenue','Buffalo','New York','14222'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1692,1692,42.9206204,-78.9671435,'North Service Road','Fort Erie','Ontario','L2A 5M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1693,1693,42.9212075,-78.967238,'Pettit Road','Fort Erie','Ontario','L2A 5M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1694,1694,42.940414,-78.879052,'Elmwood Avenue','Buffalo','New York','14207'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1695,1695,42.905154,-78.964573,'Garrison Road','Fort Erie','Ontario','L2A 1P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1696,1696,42.9216951,-78.8674013,'West Delavan Avenue','Buffalo','New York','14209'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1697,1697,42.921965,-78.8679034,'Delaware Avenue','Buffalo','New York','14209'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1698,1698,42.9147475,-78.8655619,'Main Street','Buffalo','New York','14209'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1699,1699,42.8993136,-78.8735277,'Delaware Avenue','Buffalo','New York','14202'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1700,1700,42.8906627,-78.8817687,'Niagara Street','Buffalo','New York','14201'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1701,1701,45.8917408,-72.4840497,'Avenue du Marais-Ombragé','Drummondville','Quebec','J2C 0B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1702,1702,45.8907014,-72.5111004,'Boulevard Saint-Joseph','Drummondville','Quebec','J2C 2C4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1703,1703,45.8979645,-72.5231308,'Boulevard Saint-Joseph','Drummondville','Quebec','J2C 2A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1704,1704,45.8672029,-72.4720493,'Boulevard Mercure','Drummondville','Quebec','J2B 3L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1705,1705,45.895244,-72.51882,'Boulevard Saint-Joseph','Drummondville','Quebec','J2C 2B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1706,1706,45.891677,-72.4847643,'Avenue du Marais-Ombragé','Drummondville','Quebec','J2C 0B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1707,1707,45.8580657,-72.4885382,'Boulevard Lemire','Drummondville','Quebec','J2B 6Y8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1708,1708,45.8659002,-72.5243117,'Rue Saint-Pierre','Drummondville','Quebec','J2C 7B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1709,1709,45.881841,-72.483446,'Rue Brock','Drummondville','Quebec','J2B 1E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1710,1710,45.8518038,-72.4557103,'Boulevard Saint-Joseph','Drummondville','Quebec','J2B 8K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1711,1711,45.8869121,-72.5031679,'Boulevard Saint-Joseph','Drummondville','Quebec','J2C 2E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1712,1712,45.8655366,-72.5009764,'Boulevard Lemire','Drummondville','Quebec','J2B 6X5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1713,1713,45.8580657,-72.4885382,'Boulevard Lemire','Drummondville','Quebec','J2B 6Y8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1714,1714,45.8577154,-72.4665631,'110e Av','Drummondville','Quebec','J2B 7T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1715,1715,45.892398,-72.512697,'Boulevard Saint-Joseph','Drummondville','Quebec','J2C 2C1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1716,1716,45.9028265,-72.5294442,'Rue Girardin','Drummondville','Quebec','J2E 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1717,1717,45.885641,-72.5387603,'Rue Canadien','Drummondville','Quebec','J2C 7V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1718,1718,45.838853,-72.432608,'Boulevard Saint-Joseph','Drummondville','Quebec','J2A 1B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1719,1719,45.932309,-72.424591,'Rue Principale','Saint-Cyrille-de-Wendover','Quebec','J1Z 1E2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1720,1720,45.9486751,-72.4463618,'Rue de la Sortie 185','Saint-Cyrille-de-Wendover','Quebec','J1Z 1B4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1721,1721,47.0066998,-65.4231964,'New Brunswick 11','Miramichi','New Brunswick','E1N 5G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1722,1722,47.025247,-65.502103,'King George Highway','Miramichi','New Brunswick','E1V 6S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1723,1723,47.021424,-65.533586,'King George Highway','Miramichi','New Brunswick','E1V 5L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1724,1724,47.028616,-65.468721,'Cunard Street','Miramichi','New Brunswick','E1N 2T4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1725,1725,47.0062909,-65.4199404,'North Napan Road','Napan','New Brunswick','E1N 5E3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1726,1726,47.0087825,-65.5644154,'King George Highway','Miramichi','New Brunswick','E1V 1P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1727,1727,47.008782,-65.564415,'King George Highway','Miramichi','New Brunswick','E1V 1P5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1728,1728,46.9953311,-65.5719698,'King George Highway','Miramichi','New Brunswick','E1V 1L8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1729,1729,47.0288415,-65.4705198,'Duke Street','Miramichi','New Brunswick','E1N 1B3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1730,1730,47.0215024,-65.5333575,'King George Highway','Miramichi','New Brunswick','E1V 5L7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1731,1731,47.0252478,-65.502103,'King George Highway','Miramichi','New Brunswick','E1V 6S3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1732,1732,47.019893,-65.444803,'King Street','Miramichi','New Brunswick','E1N 2P2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1733,1733,47.019658,-65.442905,'King Street','Miramichi','New Brunswick','E1N 2P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1734,1734,47.0280422,-65.4943902,'King George Highway','Miramichi','New Brunswick','E1V 6V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1735,1735,47.0280427,-65.4943903,'King George Highway','Miramichi','New Brunswick','E1V 6V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1736,1736,46.9787866,-65.5487753,'Nelson Street','Miramichi','New Brunswick','E1N 6A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1737,1737,46.999259,-65.567837,'Pleasant Street','Miramichi','New Brunswick','E1V 1Y6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1738,1738,49.506534,-115.781896,'Van Horne Street South','Cranbrook','British Columbia','V1C 1Z6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1739,1739,49.523694,-115.753964,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1740,1740,49.511227,-115.772026,'Van Horne Street South','Cranbrook','British Columbia','V1C 1Y9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1741,1741,49.5289936,-115.7490377,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3S9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1742,1742,49.521468,-115.754029,'Kootenay Street North','Cranbrook','British Columbia','V1C 3N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1743,1743,49.5189393,-115.7598234,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1744,1744,49.516432,-115.763014,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3R6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1745,1745,49.527073,-115.749608,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3S8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1746,1746,49.518091,-115.762096,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1747,1747,49.5366577,-115.7526377,'Theatre Road','Cranbrook','British Columbia','V1C 7G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1748,1748,49.518063,-115.7616413,'Cranbrook Street North','Cranbrook','British Columbia','V1C 3R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1749,1749,49.530732,-115.753311,'Theatre Road','Cranbrook','British Columbia','V1C 7G1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1750,1750,49.502576,-115.788772,'Van Horne Street South','Cranbrook','British Columbia','V1C 4W7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1751,1751,49.5118561,-115.7638896,'Cranbrook Mall Road','Cranbrook','British Columbia','V1C 2R7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1752,1752,49.529205,-115.752203,'17 Street North','Cranbrook','British Columbia','V1C 7J1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1753,1753,49.521468,-115.754029,'Kootenay Street North','Cranbrook','British Columbia','V1C 3N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1754,1754,49.5335814,-115.7590907,'Industrial Road F','Cranbrook','British Columbia','V1C 6N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1755,1755,49.5337046,-115.7534294,'Theatre Road','Cranbrook','British Columbia','V1C 7G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1756,1756,49.534217,-115.753321,'Theatre Road','Cranbrook','British Columbia','V1C 7G6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1757,1757,49.5829798,-115.7549865,'Mission Road','Cranbrook','British Columbia','V1C 0C2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1758,1758,44.6169402,-63.6148118,'Herring Cove Road','Halifax','Nova Scotia','B3P 1M2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1759,1759,44.683618,-63.660568,'Bedford Highway','Halifax','Nova Scotia','B3M 2L3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1760,1760,44.665312,-63.610641,'Lady Hammond Road','Halifax','Nova Scotia','B3K 2R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1761,1761,44.6478616,-63.5455527,'Pleasant Street','Dartmouth','Nova Scotia','B2Y 3S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1762,1762,44.670953,-63.499699,'Marine Drive','Dartmouth','Nova Scotia','B2V 2J5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1763,1763,44.6930697,-63.5006789,'Main Street','Dartmouth','Nova Scotia','B2W 4J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1764,1764,44.671646,-63.500138,'Cole Harbour Road','Dartmouth','Nova Scotia','B2V 1E5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1765,1765,44.6950632,-63.4965533,'Main Street','Westphal','Nova Scotia','B2W 3T7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1766,1766,44.679349,-63.583652,'Victoria Road','Dartmouth','Nova Scotia','B3A 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1767,1767,44.67877,-63.551656,'Prince Albert Road','Dartmouth','Nova Scotia','B2Y 1N1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1768,1768,44.6839,-63.590133,'Highfield Park Drive','Dartmouth','Nova Scotia','B3A 4X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1769,1769,44.671188,-63.537564,'Portland Street','Dartmouth','Nova Scotia','B2Y 4B1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1770,1770,44.690781,-63.58557,'Highfield Park Drive','Dartmouth','Nova Scotia','B3A 4T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1771,1771,44.65473,-63.595367,'Robie Street','Halifax','Nova Scotia','B3K 4N8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1772,1772,44.650049,-63.595898,'Chebucto Road','Halifax','Nova Scotia','B3L 1K5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1773,1773,44.638887,-63.569479,'Barrington Street','Halifax','Nova Scotia','B3H 2P8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1774,1774,44.698803,-63.604921,'Windmill Road','Dartmouth','Nova Scotia','B3B 1B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1775,1775,44.654891,-63.528983,'Baker Drive','Dartmouth','Nova Scotia','B2W 0L6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1776,1776,44.7105019,-63.5688994,'Wilkinson Avenue','Dartmouth','Nova Scotia','B3B 0H6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1777,1777,44.635725,-63.622195,'Herring Cove Road','Halifax','Nova Scotia','B3N 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1778,1778,49.0162149,-122.7345717,'176 Street','Surrey','British Columbia','V3Z 9S6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1779,1779,49.0387331,-122.8016382,'152 Street','Surrey','British Columbia','V4A 4N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1780,1780,49.0605181,-122.7359198,'176 Street','Surrey','British Columbia','V3S 0L5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1781,1781,49.0309257,-122.8348393,'Nichol Road','White Rock','British Columbia','V4B 3K2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1782,1782,49.065557,-122.818858,'King George Boulevard','Surrey','British Columbia','V4P 1B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1783,1783,48.997824,-122.749459,'D Street','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1784,1784,48.9757418,-122.7277817,'Peace Portal Drive','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1785,1785,49.104519,-122.737724,'175 Street','Surrey','British Columbia','V3S 6A2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1786,1786,49.0453695,-122.6691883,'200 Street','Langley Township','British Columbia','V2Z 1W9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1787,1787,48.9984155,-122.7489367,'D Street','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1788,1788,48.9902435,-122.7340765,'Boblett Street','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1789,1789,49.0450145,-122.7922368,'King George Boulevard','Surrey','British Columbia','V4A 5A5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1790,1790,49.0587317,-122.8107465,'King George Boulevard','Surrey','British Columbia','V4P 1B8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1791,1791,48.9954093,-122.7514586,'Peace Portal Drive','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1792,1792,49.0387611,-122.8018315,'152 Street','Surrey','British Columbia','V4A 4N7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1793,1793,49.1041278,-122.8005414,'56 Avenue','Surrey','British Columbia','V3S 5K7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1794,1794,49.0451568,-122.8016737,'','Surrey','British Columbia','V4A 4P1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1795,1795,48.9978721,-122.7491022,'D Street','Blaine','Washington','98230'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1796,1796,49.0342716,-122.8034287,'Martin Drive','Surrey','British Columbia','V4A 6E7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1797,1797,49.027282,-122.80075,'Johnston Road','White Rock','British Columbia','V4B 3Z2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1798,1798,52.1150009,-106.6385611,'8 Street East','Saskatoon','Saskatchewan','S7H 0S7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1799,1799,52.1615175,-106.6450274,'Assiniboine Drive','Saskatoon','Saskatchewan','S7K 1H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1800,1800,52.192932,-106.685714,'Marquis Drive','Saskatoon','Saskatchewan','S7R 1B6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1801,1801,52.1151722,-106.6171974,'8 Street East','Saskatoon','Saskatchewan','S7H 0V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1802,1802,52.1607443,-106.6452846,'Assiniboine Drive','Saskatoon','Saskatchewan','S7K 1H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1803,1803,52.126007,-106.680859,'Avenue H South','Saskatoon','Saskatchewan','S7M 1W3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1804,1804,52.1295457,-106.6823047,'22 Street West','Saskatoon','Saskatchewan','S7M 0R8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1805,1805,52.1732622,-106.65139,'51st Street','Saskatoon','Saskatchewan','S7K 0X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1806,1806,52.129143,-106.70985,'22 Street West','Saskatoon','Saskatchewan','S7M 0V9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1807,1807,52.114937,-106.598423,'8 Street East','Saskatoon','Saskatchewan','S7H 0W5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1808,1808,52.0992445,-106.5918066,'McKercher Drive','Saskatoon','Saskatchewan','S7J 4M4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1809,1809,52.1295363,-106.6947336,'22 Street West','Saskatoon','Saskatchewan','S7M 0T3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1810,1810,52.1137524,-106.6106124,'Arlington Avenue','Saskatoon','Saskatchewan','S7H 2X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1811,1811,52.1143495,-106.5994352,'8 Street East','Saskatoon','Saskatchewan','S7H 0W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1812,1812,52.131513,-106.727647,'Worobetz Place','Saskatoon','Saskatchewan','S7L 6R4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1813,1813,52.170688,-106.654345,'50 Street East','Saskatoon','Saskatchewan','S7K 0X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1814,1814,52.1312316,-106.6722581,'Avenue B North','Saskatoon','Saskatchewan','S7L 1E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1815,1815,52.1169949,-106.694608,'Avenue P South','Saskatoon','Saskatchewan','S7M 2X3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1816,1816,52.114914,-106.694934,'11th Street West','Saskatoon','Saskatchewan','S7M 1H7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1817,1817,52.1150984,-106.6149102,'8 Street East','Saskatoon','Saskatchewan','S7H 0V4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1818,1818,43.6510392,-79.4111237,'Dundas Street West','Toronto','Ontario','M6J 1V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1819,1819,43.6670148,-79.3686655,'Parliament Street','Toronto','Ontario','M4X 1P7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1820,1820,43.6759392,-79.4032096,'Dupont Street','Toronto','Ontario','M5R 2E6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1821,1821,43.6361782,-79.3997183,'Lake Shore Boulevard West','Toronto','Ontario','M5V 1A6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1822,1822,43.6731387,-79.3875598,'Yonge Street','Toronto','Ontario','M4W 2H2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1823,1823,43.6548586,-79.3636434,'Richmond Street East','Toronto','Ontario','M5A 1R5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1824,1824,43.690623,-79.530647,'Royal York Road','Toronto','Ontario','M9P 3B5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1825,1825,43.6702011,-79.4662728,'Keele Street','Toronto','Ontario','M6N 3E4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1826,1826,43.7350364,-79.3556221,'Lawrence Avenue East','Toronto','Ontario','M3C 1P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1827,1827,43.7656213,-79.4667901,'Dufferin Street','Toronto','Ontario','M3H 5R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1828,1828,43.6516519,-79.4462938,'Dundas Street West','Toronto','Ontario','M6R 1W6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1829,1829,43.7095441,-79.3336972,'Don Mills Road','Toronto','Ontario','M3C 1S1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1830,1830,43.7190952,-79.4292798,'Bathurst Street','Toronto','Ontario','M6B 3B7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1831,1831,43.711743,-79.3775686,'Bayview Avenue','Toronto','Ontario','M4G 3C6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1832,1832,43.7325514,-79.458385,'Wilson Avenue','Toronto','Ontario','M3K 1C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1833,1833,43.7196733,-79.4295081,'Bathurst Street','Toronto','Ontario','M6A 1Z9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1834,1834,43.752179,-79.457443,'Sheppard Avenue West','Toronto','Ontario','M3H 2T6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1835,1835,43.693001,-79.441292,'Vaughan Road','Toronto','Ontario','M6E 2Y4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1836,1836,43.707186,-79.453231,'Dufferin Street','Toronto','Ontario','M6B 3S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1837,1837,43.650461,-79.440317,'Dundas Street West','Toronto','Ontario','M6K 1V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1838,1838,43.966815,-78.289372,'Ontario Street','Port Hope','Ontario','L1A 2W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1839,1839,43.9742382,-78.3429454,'County Road 2','Port Hope','Ontario','L1A 3V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1840,1840,43.950648,-78.279423,'Peter Street','Port Hope','Ontario','L1A 1C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1841,1841,43.9520465,-78.3106025,'Toronto Road','Port Hope','Ontario','L1A 3R7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1842,1842,43.977981,-78.194651,'White Street','Cobourg','Ontario','K9A 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1843,1843,43.9519705,-78.3104924,'Toronto Road','Port Hope','Ontario','L1A 3R7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1844,1844,43.9489563,-78.2881221,'Peter Street','Port Hope','Ontario','L1A 1C3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1845,1845,43.9590896,-78.3219442,'Toronto Road','Port Hope','Ontario','L1A 3S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1846,1846,43.9599514,-78.3220981,'Toronto Road','Port Hope','Ontario','L1A 3V5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1847,1847,43.9673014,-78.2891071,'Ontario Street','Port Hope','Ontario','L1A 2W4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1848,1848,43.972137,-78.286398,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1849,1849,43.9724972,-78.2872093,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1850,1850,43.9723062,-78.2864679,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1851,1851,43.9727171,-78.287355,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1852,1852,43.9727171,-78.287355,'Northumberland County Road 28','Port Hope','Ontario','L1A 3V6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1853,1853,43.9697265,-78.2044876,'Elgin Street West','Cobourg','Ontario','K9A 5T9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1854,1854,43.9779835,-78.194649,'White Street','Cobourg','Ontario','K9A 5N4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1855,1855,53.9125865,-122.7530096,'Victoria Street','Prince George','British Columbia','V2L 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1856,1856,53.9442567,-122.7611614,'John Hart Highway','Prince George','British Columbia','V2K 2X8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1857,1857,53.917783,-122.740758,'George Street','Prince George','British Columbia','V2L 1P9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1858,1858,53.920989,-122.76968,'5th Avenue','Prince George','British Columbia','V2M 1K3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1859,1859,53.8690496,-122.7767521,'Domano Boulevard','Prince George','British Columbia','V2N 5E1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1860,1860,53.8765056,-122.735257,'Continental Way','Prince George','British Columbia','V2N 5S5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1861,1861,53.8843737,-122.7443198,'Railway Road','Prince George','British Columbia','V2N 5R9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1862,1862,53.9203947,-122.8069169,'5th Avenue','Prince George','British Columbia','V2M 6Y4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1863,1863,53.905721,-122.76103,'20 Avenue','Prince George','British Columbia','V2L 4X2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1864,1864,53.8683532,-122.7772814,'Domano Boulevard','Prince George','British Columbia','V2N 4V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1865,1865,53.8685728,-122.7794802,'Domano Boulevard','Prince George','British Columbia','V2N 4V8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1866,1866,53.905652,-122.742647,'Queensway','Prince George','British Columbia','V2L 1M1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1867,1867,53.917211,-122.782593,'Central Street West','Prince George','British Columbia','V2M 3C8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1868,1868,53.940516,-122.760173,'John Hart Highway','Prince George','British Columbia','V2K 2X6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1869,1869,53.909977,-122.787332,'15th Avenue','Prince George','British Columbia','V2N 1A3'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1870,1870,53.884117,-122.77006,'Range Road','Prince George','British Columbia','V2N 4G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1871,1871,53.9099285,-122.7829226,'15th Avenue','Prince George','British Columbia','V2N 1A1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1872,1872,53.8826933,-122.7729112,'Range Road','Prince George','British Columbia','V2N 4G8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1873,1873,53.878226,-122.740359,'Great Street','Prince George','British Columbia','V2N 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1874,1874,53.8786912,-122.7404232,'Great Street','Prince George','British Columbia','V2N 2K8'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1875,1875,55.204492,-118.793247,'100 Street','Grande Prairie','Alberta','T8V 4H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1876,1876,55.170204,-118.825908,'100 Avenue','Grande Prairie','Alberta','T8V 3J9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1877,1877,55.1858846,-118.8115282,'117 Avenue','Grande Prairie','Alberta','T8V 7N6'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1878,1878,55.170039,-118.788813,'99 Avenue','Grande Prairie','Alberta','T8V 0R2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1879,1879,55.1558535,-118.8137241,'84 Avenue','Grande Prairie','Alberta','T8V 7G4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1880,1880,55.169946,-118.858294,'99 Avenue','Grande Prairie','Alberta','T8W 0C7'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1881,1881,55.141016,-118.775629,'Poplar Drive','Grande Prairie','Alberta','T8W 1H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1882,1882,55.1702908,-118.7826532,'96 Street','Grande Prairie','Alberta','T8V 0T2'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1883,1883,55.1699396,-118.7986152,'99 Avenue','Grande Prairie','Alberta','T8V 2P4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1884,1884,55.1628172,-118.7684033,'92 Avenue','Grande Prairie','Alberta','T8X 0A4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1885,1885,55.184909,-118.78141,'96 Street','Grande Prairie','Alberta','T8V 6R1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1886,1886,55.1637034,-118.8218772,'108 Street','Grande Prairie','Alberta','T8V 4C9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1887,1887,55.151659,-118.821352,'79 Avenue','Grande Prairie','Alberta','T8W 2L9'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1888,1888,55.1712,-118.825697,'100 Avenue','Grande Prairie','Alberta','T8V 7G5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1889,1889,55.1675603,-118.8379898,'97 Avenue','Grande Prairie','Alberta','T8V 5Z5'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1890,1890,55.1429664,-118.8016092,'Kateri Drive','Grande Prairie','Alberta','T8W 0H1'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1891,1891,55.1699319,-118.8429664,'','Grande Prairie','Alberta',''); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1892,1892,55.167698,-118.842828,'','Grande Prairie','Alberta','T8V 5S4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1893,1893,55.200301,-118.79327,'100 Street','Grande Prairie','Alberta','T8V 4H4'); +INSERT INTO locations(id,gas_station_id,lat,lng,street,city,province,postal_code) VALUES (1894,1894,55.175249,-118.8448481,'104 Avenue','Grande Prairie','Alberta','T8V 3X9'); diff --git a/express-back-end/src/db/seeds/reviews.sql b/express-back-end/src/db/seeds/reviews.sql new file mode 100644 index 0000000000..196c13a4e7 --- /dev/null +++ b/express-back-end/src/db/seeds/reviews.sql @@ -0,0 +1,1909 @@ +DROP TABLE IF EXISTS reviews; +CREATE TABLE reviews( + id INTEGER NOT NULL PRIMARY KEY + ,gas_station_id INTEGER NOT NULL REFERENCES gas_stations(id) + ,rating NUMERIC(2,1) + ,user_ratings_total INTEGER + ,comment VARCHAR(250) + ,user_id VARCHAR(30) +); + +ALTER TABLE reviews +ADD CONSTRAINT fk_gas_station +FOREIGN KEY (gas_station_id) +REFERENCES gas_stations(id); + +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1,1,3.9,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (2,2,3.7,133,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (3,3,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (4,4,4.1,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (5,5,4.1,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (6,6,4.1,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (7,7,3.8,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (8,8,4.4,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (9,9,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (10,10,3.4,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (11,11,4.2,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (12,12,4,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (13,13,4,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (14,14,3.7,136,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (15,15,3.4,132,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (16,16,2.8,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (17,17,2.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (18,18,4.4,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (19,19,3,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (20,20,3.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (21,21,4.4,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (22,22,4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (23,23,3.5,173,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (24,24,3.8,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (25,25,4.1,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (26,26,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (27,27,3.8,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (28,28,3.7,193,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (29,29,3.1,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (30,30,3.9,106,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (31,31,3.8,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (32,32,4,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (33,33,3.3,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (34,34,3.2,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (35,35,4,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (36,36,4.2,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (37,37,4.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (38,38,4.5,403,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (39,39,3.8,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (40,40,3.9,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (41,41,4.1,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (42,42,3.9,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (43,43,3.7,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (44,44,3.6,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (45,45,2.7,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (46,46,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (47,47,4.1,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (48,48,3.6,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (49,49,2.4,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (50,50,3.6,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (51,51,4.1,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (52,52,3.7,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (53,53,4.4,146,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (54,54,4.3,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (55,55,4.1,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (56,56,4.3,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (57,57,4,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (58,58,3.5,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (59,59,3.5,364,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (60,60,3.9,144,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (61,61,3.9,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (62,62,3.4,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (63,63,3.9,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (64,64,4.3,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (65,65,1.8,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (66,66,3.5,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (67,67,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (68,68,3.8,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (69,69,3,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (70,70,4.3,267,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (71,71,3.6,244,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (72,72,3.9,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (73,73,3.8,296,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (74,74,3.6,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (75,75,4,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (76,76,3.8,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (77,77,4.3,326,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (78,78,4,284,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (79,79,3.6,201,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (80,80,3,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (81,81,3.3,263,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (82,82,4.1,189,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (83,83,4,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (84,84,2.9,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (85,85,3.9,246,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (86,86,3.8,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (87,87,2.6,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (88,88,4.1,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (89,89,4.1,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (90,90,4.3,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (91,91,4.5,140,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (92,92,4.1,96,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (93,93,3.9,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (94,94,4.5,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (95,95,4.5,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (96,96,3.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (97,97,4.2,112,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (98,98,4,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (99,99,4.2,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (100,100,3.6,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (101,101,3.6,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (102,102,4.6,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (103,103,4.6,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (104,104,5,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (105,105,4.4,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (106,106,4.2,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (107,107,3.1,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (108,108,2.5,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (109,109,3.3,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (110,110,2.9,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (111,111,3.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (112,112,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (113,113,3.5,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (114,114,4,151,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (115,115,3.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (116,116,3.4,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (117,117,3.6,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (118,118,3.7,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (119,119,3.7,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (120,120,3.3,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (121,121,3.3,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (122,122,4,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (123,123,3.6,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (124,124,3.8,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (125,125,4,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (126,126,3.7,171,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (127,127,2.8,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (128,128,4.2,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (129,129,4.2,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (130,130,3.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (131,131,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (132,132,4.4,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (133,133,4.1,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (134,134,3,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (135,135,4.1,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (136,136,4,223,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (137,137,4,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (138,138,2.3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (139,139,3.7,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (140,140,4.3,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (141,141,3.3,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (142,142,3.9,179,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (143,143,4.4,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (144,144,2.4,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (145,145,4.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (146,146,4,271,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (147,147,3.5,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (148,148,4.2,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (149,149,4.2,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (150,150,4.2,278,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (151,151,3.8,148,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (152,152,3.4,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (153,153,4.2,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (154,154,3.7,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (155,155,4,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (156,156,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (157,157,4.3,167,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (158,158,3.3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (159,159,3.5,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (160,160,3.9,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (161,161,3.4,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (162,162,3.5,215,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (163,163,4.3,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (164,164,4.1,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (165,165,3.7,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (166,166,3.5,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (167,167,4,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (168,168,4.5,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (169,169,3.3,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (170,170,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (171,171,4.6,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (172,172,2.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (173,173,4.2,191,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (174,174,4.2,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (175,175,4.2,126,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (176,176,4.2,80,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (177,177,4.3,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (178,178,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (179,179,4.7,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (180,180,4.2,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (181,181,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (182,182,4,126,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (183,183,4.2,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (184,184,4.1,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (185,185,4.6,469,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (186,186,4.1,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (187,187,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (188,188,3.8,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (189,189,4.4,128,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (190,190,4.1,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (191,191,4.2,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (192,192,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (193,193,4.2,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (194,194,4.5,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (195,195,3.5,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (196,196,4,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (197,197,3.9,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (198,198,3.8,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (199,199,3.9,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (200,200,4.7,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (201,201,2.7,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (202,202,3.7,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (203,203,3.5,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (204,204,4.4,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (205,205,4.3,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (206,206,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (207,207,3.2,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (208,208,3.7,255,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (209,209,2.9,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (210,210,4.3,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (211,211,4.1,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (212,212,3.7,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (213,213,5,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (214,214,3.9,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (215,215,4,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (216,216,3.9,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (217,217,3.9,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (218,218,4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (219,219,3.8,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (220,220,3.9,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (221,221,4.3,81,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (222,222,4,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (223,223,4,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (224,224,4,282,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (225,225,4.4,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (226,226,4.1,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (227,227,3.3,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (228,228,4.4,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (229,229,3.7,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (230,230,4,210,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (231,231,3.9,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (232,232,4.5,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (233,233,4.8,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (234,234,3.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (235,235,4,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (236,236,4.3,146,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (237,237,4.5,112,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (238,238,3.5,158,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (239,239,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (240,240,3.9,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (241,241,4,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (242,242,3.5,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (243,243,3.9,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (244,244,4.1,1642,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (245,245,4,437,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (246,246,3.8,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (247,247,3.5,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (248,248,4.3,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (249,249,3.7,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (250,250,3.1,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (251,251,3.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (252,252,3.6,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (253,253,3.3,133,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (254,254,3.9,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (255,255,3.5,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (256,256,3.4,80,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (257,257,3.1,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (258,258,3.8,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (259,259,2.4,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (260,260,3.9,179,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (261,261,3.7,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (262,262,3.9,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (263,263,4.4,165,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (264,264,4,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (265,265,3.6,176,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (266,266,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (267,267,3.9,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (268,268,3.1,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (269,269,3.5,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (270,270,4.1,340,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (271,271,4.2,234,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (272,272,3.7,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (273,273,4.1,124,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (274,274,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (275,275,4.1,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (276,276,1.5,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (277,277,3.9,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (278,278,2.9,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (279,279,3.7,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (280,280,3.9,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (281,281,3.6,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (282,282,4.1,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (283,283,3.4,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (284,284,3.6,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (285,285,4.2,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (286,286,3.1,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (287,287,4.5,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (288,288,4.5,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (289,289,3.6,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (290,290,4.2,173,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (291,291,4.4,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (292,292,4.6,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (293,293,4,247,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (294,294,4.1,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (295,295,4.2,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (296,296,4.3,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (297,297,3.3,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (298,298,4.2,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (299,299,4.3,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (300,300,4,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (301,301,3.9,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (302,302,3.8,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (303,303,2.6,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (304,304,3.3,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (305,305,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (306,306,4.4,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (307,307,4.2,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (308,308,3.8,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (309,309,3.8,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (310,310,4,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (311,311,4,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (312,312,3.9,281,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (313,313,3.6,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (314,314,4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (315,315,3.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (316,316,4.1,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (317,317,2.9,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (318,318,4,798,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (319,319,4,96,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (320,320,3.9,113,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (321,321,3.7,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (322,322,4,336,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (323,323,2.7,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (324,324,4.8,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (325,325,3.7,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (326,326,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (327,327,3.9,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (328,328,3.8,206,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (329,329,3.9,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (330,330,3.8,144,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (331,331,3.4,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (332,332,4,243,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (333,333,4.5,177,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (334,334,4.3,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (335,335,4.2,161,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (336,336,2,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (337,337,3.8,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (338,338,3.9,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (339,339,3.8,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (340,340,3.8,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (341,341,3.9,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (342,342,3.6,180,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (343,343,4,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (344,344,4,120,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (345,345,4.1,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (346,346,3.8,147,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (347,347,3.7,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (348,348,4.1,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (349,349,4.1,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (350,350,3.8,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (351,351,4.4,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (352,352,4.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (353,353,4.4,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (354,354,4.3,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (355,355,4,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (356,356,4.3,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (357,357,4.4,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (358,358,4.4,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (359,359,4.4,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (360,360,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (361,361,4,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (362,362,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (363,363,4.3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (364,364,4.3,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (365,365,4.1,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (366,366,3,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (367,367,3.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (368,368,3.9,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (369,369,3.8,100,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (370,370,4.6,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (371,371,4.2,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (372,372,3.8,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (373,373,2.8,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (374,374,4.6,242,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (375,375,4.1,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (376,376,3.8,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (377,377,4.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (378,378,4.4,124,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (379,379,3.7,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (380,380,3,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (381,381,3.2,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (382,382,5,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (383,383,4.2,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (384,384,3.7,145,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (385,385,4.3,225,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (386,386,4,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (387,387,4,128,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (388,388,3.8,112,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (389,389,3.3,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (390,390,3.8,156,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (391,391,4.4,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (392,392,4,140,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (393,393,3.9,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (394,394,3,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (395,395,3.3,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (396,396,2.9,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (397,397,4.3,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (398,398,3.6,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (399,399,3.5,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (400,400,4,2356,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (401,401,3.9,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (402,402,3.9,101,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (403,403,4.6,1016,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (404,404,3.5,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (405,405,4.2,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (406,406,3.8,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (407,407,4,278,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (408,408,3.7,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (409,409,3.9,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (410,410,3.6,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (411,411,4.2,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (412,412,4.3,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (413,413,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (414,414,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (415,415,3.4,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (416,416,4.2,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (417,417,4.1,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (418,418,4.8,438,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (419,419,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (420,420,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (421,421,4.5,181,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (422,422,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (423,423,3.2,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (424,424,3.7,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (425,425,4.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (426,426,4.2,132,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (427,427,4.1,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (428,428,4.6,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (429,429,4.3,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (430,430,4.2,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (431,431,4.7,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (432,432,4.5,315,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (433,433,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (434,434,4.2,136,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (435,435,3.9,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (436,436,4,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (437,437,3.6,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (438,438,4.2,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (439,439,3.3,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (440,440,4.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (441,441,3.8,186,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (442,442,4,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (443,443,4,152,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (444,444,3.4,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (445,445,3.8,211,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (446,446,4.1,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (447,447,4.4,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (448,448,4,271,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (449,449,4.3,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (450,450,3.2,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (451,451,3.5,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (452,452,4.1,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (453,453,4.3,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (454,454,4.1,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (455,455,4.3,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (456,456,3.7,118,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (457,457,3.8,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (458,458,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (459,459,4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (460,460,3.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (461,461,4.3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (462,462,2.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (463,463,4.1,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (464,464,3.5,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (465,465,4.5,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (466,466,4.2,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (467,467,3.8,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (468,468,3.7,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (469,469,3.8,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (470,470,3.5,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (471,471,4.2,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (472,472,4.2,130,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (473,473,4.5,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (474,474,4.6,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (475,475,3.5,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (476,476,4.1,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (477,477,3.4,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (478,478,3.4,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (479,479,4.2,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (480,480,4,123,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (481,481,4.1,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (482,482,4,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (483,483,4.3,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (484,484,3.9,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (485,485,3.5,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (486,486,3.9,210,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (487,487,4.1,166,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (488,488,4.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (489,489,3.9,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (490,490,3.8,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (491,491,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (492,492,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (493,493,3,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (494,494,4.4,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (495,495,3.9,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (496,496,4.2,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (497,497,3.8,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (498,498,3.9,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (499,499,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (500,500,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (501,501,4.1,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (502,502,3.8,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (503,503,3.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (504,504,3.7,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (505,505,3.8,294,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (506,506,2.5,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (507,507,3.4,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (508,508,4.1,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (509,509,4.1,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (510,510,4.8,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (511,511,3.3,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (512,512,3.8,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (513,513,3.3,140,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (514,514,3.9,168,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (515,515,3.7,330,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (516,516,2.5,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (517,517,3,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (518,518,2.7,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (519,519,4.4,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (520,520,3.1,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (521,521,2.9,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (522,522,3.5,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (523,523,2.7,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (524,524,3.6,339,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (525,525,3.5,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (526,526,3.2,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (527,527,2.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (528,528,4.4,238,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (529,529,4.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (530,530,3.8,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (531,531,2.9,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (532,532,3.1,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (533,533,2.7,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (534,534,3,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (535,535,2.9,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (536,536,4,138,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (537,537,3.7,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (538,538,3.7,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (539,539,4,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (540,540,2.1,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (541,541,3.2,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (542,542,3.7,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (543,543,2.7,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (544,544,3.7,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (545,545,3.4,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (546,546,4,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (547,547,3.2,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (548,548,3.4,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (549,549,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (550,550,3,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (551,551,4.1,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (552,552,4.3,163,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (553,553,2.8,80,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (554,554,3.9,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (555,555,4,184,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (556,556,3.8,108,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (557,557,3,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (558,558,4,189,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (559,559,3.6,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (560,560,3.8,165,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (561,561,3.4,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (562,562,3.7,301,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (563,563,3.8,218,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (564,564,3.6,743,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (565,565,3.4,179,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (566,566,4.7,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (567,567,3.4,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (568,568,2.9,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (569,569,3.5,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (570,570,3.4,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (571,571,2.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (572,572,4.1,338,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (573,573,3.4,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (574,574,4.1,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (575,575,3.9,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (576,576,3.7,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (577,577,3.2,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (578,578,4.2,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (579,579,3.3,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (580,580,3,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (581,581,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (582,582,3.5,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (583,583,4,112,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (584,584,3.6,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (585,585,2.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (586,586,3.4,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (587,587,3.8,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (588,588,3.4,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (589,589,4.5,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (590,590,3.7,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (591,591,3.8,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (592,592,3.8,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (593,593,2.5,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (594,594,2.6,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (595,595,2.6,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (596,596,3.6,96,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (597,597,4.5,636,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (598,598,3.5,185,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (599,599,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (600,600,3.6,170,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (601,601,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (602,602,4.1,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (603,603,3.9,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (604,604,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (605,605,3.8,317,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (606,606,4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (607,607,4,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (608,608,3.5,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (609,609,3.9,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (610,610,3.6,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (611,611,3.5,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (612,612,4.1,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (613,613,4.3,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (614,614,2.9,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (615,615,3.9,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (616,616,3.6,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (617,617,4.3,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (618,618,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (619,619,3.6,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (620,620,3.9,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (621,621,4.1,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (622,622,3.9,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (623,623,3.6,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (624,624,4.1,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (625,625,4.2,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (626,626,3.4,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (627,627,4,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (628,628,3.8,132,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (629,629,4,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (630,630,4.2,100,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (631,631,3.6,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (632,632,3,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (633,633,4.2,179,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (634,634,4.2,240,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (635,635,3.6,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (636,636,3.8,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (637,637,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (638,638,3.1,137,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (639,639,3.5,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (640,640,3.9,214,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (641,641,3.6,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (642,642,3.8,232,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (643,643,3.9,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (644,644,3.5,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (645,645,3.4,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (646,646,4.2,92,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (647,647,3.5,103,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (648,648,3.4,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (649,649,4.1,148,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (650,650,4,198,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (651,651,4.2,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (652,652,3.5,155,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (653,653,3.2,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (654,654,3.8,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (655,655,3.2,150,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (656,656,3.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (657,657,3.4,336,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (658,658,3.9,139,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (659,659,4,138,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (660,660,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (661,661,1,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (662,662,4.1,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (663,663,2.9,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (664,664,4.3,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (665,665,3.8,343,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (666,666,3.4,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (667,667,3.7,146,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (668,668,4.3,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (669,669,3,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (670,670,4.2,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (671,671,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (672,672,4,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (673,673,3.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (674,674,3.4,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (675,675,4.2,157,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (676,676,3.6,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (677,677,3.9,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (678,678,4.2,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (679,679,4.3,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (680,680,4.2,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (681,681,3.8,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (682,682,3.9,489,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (683,683,4,177,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (684,684,4.6,1082,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (685,685,3.9,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (686,686,3.4,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (687,687,3.9,156,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (688,688,3.7,83,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (689,689,4.1,197,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (690,690,3.6,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (691,691,3.7,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (692,692,2.6,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (693,693,3.5,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (694,694,3.9,280,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (695,695,3.3,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (696,696,4.4,139,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (697,697,2.6,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (698,698,2.8,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (699,699,4,270,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (700,700,3.9,123,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (701,701,3.6,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (702,702,2.9,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (703,703,3.9,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (704,704,4.4,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (705,705,4,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (706,706,4.1,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (707,707,4.4,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (708,708,4.2,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (709,709,3.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (710,710,4,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (711,711,4.2,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (712,712,4.1,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (713,713,4.4,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (714,714,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (715,715,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (716,716,4.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (717,717,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (718,718,3.4,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (719,719,3.2,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (720,720,4.3,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (721,721,4.2,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (722,722,3.6,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (723,723,4.1,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (724,724,4,111,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (725,725,4.5,149,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (726,726,4.1,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (727,727,4,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (728,728,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (729,729,4.6,201,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (730,730,3.3,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (731,731,4,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (732,732,3.2,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (733,733,3.3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (734,734,4.6,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (735,735,4.3,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (736,736,4.1,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (737,737,3.9,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (738,738,3.9,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (739,739,4.5,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (740,740,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (741,741,4.4,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (742,742,4.1,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (743,743,3.8,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (744,744,4.1,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (745,745,3.7,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (746,746,4.3,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (747,747,3.6,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (748,748,4.2,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (749,749,3.2,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (750,750,4.9,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (751,751,3.3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (752,752,4.5,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (753,753,2.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (754,754,3.6,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (755,755,1.8,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (756,756,3.5,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (757,757,4.2,437,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (758,758,4,257,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (759,759,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (760,760,4,184,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (761,761,4,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (762,762,3.5,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (763,763,2.7,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (764,764,3.8,186,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (765,765,3.9,130,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (766,766,3.5,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (767,767,4,188,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (768,768,3.4,118,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (769,769,3.5,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (770,770,3.8,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (771,771,4.3,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (772,772,3.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (773,773,3.3,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (774,774,3.5,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (775,775,2.9,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (776,776,3.3,124,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (777,777,4.3,106,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (778,778,3.5,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (779,779,3.5,149,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (780,780,4.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (781,781,2.8,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (782,782,3.8,151,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (783,783,4,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (784,784,3.9,4523,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (785,785,3.8,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (786,786,4.6,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (787,787,4,173,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (788,788,3.9,129,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (789,789,4,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (790,790,4.1,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (791,791,4.2,202,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (792,792,3.4,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (793,793,5,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (794,794,4.1,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (795,795,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (796,796,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (797,797,4.3,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (798,798,4.3,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (799,799,3.9,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (800,800,3.9,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (801,801,3.7,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (802,802,3.8,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (803,803,4,215,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (804,804,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (805,805,4.7,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (806,806,3.8,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (807,807,3.9,353,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (808,808,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (809,809,2.2,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (810,810,4,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (811,811,2.3,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (812,812,3.8,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (813,813,3.8,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (814,814,3.8,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (815,815,3.2,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (816,816,3.8,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (817,817,4.2,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (818,818,3.9,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (819,819,3.8,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (820,820,3.5,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (821,821,4.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (822,822,4.1,234,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (823,823,3.7,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (824,824,3.7,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (825,825,3.9,210,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (826,826,3.7,100,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (827,827,3.6,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (828,828,3.9,157,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (829,829,3.8,120,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (830,830,3.5,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (831,831,4.6,1009,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (832,832,3.3,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (833,833,3.9,211,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (834,834,3.5,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (835,835,4.1,120,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (836,836,3.8,243,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (837,837,4.3,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (838,838,3.7,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (839,839,4.3,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (840,840,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (841,841,4,119,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (842,842,4,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (843,843,4.5,111,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (844,844,4.1,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (845,845,3.8,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (846,846,4,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (847,847,3.8,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (848,848,3.7,108,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (849,849,2.9,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (850,850,3.3,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (851,851,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (852,852,3.9,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (853,853,3.9,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (854,854,2.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (855,855,2.7,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (856,856,4.2,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (857,857,2.6,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (858,858,4.1,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (859,859,4.3,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (860,860,3.2,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (861,861,4.1,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (862,862,3.8,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (863,863,4,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (864,864,4.4,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (865,865,3.4,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (866,866,4.1,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (867,867,4.3,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (868,868,4.1,121,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (869,869,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (870,870,4,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (871,871,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (872,872,4,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (873,873,3.9,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (874,874,4.3,130,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (875,875,3.9,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (876,876,3.3,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (877,877,4,172,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (878,878,3.6,103,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (879,879,3.6,251,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (880,880,3.6,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (881,881,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (882,882,3.8,252,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (883,883,4,141,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (884,884,3.4,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (885,885,3.6,120,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (886,886,3.4,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (887,887,3.6,128,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (888,888,3.5,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (889,889,3.8,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (890,890,3.7,286,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (891,891,3.8,399,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (892,892,3.6,158,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (893,893,4.2,306,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (894,894,3.7,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (895,895,4,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (896,896,4.6,96,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (897,897,3.6,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (898,898,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (899,899,4,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (900,900,2.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (901,901,4,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (902,902,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (903,903,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (904,904,4,95,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (905,905,4,442,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (906,906,4,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (907,907,4.3,184,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (908,908,4,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (909,909,4.1,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (910,910,4,227,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (911,911,4,153,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (912,912,3.7,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (913,913,3.8,185,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (914,914,3.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (915,915,3.8,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (916,916,3.3,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (917,917,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (918,918,3.5,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (919,919,3.8,111,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (920,920,2.7,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (921,921,3.7,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (922,922,3.9,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (923,923,4,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (924,924,4.5,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (925,925,3.9,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (926,926,4.3,152,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (927,927,4.1,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (928,928,3.9,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (929,929,4.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (930,930,4.1,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (931,931,4.1,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (932,932,3.8,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (933,933,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (934,934,3.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (935,935,3.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (936,936,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (937,937,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (938,938,4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (939,939,3.4,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (940,940,4.6,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (941,941,3.5,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (942,942,4.2,147,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (943,943,3.7,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (944,944,3.8,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (945,945,4,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (946,946,4.3,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (947,947,4.2,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (948,948,4.7,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (949,949,3.1,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (950,950,4.2,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (951,951,4.1,80,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (952,952,4.5,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (953,953,4.4,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (954,954,4.5,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (955,955,4.1,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (956,956,4.3,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (957,957,3.9,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (958,958,4,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (959,959,3.8,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (960,960,3.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (961,961,3.7,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (962,962,3.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (963,963,3.4,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (964,964,2.5,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (965,965,3.8,269,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (966,966,3.3,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (967,967,2.6,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (968,968,4.1,111,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (969,969,3.9,199,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (970,970,3.6,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (971,971,3.7,330,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (972,972,3.4,154,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (973,973,3.8,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (974,974,3,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (975,975,3.7,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (976,976,2.9,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (977,977,4.8,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (978,978,3.9,104,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (979,979,4,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (980,980,4.5,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (981,981,4.2,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (982,982,4.5,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (983,983,4.1,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (984,984,3.7,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (985,985,4.2,151,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (986,986,4.3,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (987,987,4.3,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (988,988,4.1,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (989,989,3.7,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (990,990,4.3,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (991,991,4.2,169,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (992,992,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (993,993,4.1,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (994,994,3.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (995,995,3.8,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (996,996,3.8,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (997,997,4.4,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (998,998,3.8,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (999,999,4.2,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1000,1000,3.8,150,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1001,1001,3.9,353,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1002,1002,4,111,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1003,1003,3.7,112,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1004,1004,4,148,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1005,1005,4.5,401,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1006,1006,2.4,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1007,1007,4,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1008,1008,4.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1009,1009,3.9,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1010,1010,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1011,1011,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1012,1012,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1013,1013,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1014,1014,3.4,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1015,1015,3.7,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1016,1016,3.6,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1017,1017,4.4,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1018,1018,3.6,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1019,1019,3.8,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1020,1020,3.7,169,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1021,1021,3.9,163,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1022,1022,4,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1023,1023,3.8,246,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1024,1024,3.9,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1025,1025,4,352,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1026,1026,4,193,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1027,1027,3.3,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1028,1028,3.9,293,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1029,1029,3.8,153,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1030,1030,4,146,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1031,1031,3.8,157,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1032,1032,2.9,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1033,1033,3.8,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1034,1034,3.9,270,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1035,1035,2.5,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1036,1036,3.2,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1037,1037,3.7,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1038,1038,2.7,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1039,1039,4.2,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1040,1040,4.1,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1041,1041,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1042,1042,4.8,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1043,1043,4.2,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1044,1044,4.5,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1045,1045,4.8,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1046,1046,4.4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1047,1047,4.2,183,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1048,1048,4.3,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1049,1049,4.2,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1050,1050,4.8,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1051,1051,4.1,180,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1052,1052,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1053,1053,4.2,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1054,1054,4.8,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1055,1055,3.9,181,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1056,1056,3.7,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1057,1057,3.6,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1058,1058,4,179,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1059,1059,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1060,1060,4.8,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1061,1061,3.9,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1062,1062,3.2,128,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1063,1063,3.8,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1064,1064,4.4,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1065,1065,3.9,267,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1066,1066,4.6,645,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1067,1067,3.3,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1068,1068,4,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1069,1069,3.2,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1070,1070,4.4,137,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1071,1071,3.1,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1072,1072,4.1,284,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1073,1073,3.4,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1074,1074,3.3,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1075,1075,4,183,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1076,1076,4.2,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1077,1077,4,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1078,1078,3.8,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1079,1079,3.3,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1080,1080,3.5,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1081,1081,4.1,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1082,1082,3.5,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1083,1083,4.2,188,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1084,1084,3.9,164,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1085,1085,2,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1086,1086,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1087,1087,4.3,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1088,1088,3.8,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1089,1089,3.8,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1090,1090,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1091,1091,4.3,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1092,1092,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1093,1093,3.6,129,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1094,1094,4.5,202,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1095,1095,3.8,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1096,1096,3.3,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1097,1097,4.2,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1098,1098,3.4,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1099,1099,3.6,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1100,1100,3.7,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1101,1101,3.8,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1102,1102,3.1,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1103,1103,3,262,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1104,1104,3.5,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1105,1105,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1106,1106,4.2,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1107,1107,3.9,118,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1108,1108,3.8,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1109,1109,3.9,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1110,1110,3.4,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1111,1111,3.7,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1112,1112,3.7,113,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1113,1113,4,106,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1114,1114,3.8,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1115,1115,3.8,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1116,1116,3.7,107,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1117,1117,3.7,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1118,1118,3.9,246,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1119,1119,2.5,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1120,1120,3.9,396,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1121,1121,4.5,394,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1122,1122,4,171,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1123,1123,3.6,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1124,1124,3.8,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1125,1125,3.8,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1126,1126,4.2,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1127,1127,3.8,119,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1128,1128,4,183,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1129,1129,4.2,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1130,1130,4.2,202,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1131,1131,4.1,102,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1132,1132,4.2,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1133,1133,4.5,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1134,1134,4,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1135,1135,4.1,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1136,1136,4.3,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1137,1137,2,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1138,1138,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1139,1139,4,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1140,1140,4.4,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1141,1141,4.1,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1142,1142,4.2,103,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1143,1143,4.1,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1144,1144,4,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1145,1145,4.3,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1146,1146,4.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1147,1147,3.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1148,1148,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1149,1149,3.4,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1150,1150,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1151,1151,4.3,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1152,1152,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1153,1153,4,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1154,1154,3.6,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1155,1155,3.7,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1156,1156,3.9,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1157,1157,3.1,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1158,1158,3.4,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1159,1159,3.4,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1160,1160,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1161,1161,3.5,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1162,1162,4,193,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1163,1163,4.1,127,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1164,1164,3.8,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1165,1165,3.7,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1166,1166,4,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1167,1167,3.8,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1168,1168,4.1,81,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1169,1169,2.8,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1170,1170,3.8,104,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1171,1171,3.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1172,1172,4.1,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1173,1173,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1174,1174,2.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1175,1175,3.3,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1176,1176,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1177,1177,4.7,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1178,1178,3.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1179,1179,3.7,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1180,1180,3.4,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1181,1181,3.8,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1182,1182,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1183,1183,4.3,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1184,1184,3.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1185,1185,3.9,161,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1186,1186,3.8,152,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1187,1187,4.3,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1188,1188,4.9,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1189,1189,4.2,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1190,1190,4.3,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1191,1191,4.2,103,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1192,1192,4.4,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1193,1193,3.7,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1194,1194,3.9,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1195,1195,3.3,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1196,1196,4.7,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1197,1197,4.4,180,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1198,1198,4.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1199,1199,4.3,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1200,1200,4.2,101,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1201,1201,3.8,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1202,1202,3.9,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1203,1203,4.6,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1204,1204,3,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1205,1205,4.3,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1206,1206,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1207,1207,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1208,1208,4,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1209,1209,3.6,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1210,1210,3.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1211,1211,4.2,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1212,1212,4.3,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1213,1213,4.3,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1214,1214,3.8,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1215,1215,4.1,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1216,1216,3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1217,1217,3.2,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1218,1218,3.7,209,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1219,1219,3.5,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1220,1220,3.8,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1221,1221,3.2,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1222,1222,3.7,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1223,1223,3.9,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1224,1224,4.5,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1225,1225,4.5,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1226,1226,3.8,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1227,1227,4.4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1228,1228,3.6,106,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1229,1229,3.9,138,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1230,1230,3.8,376,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1231,1231,3.8,77,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1232,1232,3.2,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1233,1233,3.8,104,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1234,1234,3.7,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1235,1235,4,92,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1236,1236,3.9,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1237,1237,3.7,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1238,1238,3.8,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1239,1239,3.3,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1240,1240,3.9,119,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1241,1241,3.9,175,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1242,1242,3.9,169,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1243,1243,2.9,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1244,1244,2.9,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1245,1245,4,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1246,1246,3.7,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1247,1247,4.2,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1248,1248,3.1,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1249,1249,4.3,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1250,1250,4.1,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1251,1251,4.2,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1252,1252,4.1,140,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1253,1253,4.3,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1254,1254,4.2,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1255,1255,3.5,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1256,1256,4,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1257,1257,3.9,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1258,1258,4.2,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1259,1259,4,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1260,1260,4,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1261,1261,2.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1262,1262,4.5,113,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1263,1263,4.6,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1264,1264,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1265,1265,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1266,1266,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1267,1267,4.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1268,1268,4.7,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1269,1269,4.5,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1270,1270,4.1,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1271,1271,4.5,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1272,1272,4.4,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1273,1273,4.7,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1274,1274,4.4,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1275,1275,4.4,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1276,1276,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1277,1277,4.7,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1278,1278,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1279,1279,3.4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1280,1280,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1281,1281,4.4,108,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1282,1282,4.4,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1283,1283,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1284,1284,4.8,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1285,1285,4.5,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1286,1286,5,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1287,1287,3.3,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1288,1288,3.9,178,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1289,1289,3.2,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1290,1290,3.6,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1291,1291,3.7,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1292,1292,3.8,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1293,1293,3.7,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1294,1294,4,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1295,1295,4.1,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1296,1296,2.3,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1297,1297,4.2,118,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1298,1298,4.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1299,1299,4.6,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1300,1300,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1301,1301,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1302,1302,3.7,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1303,1303,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1304,1304,4,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1305,1305,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1306,1306,4.1,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1307,1307,4.4,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1308,1308,4,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1309,1309,4.3,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1310,1310,4.3,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1311,1311,4.2,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1312,1312,4,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1313,1313,4.2,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1314,1314,4.3,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1315,1315,3.6,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1316,1316,3.9,145,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1317,1317,4.3,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1318,1318,4.1,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1319,1319,4,176,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1320,1320,4.1,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1321,1321,4.4,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1322,1322,4.1,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1323,1323,4.3,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1324,1324,3.9,214,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1325,1325,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1326,1326,3.9,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1327,1327,3.8,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1328,1328,3.1,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1329,1329,3.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1330,1330,3.1,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1331,1331,3.4,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1332,1332,3.7,330,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1333,1333,2.9,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1334,1334,3,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1335,1335,2.8,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1336,1336,3.7,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1337,1337,3.4,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1338,1338,4.1,136,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1339,1339,3.9,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1340,1340,3.8,259,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1341,1341,3.2,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1342,1342,4,96,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1343,1343,4.2,110,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1344,1344,3.5,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1345,1345,4,278,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1346,1346,3.8,339,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1347,1347,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1348,1348,3.6,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1349,1349,4.1,196,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1350,1350,3.6,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1351,1351,3.8,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1352,1352,3,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1353,1353,4.2,118,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1354,1354,4.1,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1355,1355,4,113,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1356,1356,4,147,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1357,1357,4.2,85,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1358,1358,1.6,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1359,1359,3.9,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1360,1360,1.5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1361,1361,4,162,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1362,1362,4.4,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1363,1363,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1364,1364,3.7,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1365,1365,3.9,122,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1366,1366,4.1,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1367,1367,4,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1368,1368,4.2,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1369,1369,3.9,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1370,1370,3.4,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1371,1371,4.5,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1372,1372,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1373,1373,3.8,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1374,1374,4.6,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1375,1375,4,108,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1376,1376,3.9,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1377,1377,3.8,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1378,1378,4.4,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1379,1379,4,212,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1380,1380,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1381,1381,3.8,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1382,1382,3.6,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1383,1383,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1384,1384,4.3,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1385,1385,3.7,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1386,1386,3.3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1387,1387,3,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1388,1388,3.7,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1389,1389,4.2,114,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1390,1390,4.1,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1391,1391,4.3,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1392,1392,4,80,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1393,1393,3.7,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1394,1394,3.5,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1395,1395,3,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1396,1396,3.5,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1397,1397,3.5,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1398,1398,3.9,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1399,1399,2.5,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1400,1400,3.7,217,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1401,1401,3.6,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1402,1402,3.1,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1403,1403,3.2,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1404,1404,3.7,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1405,1405,3.8,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1406,1406,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1407,1407,4,336,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1408,1408,4.6,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1409,1409,2.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1410,1410,4.2,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1411,1411,4,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1412,1412,4.1,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1413,1413,3.3,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1414,1414,3.8,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1415,1415,4.6,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1416,1416,4.1,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1417,1417,4.2,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1418,1418,4.1,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1419,1419,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1420,1420,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1421,1421,4.2,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1422,1422,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1423,1423,4,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1424,1424,3.9,48,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1425,1425,3.6,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1426,1426,3.9,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1427,1427,4.4,127,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1428,1428,4.5,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1429,1429,3.7,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1430,1430,3.2,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1431,1431,3.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1432,1432,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1433,1433,3.6,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1434,1434,3.6,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1435,1435,4,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1436,1436,4,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1437,1437,3.6,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1438,1438,4.4,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1439,1439,4.2,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1440,1440,3.8,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1441,1441,3.8,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1442,1442,4.1,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1443,1443,4.5,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1444,1444,4.6,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1445,1445,4,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1446,1446,5,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1447,1447,4.3,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1448,1448,4.2,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1449,1449,4,202,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1450,1450,3,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1451,1451,4,137,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1452,1452,4.6,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1453,1453,4.1,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1454,1454,3.9,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1455,1455,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1456,1456,4.8,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1457,1457,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1458,1458,4.1,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1459,1459,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1460,1460,5,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1461,1461,4.5,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1462,1462,2,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1463,1463,4.3,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1464,1464,3.5,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1465,1465,4.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1466,1466,3.8,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1467,1467,3.7,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1468,1468,4.1,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1469,1469,4,173,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1470,1470,3.8,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1471,1471,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1472,1472,3.9,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1473,1473,3.2,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1474,1474,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1475,1475,3.2,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1476,1476,3.8,81,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1477,1477,3.9,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1478,1478,3.2,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1479,1479,4.5,315,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1480,1480,4.2,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1481,1481,3.7,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1482,1482,3.6,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1483,1483,2.8,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1484,1484,4.3,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1485,1485,4.1,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1486,1486,4.1,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1487,1487,3.6,21,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1488,1488,3.7,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1489,1489,2.9,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1490,1490,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1491,1491,4.3,102,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1492,1492,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1493,1493,3.7,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1494,1494,4.9,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1495,1495,3.8,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1496,1496,4,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1497,1497,4.7,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1498,1498,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1499,1499,3.8,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1500,1500,3.3,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1501,1501,3.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1502,1502,2.9,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1503,1503,4.3,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1504,1504,2.9,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1505,1505,3.8,343,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1506,1506,3.6,207,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1507,1507,3.4,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1508,1508,4,75,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1509,1509,3.6,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1510,1510,3.7,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1511,1511,4,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1512,1512,4.1,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1513,1513,3.3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1514,1514,3.7,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1515,1515,3.9,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1516,1516,4,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1517,1517,4.6,573,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1518,1518,4.2,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1519,1519,3.9,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1520,1520,4.3,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1521,1521,4.3,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1522,1522,3.4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1523,1523,4.3,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1524,1524,3.5,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1525,1525,3.9,116,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1526,1526,4.2,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1527,1527,4.1,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1528,1528,3.9,102,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1529,1529,4.1,89,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1530,1530,3.6,104,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1531,1531,3.2,102,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1532,1532,3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1533,1533,4.1,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1534,1534,3.8,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1535,1535,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1536,1536,4.2,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1537,1537,3.9,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1538,1538,3.6,193,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1539,1539,3.5,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1540,1540,3.9,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1541,1541,3.3,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1542,1542,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1543,1543,4.3,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1544,1544,4.4,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1545,1545,4.1,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1546,1546,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1547,1547,4.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1548,1548,3.7,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1549,1549,4.3,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1550,1550,4.1,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1551,1551,4.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1552,1552,4.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1553,1553,4.4,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1554,1554,4.4,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1555,1555,4.4,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1556,1556,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1557,1557,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1558,1558,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1559,1559,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1560,1560,4.8,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1561,1561,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1562,1562,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1563,1563,4.3,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1564,1564,4.1,100,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1565,1565,3.7,72,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1566,1566,3.7,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1567,1567,4,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1568,1568,4.1,116,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1569,1569,4.5,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1570,1570,4,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1571,1571,2.6,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1572,1572,4,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1573,1573,4.3,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1574,1574,4,119,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1575,1575,3.6,127,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1576,1576,4.3,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1577,1577,3.1,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1578,1578,3.6,73,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1579,1579,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1580,1580,3.9,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1581,1581,3.5,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1582,1582,4.1,199,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1583,1583,4.4,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1584,1584,4.4,162,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1585,1585,3.8,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1586,1586,4.2,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1587,1587,4.2,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1588,1588,4.4,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1589,1589,2.6,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1590,1590,4,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1591,1591,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1592,1592,3.6,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1593,1593,4.2,104,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1594,1594,4.5,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1595,1595,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1596,1596,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1597,1597,3,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1598,1598,4,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1599,1599,4.1,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1600,1600,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1601,1601,3.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1602,1602,4.3,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1603,1603,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1604,1604,4,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1605,1605,4.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1606,1606,4.4,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1607,1607,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1608,1608,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1609,1609,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1610,1610,4.1,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1611,1611,3.8,19,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1612,1612,3.5,11,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1613,1613,3.7,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1614,1614,3.8,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1615,1615,4.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1616,1616,3.1,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1617,1617,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1618,1618,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1619,1619,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1620,1620,4.4,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1621,1621,3.6,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1622,1622,3.8,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1623,1623,4,154,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1624,1624,4.3,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1625,1625,4,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1626,1626,4.6,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1627,1627,3.7,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1628,1628,3.2,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1629,1629,4,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1630,1630,2.6,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1631,1631,4.2,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1632,1632,3.9,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1633,1633,4.2,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1634,1634,4,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1635,1635,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1636,1636,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1637,1637,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1638,1638,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1639,1639,4.1,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1640,1640,4.4,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1641,1641,3.4,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1642,1642,3.8,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1643,1643,3.3,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1644,1644,4.5,117,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1645,1645,4.2,35,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1646,1646,4.2,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1647,1647,4.1,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1648,1648,2.5,8,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1649,1649,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1650,1650,3,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1651,1651,4.2,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1652,1652,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1653,1653,3.4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1654,1654,3.7,54,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1655,1655,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1656,1656,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1657,1657,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1658,1658,4.7,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1659,1659,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1660,1660,3.6,146,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1661,1661,2.9,63,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1662,1662,4.8,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1663,1663,4.3,260,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1664,1664,3.9,50,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1665,1665,3.2,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1666,1666,3.5,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1667,1667,3.7,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1668,1668,4.4,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1669,1669,3.9,97,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1670,1670,3.8,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1671,1671,4.1,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1672,1672,3.8,92,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1673,1673,4,116,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1674,1674,4.3,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1675,1675,3.9,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1676,1676,2.6,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1677,1677,1,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1678,1678,4.2,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1679,1679,4.5,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1680,1680,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1681,1681,3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1682,1682,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1683,1683,4,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1684,1684,3.6,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1685,1685,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1686,1686,4.1,437,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1687,1687,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1688,1688,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1689,1689,3.5,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1690,1690,3.8,94,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1691,1691,2,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1692,1692,3.9,39,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1693,1693,4,583,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1694,1694,2.8,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1695,1695,3.8,51,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1696,1696,3.8,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1697,1697,3.1,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1698,1698,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1699,1699,3.7,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1700,1700,4,239,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1701,1701,4,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1702,1702,4.3,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1703,1703,3.8,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1704,1704,4.1,30,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1705,1705,4.1,124,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1706,1706,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1707,1707,2.3,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1708,1708,3.9,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1709,1709,4.4,141,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1710,1710,4.1,272,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1711,1711,3.9,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1712,1712,4.4,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1713,1713,4.2,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1714,1714,4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1715,1715,3.5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1716,1716,3.7,12,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1717,1717,4.2,195,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1718,1718,4.1,62,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1719,1719,4,29,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1720,1720,3.8,13,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1721,1721,4.5,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1722,1722,4.3,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1723,1723,4.6,53,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1724,1724,4.3,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1725,1725,4.6,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1726,1726,4.3,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1727,1727,4.4,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1728,1728,3.9,16,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1729,1729,4.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1730,1730,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1731,1731,3.8,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1732,1732,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1733,1733,4.4,92,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1734,1734,4.8,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1735,1735,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1736,1736,4.6,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1737,1737,4,57,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1738,1738,4.1,15,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1739,1739,3.6,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1740,1740,3.9,99,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1741,1741,3.6,45,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1742,1742,4.3,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1743,1743,3.6,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1744,1744,3.9,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1745,1745,3.5,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1746,1746,3.7,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1747,1747,3.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1748,1748,3.2,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1749,1749,3.5,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1750,1750,1.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1751,1751,1,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1752,1752,3.8,37,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1753,1753,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1754,1754,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1755,1755,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1756,1756,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1757,1757,4,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1758,1758,4.3,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1759,1759,4.3,67,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1760,1760,3.4,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1761,1761,4,119,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1762,1762,4,84,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1763,1763,4,33,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1764,1764,4.1,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1765,1765,4,123,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1766,1766,3.7,108,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1767,1767,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1768,1768,3.3,14,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1769,1769,3.9,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1770,1770,2.3,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1771,1771,4,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1772,1772,3.8,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1773,1773,3.8,82,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1774,1774,2.7,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1775,1775,3.9,41,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1776,1776,4.2,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1777,1777,2.9,7,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1778,1778,4,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1779,1779,3.5,47,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1780,1780,3.4,197,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1781,1781,3.2,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1782,1782,3.6,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1783,1783,4.1,44,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1784,1784,3.9,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1785,1785,3.8,109,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1786,1786,4.3,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1787,1787,4.1,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1788,1788,3.4,38,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1789,1789,3.6,249,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1790,1790,3.5,126,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1791,1791,3,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1792,1792,4.9,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1793,1793,2.9,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1794,1794,3.7,150,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1795,1795,4,5,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1796,1796,3.7,78,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1797,1797,3.5,55,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1798,1798,4,74,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1799,1799,3,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1800,1800,3.7,432,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1801,1801,4.3,205,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1802,1802,2.6,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1803,1803,4.3,43,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1804,1804,4.1,183,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1805,1805,3,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1806,1806,3.9,145,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1807,1807,3.8,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1808,1808,4.4,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1809,1809,3.2,36,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1810,1810,3.4,28,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1811,1811,3.1,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1812,1812,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1813,1813,5,1,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1814,1814,4.5,100,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1815,1815,4.7,24,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1816,1816,3.8,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1817,1817,4.1,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1818,1818,3,68,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1819,1819,3.9,428,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1820,1820,3.9,694,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1821,1821,3.7,481,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1822,1822,3.6,135,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1823,1823,3.3,158,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1824,1824,3.8,56,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1825,1825,3.2,60,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1826,1826,4,251,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1827,1827,3.5,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1828,1828,3.8,115,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1829,1829,3.3,159,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1830,1830,4,195,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1831,1831,3.7,61,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1832,1832,2.9,76,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1833,1833,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1834,1834,3.3,87,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1835,1835,3.2,148,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1836,1836,3.9,128,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1837,1837,4.2,232,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1838,1838,3.7,93,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1839,1839,2.4,90,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1840,1840,3.8,46,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1841,1841,4,71,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1842,1842,3.7,134,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1843,1843,4.3,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1844,1844,4,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1845,1845,3.7,65,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1846,1846,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1847,1847,3.7,6,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1848,1848,5,4,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1849,1849,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1850,1850,3.7,20,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1851,1851,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1852,1852,4.1,9,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1853,1853,4,22,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1854,1854,4.7,3,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1855,1855,4.3,113,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1856,1856,4.1,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1857,1857,3.8,59,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1858,1858,3.7,64,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1859,1859,4.2,25,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1860,1860,2.3,10,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1861,1861,4.2,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1862,1862,3.5,26,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1863,1863,3.7,66,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1864,1864,3.9,91,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1865,1865,3.4,32,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1866,1866,4.2,70,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1867,1867,3.3,49,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1868,1868,3.7,31,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1869,1869,3.7,52,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1870,1870,4,105,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1871,1871,2.7,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1872,1872,4.6,433,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1873,1873,4.1,125,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1874,1874,5,2,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1875,1875,4.3,131,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1876,1876,3.5,27,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1877,1877,3.8,79,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1878,1878,4.1,69,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1879,1879,3.7,42,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1880,1880,4,173,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1881,1881,4.1,23,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1882,1882,3.8,86,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1883,1883,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1884,1884,3.9,58,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1885,1885,NULL,NULL,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1886,1886,3.2,18,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1887,1887,3.8,81,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1888,1888,3.2,17,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1889,1889,3.9,34,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1890,1890,3.2,40,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1891,1891,4.5,315,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1892,1892,4.2,88,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1893,1893,3.7,98,'',''); +INSERT INTO reviews(id,gas_station_id,rating,user_ratings_total,comment,user_id) VALUES (1894,1894,3.6,55,'',''); diff --git a/leaflet-map/create.sql b/leaflet-map/create.sql new file mode 100644 index 0000000000..53b7443739 --- /dev/null +++ b/leaflet-map/create.sql @@ -0,0 +1,16 @@ +create table gas_stations ( + id INT, + title VARCHAR(50), + reguler DECIMAL(3,2), + premium DECIMAL(3,2), + deisel DECIMAL(3,2), + payment_method VARCHAR(50), + street VARCHAR(50), + city VARCHAR(50), + state VARCHAR(50), + country VARCHAR(50), + phone VARCHAR(50), + rating DECIMAL(3,2), + lat VARCHAR(50), + long VARCHAR(50) +); \ No newline at end of file diff --git a/leaflet-map/faker_seed.js b/leaflet-map/faker_seed.js new file mode 100644 index 0000000000..3a347eed08 --- /dev/null +++ b/leaflet-map/faker_seed.js @@ -0,0 +1,71 @@ +const faker = require('faker'); +const { Pool } = require('pg'); + +const pool = new Pool({ + user: 'fedamuhammadian', + password: 'admin', + host: 'localhost', + database: 'fuelbuddy', + port: 5432, +}); + +pool.connect().then(() => { + console.log("Connected to Database!!"); +}); + +const entries = []; + +for (let i = 1; i <= 2000; i++) { + const entry = { + id: i, + title: faker.company.companyName(), + reguler: faker.commerce.price(), + premium: faker.commerce.price(), + deisel: faker.commerce.price(), + payment_method: faker.payment_method(), + street: faker.address.streetAddress(), + city: faker.address.city(), + postalCode: faker.address.zipCode(), + state: faker.address.state(), + countryCode: "CA", + rating: faker.rating(), + phone: faker.phone.phoneNumber(), + lat: faker.address.latitude(), + long: faker.address.longitude(), + }; + entries.push(entry); +} + +for (const entry of entries) { + const sql = `INSERT INTO gas_stations + (id, title, reguler, premium, deisel, payment_method, street, city, postalCode, state, countryCode, rating, phone, lat, long) + VALUES + ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15)`; + + const values = [ + entry.id, + entry.title, + parseFloat(entry.reguler), + parseFloat(entry.premium), + parseFloat(entry.deisel), + entry.payment_method, + entry.address, + entry.street, + entry.city, + entry.postalCode, + entry.state, + entry.countryCode, + entry.rating, + entry.phone, + entry.lat, + entry.long, + ]; + + pool.query(sql, values, (err, res) => { + if (err) { + console.error(err); + } else { + console.log(`Inserted row with ID ${entry.id}`); + } + }); +} diff --git a/leaflet-map/gas_stations.csv b/leaflet-map/gas_stations.csv new file mode 100644 index 0000000000..2707ff0bbf --- /dev/null +++ b/leaflet-map/gas_stations.csv @@ -0,0 +1,11 @@ +name,regular_price,premium_price,diesel_price,lat,lng +Petro-Canada,1,2,3,48.441941,-123.401119 +Petro-Canada,1,35,3951 Shelbourne Street Victoria,48.46888,-123.33235 +Petro-Canada,3.7,136,2670 Douglas Street Victoria,48.43776399999999,-123.36701 +7-Eleven,2.8,25,3201 Douglas Street Victoria,48.44817219999999,-123.3721509 +Shelbourne Town Pantry,2.3,3,3597 Shelbourne Street Victoria,48.4582548,-123.3326002 +Peninsula Co-op Gas & Convenience Centre,4.4,23,4472 West Saanich Road Victoria,48.4918973,-123.3870353 +Peninsula Co-op Gas & Convenience Centre,4,29,321 Wale Road Victoria,48.4452074,-123.4689496 +Chevron - Gas Station,3.8,110,1264 Esquimalt Road Victoria,48.43014650000001,-123.4166616 +Chevron - Gas Station,4.1,11,3480 Quadra Street Victoria,48.455219,-123.359977 +Chevron - Gas Station,4.2,25,3939 Gordon Head Road Victoria,48.4689138,-123.3190284 diff --git a/leaflet-map/js-leaflet.html b/leaflet-map/js-leaflet.html new file mode 100644 index 0000000000..f60837ec9a --- /dev/null +++ b/leaflet-map/js-leaflet.html @@ -0,0 +1,203 @@ + + + +
+Latitude: {coordinates.lat}
+Longitude: {coordinates.lng}
+Regular: ${station.regular_price}/L
+Premium: ${station.premium_price}/L
+Diesel: ${station.diesel_price}/L
+Rating: {station.rating}
++ {t("account.name")}: {user.name} +
++ {t("account.email")}: {user.email} +
++ {t("account.dateCreated")}:{" "} + {data.user.createdAt} +
+This is your home page content.
+ +We help you find the best gas prices near you!
+