If you have ever taken part in a running marathon, [...]
Getting Over the Retirement Finish Lineffpadmin2019-05-03T04:48:55+00:00
function initialize() {
var options = {
componentRestrictions: {country: 'au'}
};
var input = document.getElementById('searchTextField');
var autocomplete = new google.maps.places.Autocomplete(input, options);
}
google.maps.event.addDomListener(window, 'load', initialize);