var coords = await addressToCoords('some string with location'); alert(coords)
addressToCoords('some string with location').then (coords => alert(coords));