How do I display only the Map? I don't want to display the entries under the Map.
That's easily achievable by hiding the entries table using a CSS style, like the one below:
.gv-container .gk-map-entries {
display: none;
}
Related: Adding custom CSS to your website