Title: Error on google maps
Last modified: August 29, 2018

---

# Error on google maps

 *  Resolved [elvisc1](https://wordpress.org/support/users/elvisc1/)
 * (@elvisc1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/)
 * Hi,
    I get an error on the maps that it is not loaded correctly due to no key
   is being sent: Google Maps JavaScript API warning: NoApiKeys [https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys](https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys)
 * I set our key in the settings and the account has billing details
 * Can anyone assist?
 * another page with large map:
    [https://escapinguru.com/new-york](https://escapinguru.com/new-york)
 * Thanks
    Guy
    -  This topic was modified 7 years, 7 months ago by [elvisc1](https://wordpress.org/support/users/elvisc1/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-on-google-maps%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [elvisc1](https://wordpress.org/support/users/elvisc1/)
 * (@elvisc1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10636642)
 * found the problem
 * the Theme functions used wrong option to get the key
 *  Plugin Contributor [Jen H. (a11n)](https://wordpress.org/support/users/jenhooks/)
 * (@jenhooks)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10638292)
 * Hey [@elvisc1](https://wordpress.org/support/users/elvisc1/), thanks for the 
   followup. Could you tell us what the theme was, and how you fixed it?
 * Thanks!
 *  Thread Starter [elvisc1](https://wordpress.org/support/users/elvisc1/)
 * (@elvisc1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10639149)
 * [@jenhooks](https://wordpress.org/support/users/jenhooks/),
    We use theme Listable
   Child By PixelGrade.
 * The problem was in the Theme functions, method listable_scripts
 * This return empty key
    $google_maps_key = listable_get_option( ‘google_maps_api_key’);
 * I changed to:
    get_option( ‘job_manager_google_maps_api_key’ );
 *  Plugin Contributor [Jen H. (a11n)](https://wordpress.org/support/users/jenhooks/)
 * (@jenhooks)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10660504)
 * Hey [@elvisc1](https://wordpress.org/support/users/elvisc1/),
 * Belated thanks!
 *  [jloyzaga1](https://wordpress.org/support/users/jloyzaga1/)
 * (@jloyzaga1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10668686)
 * Can you expand on how I can fix this? it seems its happening to me too
 *  [jloyzaga1](https://wordpress.org/support/users/jloyzaga1/)
 * (@jloyzaga1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10670952)
 * I use this too We use theme Listable Child By PixelGrade. I cannot find where
   to make this mod like the fix
 *  [jloyzaga1](https://wordpress.org/support/users/jloyzaga1/)
 * (@jloyzaga1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10670953)
 * cannot find the .php file
 *  Thread Starter [elvisc1](https://wordpress.org/support/users/elvisc1/)
 * (@elvisc1)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10670962)
 * Hi,
    I refer to the functions.php file It is located under Listable folder: wp-
   content\themes\listable
 * Locate in the code: function listable_scripts()
 * Change:
    $google_maps_key = listable_get_option( ‘google_maps_api_key’ );
 * To:
    $google_maps_key = get_option( ‘job_manager_google_maps_api_key’ );

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error on google maps’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [elvisc1](https://wordpress.org/support/users/elvisc1/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/error-on-google-maps/#post-10670962)
 * Status: resolved