Title: Anchors
Last modified: September 1, 2016

---

# Anchors

 *  Resolved [Sabke](https://wordpress.org/support/users/sabke/)
 * (@sabke)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/anchors-6/)
 * Hi there,
 * Can i use anchors to point from markers into a place in my text under the map???
 * Thx
 * Michael
 * [https://wordpress.org/plugins/wp-google-maps/](https://wordpress.org/plugins/wp-google-maps/)

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

 *  Thread Starter [Sabke](https://wordpress.org/support/users/sabke/)
 * (@sabke)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/anchors-6/#post-7640479)
 * Indeed it’s possible when you put a link into your markerwindow
 * But could it also be possible when you click on the marker itself???
 * Thx
 * Michael
 *  Plugin Author [NickDuncan](https://wordpress.org/support/users/nickduncan/)
 * (@nickduncan)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/anchors-6/#post-7640562)
 * Hi Michael
    That would require some custom JS.
 * Locate this in WPGoogleMaps.php :
 *     ```
       google.maps.event.addListener(marker, 'click', function() {
          infoWindow.close();
          infoWindow.setContent(html);
          infoWindow.open(MYMAP.map, marker);
       });
       ```
   
 * You could then add the relevant JS code that trigger that allows you to move 
   to an anchor on your page.

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

The topic ‘Anchors’ is closed to new replies.

 * ![](https://ps.w.org/wp-google-maps/assets/icon-256x256.png?rev=3058363)
 * [WP Go Maps (formerly WP Google Maps)](https://wordpress.org/plugins/wp-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-maps/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [NickDuncan](https://wordpress.org/support/users/nickduncan/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/anchors-6/#post-7640562)
 * Status: resolved