I currently use Google maps embeds to display places information like this: https://developers.google.com/maps/documentation/embed/guide#place_mode
The big problem with embeds is the scrollwheel and mobile touch drag. Therefore, I'm converting it to the Javascript API where you can set options to take care of those issues. However, I need to know how to display places information as per the default google map style (I don't want to create my own custom infowindow and all).
How can I use the default places information display from google maps?