I made a customized google map with javascript:
http://resortstudio.ch/kontakt/
I would like to directly add (import) many markers from a personal google-my-places-map.
From something similar to this example: http://goo.gl/maps/0uRg
In other words. I want to import the data from a saved, personal map on google-maps into my custom-styled map. Is there an easy way of importing those places/markers without having to write every location in code into my custom map?
You can use KmlLayer in the google maps API v3 to import KML. There is a KML version of that map available .
Here is an example that displays the example you provided using the API v3
You asked:
Google’s servers.
You can download the KML mentioned above by clicking on the KML Link from your saved maps, see the image below and notice the last link (KML).