How to make that when you enter the Cyrillic city name, drop out a list of cities only in Latin
<input type="text" id="autocomplete"/> <script> var input = document.getElementById('autocomplete'); var autocomplete = new google.maps.places.Autocomplete(input); </script>