<form action="" class="search-delivery">
<input type="text" name="city" id="location_city" placeholder="Москва">
</form>
var pac_input = document.getElementById('location_city');
$(function(){
var autocomplete = new google.maps.places.Autocomplete(pac_input);
});
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places&language=ru&key=AIzaSyCSJmcUclvlj25FmDdGS8GMdr_3wkTv2Y8"></script>