How can you mark all sister cities (having the same name) using Google maps? I did this:
<html> <head> <title>Лаба</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false"></script> <script type="text/javascript"> function initialize() { var settings = { zoom: 15, center: latlng, mapTypeControl: true, mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}, navigationControl: true, navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL}, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("map_canvas"), settings); var companyPos = news.maps.google.com/maps/geo?q=Санкт Петербург&output=xml&key=123456; var companyMarker = new google.maps.Marker({ position: companyPos, map: map, }); } </script> </head> As a result, there should be two tags, since there are 2 St. Petersburg - one in Russia, the other in the States - but I have only one. I tried to change the city to another, for example, Slobidka - a village like that, they were driven in Ukraine, they were given to me in turns, not all of them.