I ran into a problem where this module stopped working, since jQuery wasn't loaded.
While debugging this issue, I noticed that the geocoder library doens't have a dependency on jquery and because of that, jQuery wasn't loaded on my use case.
Fixed
3.0
Code