Title: [Plugin: Events Manager] Map info window
Last modified: August 20, 2016

---

# [Plugin: Events Manager] Map info window

 *  Resolved [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/)
 * I have resized the map on my events and locations pages. Now the info window 
   coming from the marker is cut off at the top. Is there a way to just remove it
   so that only the marker appears?
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/#post-3093856)
 * do you have a sample link? also, maybe this will help – [http://pastebin.com/j420DjWq](http://pastebin.com/j420DjWq)
 *  Thread Starter [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/#post-3093857)
 * Here is the [link](http://localati.com/arcadia-biltmore/locations/north-fattoria-italiana/)
 * As you can see, the window is is really not needed since the address is just 
   to the left of it anyway.
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/#post-3093878)
 * hi,
 * try something like in your theme header.php
 *     ```
       <script type="text/javascript">
       jQuery(document).ready(function($){
        jQuery(document).bind('em_maps_location_hook', function( e, map, infowindow, marker ){
   
          setTimeout(function(){infowindow.close();},200)
          setTimeout(function(){infowindow.open(map,marker);},600)//adjust accordingly
   
        });
       });
       </script>
       ```
   
 *  Thread Starter [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/#post-3093903)
 * That worked, thanks!

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

The topic ‘[Plugin: Events Manager] Map info window’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-map-info-window/#post-3093903)
 * Status: resolved