How to set up Google API Keys

  1. Go to https://developers.google.com/maps/documentation/javascript/get-api-key
  2. Scroll to the “Get an API key” Title and press “Get a Key” Button
  3. Choose a name for your project then press on Create and Enable API
  4. Get the Key and place it in your project where is this script:<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"><script>