Title: Searchable by Address
Last modified: November 26, 2018

---

# Searchable by Address

 *  [reactfitness](https://wordpress.org/support/users/reactfitness/)
 * (@reactfitness)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/searchable-by-address/)
 * Hi there.
 * I’m going to have multiple markers on my map for events taking place all over
   the US. Is it possible to have a search box on the map that will search the map
   when someone puts in their city to find the nearest event?
 * Thanks!
 * lisa
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsearchable-by-address%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [bozdoz](https://wordpress.org/support/users/bozdoz/)
 * (@bozdoz)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/searchable-by-address/#post-11054088)
 * could, yeah. it might be a little complex:
 * You can access all markers on a page with
 * `WPLeafletMapPlugin.markers`
 * You can get the popup content like this:
 * `WPLeafletMapPlugin.markers.map(marker=>(marker._popup||{})._content)`
 * And filter that content for place names. Then center the map to the marker:
 *     ```
       var marker = WPLeafletMapPlugin.markers.filter(marker=>(marker._popup||{})._content === 'OSLO!')[0];
       marker._map.setView(marker._latlng);
       ```
   
 * Try it out in the Shortcode Helper page, in your JavaScript developer console(
   first move the OSLO map somewhere other than OSLO).

Viewing 1 replies (of 1 total)

The topic ‘Searchable by Address’ is closed to new replies.

 * ![](https://ps.w.org/leaflet-map/assets/icon-256x256.png?rev=1693083)
 * [Leaflet Map](https://wordpress.org/plugins/leaflet-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaflet-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaflet-map/)
 * [Active Topics](https://wordpress.org/support/plugin/leaflet-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaflet-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaflet-map/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bozdoz](https://wordpress.org/support/users/bozdoz/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/searchable-by-address/#post-11054088)
 * Status: not resolved